strongdm 17.8.0 → 17.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.git/ORIG_HEAD +1 -1
- data/.git/index +0 -0
- data/.git/logs/HEAD +3 -3
- data/.git/logs/refs/heads/master +2 -2
- data/.git/logs/refs/remotes/origin/HEAD +1 -1
- data/.git/objects/pack/{pack-3e903ab91143e1d076b3f664f15041a9c6907f2d.idx → pack-2772f07cf81891183010f2eb7f66edb196c133e2.idx} +0 -0
- data/.git/objects/pack/{pack-3e903ab91143e1d076b3f664f15041a9c6907f2d.pack → pack-2772f07cf81891183010f2eb7f66edb196c133e2.pack} +0 -0
- data/.git/packed-refs +3 -2
- data/.git/refs/heads/master +1 -1
- data/lib/constants.rb +1 -0
- data/lib/grpc/drivers_pb.rb +3 -0
- data/lib/grpc/plumbing.rb +54 -0
- data/lib/grpc/secret_store_types_pb.rb +9 -0
- data/lib/models/porcelain.rb +48 -0
- data/lib/strongdm.rb +1 -1
- data/lib/svc.rb +1 -0
- data/lib/version +1 -1
- data/lib/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed58bdf5af05396b96f89c9b652cc4585277379ab666816ec1500873e900c49a
|
|
4
|
+
data.tar.gz: d428bb5a2591a9874f705a06ba1c5891538e9a43a19ce287ae32fe483437758d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ff797c01eca77add398578ec829bff144675f4b127deee0325d8eca2bf1294bf37e921d9a20de34e4b8bdf5ebe04cf0cf23825c78d22fe7045775aec7f11d93
|
|
7
|
+
data.tar.gz: f465143282e7141c308abca2d3476c6f1945c4ff24b60e2fa4f929b5c02400d1c3f8705bc103fe74442667554cf3311508f54bd0d522f7583d7f320fb7dd3b6e
|
data/.git/ORIG_HEAD
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0b28aabb4e9c03e35e6936a056df2fe373a117e6
|
data/.git/index
CHANGED
|
Binary file
|
data/.git/logs/HEAD
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
0000000000000000000000000000000000000000
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
0000000000000000000000000000000000000000 0b28aabb4e9c03e35e6936a056df2fe373a117e6 root <root@d27a20f68726.(none)> 1787827402 +0000 clone: from github.com:strongdm/strongdm-sdk-ruby.git
|
|
2
|
+
0b28aabb4e9c03e35e6936a056df2fe373a117e6 0b28aabb4e9c03e35e6936a056df2fe373a117e6 root <root@d27a20f68726.(none)> 1787827402 +0000 checkout: moving from master to master
|
|
3
|
+
0b28aabb4e9c03e35e6936a056df2fe373a117e6 d9fa7d185e352151179839d42fc595110154b6e5 root <root@d27a20f68726.(none)> 1787827402 +0000 merge origin/development: Fast-forward
|
data/.git/logs/refs/heads/master
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
0000000000000000000000000000000000000000
|
|
2
|
-
|
|
1
|
+
0000000000000000000000000000000000000000 0b28aabb4e9c03e35e6936a056df2fe373a117e6 root <root@d27a20f68726.(none)> 1787827402 +0000 clone: from github.com:strongdm/strongdm-sdk-ruby.git
|
|
2
|
+
0b28aabb4e9c03e35e6936a056df2fe373a117e6 d9fa7d185e352151179839d42fc595110154b6e5 root <root@d27a20f68726.(none)> 1787827402 +0000 merge origin/development: Fast-forward
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0000000000000000000000000000000000000000
|
|
1
|
+
0000000000000000000000000000000000000000 0b28aabb4e9c03e35e6936a056df2fe373a117e6 root <root@d27a20f68726.(none)> 1787827402 +0000 clone: from github.com:strongdm/strongdm-sdk-ruby.git
|
|
Binary file
|
|
Binary file
|
data/.git/packed-refs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# pack-refs with: peeled fully-peeled sorted
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
d9fa7d185e352151179839d42fc595110154b6e5 refs/remotes/origin/development
|
|
3
|
+
0b28aabb4e9c03e35e6936a056df2fe373a117e6 refs/remotes/origin/master
|
|
4
4
|
2e4fe8087177ddea9b3991ca499f758384839c89 refs/tags/untagged-84fd83a4484c785cce63
|
|
5
5
|
04f604866214fab4d5663b5171a3e596331577bd refs/tags/v0.9.4
|
|
6
6
|
6f9a7b75b345c65fb554884907b7060680c807b7 refs/tags/v0.9.5
|
|
@@ -165,6 +165,7 @@ dc10f48d22db35fa4756342f7d1c30bc0c3365a6 refs/tags/v17.2.0
|
|
|
165
165
|
30b485e69242afeb16291ec3ac66be276363f8a1 refs/tags/v17.4.0
|
|
166
166
|
53bd3bd40e6e24a7d46f733b978a808a3841f3c3 refs/tags/v17.5.0
|
|
167
167
|
4223ad7025bb68aefb28012e6d03eada1ae3a219 refs/tags/v17.6.0
|
|
168
|
+
0b28aabb4e9c03e35e6936a056df2fe373a117e6 refs/tags/v17.8.0
|
|
168
169
|
e0b1ec0134c7015ccb8c14464cc713c20034159e refs/tags/v2.0.0
|
|
169
170
|
62a146d9d56852b2ad14ec5d2796cad158d66e1c refs/tags/v2.1.0
|
|
170
171
|
9de04e628082f4ad0eb9511311479a089d302008 refs/tags/v2.2.0
|
data/.git/refs/heads/master
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
d9fa7d185e352151179839d42fc595110154b6e5
|
data/lib/constants.rb
CHANGED
|
@@ -351,6 +351,7 @@ module SDM
|
|
|
351
351
|
ORG_INTEGRATION_INSTALLED = "org integration installed"
|
|
352
352
|
USER_INTEGRATION_AUTHORIZED = "user authorized integration"
|
|
353
353
|
ORG_INTEGRATION_UNINSTALLED = "org integration uninstalled"
|
|
354
|
+
ORG_INTEGRATION_API_KEY_REVEALED = "org integration API key revealed"
|
|
354
355
|
USER_INTEGRATION_DEAUTHORIZED = "user deauthorized integration"
|
|
355
356
|
SERVICE_NOW_TOKEN_ADDED = "ServiceNow token created"
|
|
356
357
|
SERVICE_NOW_TOKEN_DELETED = "ServiceNow token deleted"
|
data/lib/grpc/drivers_pb.rb
CHANGED
|
@@ -1621,6 +1621,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
1621
1621
|
optional :password, :string, 5
|
|
1622
1622
|
optional :port, :int32, 6
|
|
1623
1623
|
optional :port_override, :int32, 3
|
|
1624
|
+
optional :region, :string, 10
|
|
1624
1625
|
optional :tls_required, :bool, 8
|
|
1625
1626
|
optional :username, :string, 4
|
|
1626
1627
|
end
|
|
@@ -1677,6 +1678,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
1677
1678
|
optional :password, :string, 5
|
|
1678
1679
|
optional :port, :int32, 6
|
|
1679
1680
|
optional :port_override, :int32, 3
|
|
1681
|
+
optional :region, :string, 10
|
|
1680
1682
|
optional :tls_required, :bool, 9
|
|
1681
1683
|
optional :username, :string, 4
|
|
1682
1684
|
end
|
|
@@ -1694,6 +1696,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
1694
1696
|
optional :hostname, :string, 1
|
|
1695
1697
|
optional :password, :string, 5
|
|
1696
1698
|
optional :port_override, :int32, 3
|
|
1699
|
+
optional :region, :string, 9
|
|
1697
1700
|
optional :tls_required, :bool, 6
|
|
1698
1701
|
optional :username, :string, 4
|
|
1699
1702
|
end
|
data/lib/grpc/plumbing.rb
CHANGED
|
@@ -7081,6 +7081,48 @@ module SDM
|
|
|
7081
7081
|
end
|
|
7082
7082
|
items
|
|
7083
7083
|
end
|
|
7084
|
+
def self.convert_delinea_dsv_store_to_porcelain(plumbing)
|
|
7085
|
+
if plumbing == nil
|
|
7086
|
+
return nil
|
|
7087
|
+
end
|
|
7088
|
+
porcelain = DelineaDSVStore.new()
|
|
7089
|
+
porcelain.id = (plumbing.id)
|
|
7090
|
+
porcelain.name = (plumbing.name)
|
|
7091
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
|
7092
|
+
porcelain.tenant = (plumbing.tenant)
|
|
7093
|
+
porcelain.tld = (plumbing.tld)
|
|
7094
|
+
porcelain
|
|
7095
|
+
end
|
|
7096
|
+
|
|
7097
|
+
def self.convert_delinea_dsv_store_to_plumbing(porcelain)
|
|
7098
|
+
if porcelain == nil
|
|
7099
|
+
return nil
|
|
7100
|
+
end
|
|
7101
|
+
plumbing = V1::DelineaDSVStore.new()
|
|
7102
|
+
plumbing.id = (porcelain.id)
|
|
7103
|
+
plumbing.name = (porcelain.name)
|
|
7104
|
+
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
|
7105
|
+
plumbing.tenant = (porcelain.tenant)
|
|
7106
|
+
plumbing.tld = (porcelain.tld)
|
|
7107
|
+
plumbing
|
|
7108
|
+
end
|
|
7109
|
+
def self.convert_repeated_delinea_dsv_store_to_plumbing(porcelains)
|
|
7110
|
+
items = Array.new
|
|
7111
|
+
porcelains.each do |porcelain|
|
|
7112
|
+
plumbing = convert_delinea_dsv_store_to_plumbing(porcelain)
|
|
7113
|
+
items.append(plumbing)
|
|
7114
|
+
end
|
|
7115
|
+
items
|
|
7116
|
+
end
|
|
7117
|
+
|
|
7118
|
+
def self.convert_repeated_delinea_dsv_store_to_porcelain(plumbings)
|
|
7119
|
+
items = Array.new
|
|
7120
|
+
plumbings.each do |plumbing|
|
|
7121
|
+
porcelain = convert_delinea_dsv_store_to_porcelain(plumbing)
|
|
7122
|
+
items.append(porcelain)
|
|
7123
|
+
end
|
|
7124
|
+
items
|
|
7125
|
+
end
|
|
7084
7126
|
def self.convert_delinea_store_to_porcelain(plumbing)
|
|
7085
7127
|
if plumbing == nil
|
|
7086
7128
|
return nil
|
|
@@ -12725,6 +12767,7 @@ module SDM
|
|
|
12725
12767
|
porcelain.port = (plumbing.port)
|
|
12726
12768
|
porcelain.port_override = (plumbing.port_override)
|
|
12727
12769
|
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
|
12770
|
+
porcelain.region = (plumbing.region)
|
|
12728
12771
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
|
12729
12772
|
porcelain.subdomain = (plumbing.subdomain)
|
|
12730
12773
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
|
@@ -12749,6 +12792,7 @@ module SDM
|
|
|
12749
12792
|
plumbing.port = (porcelain.port)
|
|
12750
12793
|
plumbing.port_override = (porcelain.port_override)
|
|
12751
12794
|
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
|
12795
|
+
plumbing.region = (porcelain.region)
|
|
12752
12796
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
|
12753
12797
|
plumbing.subdomain = (porcelain.subdomain)
|
|
12754
12798
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
|
@@ -12920,6 +12964,7 @@ module SDM
|
|
|
12920
12964
|
porcelain.port = (plumbing.port)
|
|
12921
12965
|
porcelain.port_override = (plumbing.port_override)
|
|
12922
12966
|
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
|
12967
|
+
porcelain.region = (plumbing.region)
|
|
12923
12968
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
|
12924
12969
|
porcelain.subdomain = (plumbing.subdomain)
|
|
12925
12970
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
|
@@ -12945,6 +12990,7 @@ module SDM
|
|
|
12945
12990
|
plumbing.port = (porcelain.port)
|
|
12946
12991
|
plumbing.port_override = (porcelain.port_override)
|
|
12947
12992
|
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
|
12993
|
+
plumbing.region = (porcelain.region)
|
|
12948
12994
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
|
12949
12995
|
plumbing.subdomain = (porcelain.subdomain)
|
|
12950
12996
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
|
@@ -12984,6 +13030,7 @@ module SDM
|
|
|
12984
13030
|
porcelain.password = (plumbing.password)
|
|
12985
13031
|
porcelain.port_override = (plumbing.port_override)
|
|
12986
13032
|
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
|
13033
|
+
porcelain.region = (plumbing.region)
|
|
12987
13034
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
|
12988
13035
|
porcelain.subdomain = (plumbing.subdomain)
|
|
12989
13036
|
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
|
@@ -13007,6 +13054,7 @@ module SDM
|
|
|
13007
13054
|
plumbing.password = (porcelain.password)
|
|
13008
13055
|
plumbing.port_override = (porcelain.port_override)
|
|
13009
13056
|
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
|
13057
|
+
plumbing.region = (porcelain.region)
|
|
13010
13058
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
|
13011
13059
|
plumbing.subdomain = (porcelain.subdomain)
|
|
13012
13060
|
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
|
@@ -19193,6 +19241,9 @@ module SDM
|
|
|
19193
19241
|
if porcelain.instance_of? DelineaStore
|
|
19194
19242
|
plumbing.delinea = convert_delinea_store_to_plumbing(porcelain)
|
|
19195
19243
|
end
|
|
19244
|
+
if porcelain.instance_of? DelineaDSVStore
|
|
19245
|
+
plumbing.delinea_dsv = convert_delinea_dsv_store_to_plumbing(porcelain)
|
|
19246
|
+
end
|
|
19196
19247
|
if porcelain.instance_of? GCPStore
|
|
19197
19248
|
plumbing.gcp = convert_gcp_store_to_plumbing(porcelain)
|
|
19198
19249
|
end
|
|
@@ -19284,6 +19335,9 @@ module SDM
|
|
|
19284
19335
|
if plumbing.delinea != nil
|
|
19285
19336
|
return convert_delinea_store_to_porcelain(plumbing.delinea)
|
|
19286
19337
|
end
|
|
19338
|
+
if plumbing.delinea_dsv != nil
|
|
19339
|
+
return convert_delinea_dsv_store_to_porcelain(plumbing.delinea_dsv)
|
|
19340
|
+
end
|
|
19287
19341
|
if plumbing.gcp != nil
|
|
19288
19342
|
return convert_gcp_store_to_porcelain(plumbing.gcp)
|
|
19289
19343
|
end
|
|
@@ -32,6 +32,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
32
32
|
optional :cyberark_pam, :message, 303, "v1.CyberarkPAMStore"
|
|
33
33
|
optional :cyberark_pam_experimental, :message, 302, "v1.CyberarkPAMExperimentalStore"
|
|
34
34
|
optional :delinea, :message, 2900, "v1.DelineaStore"
|
|
35
|
+
optional :delinea_dsv, :message, 2901, "v1.DelineaDSVStore"
|
|
35
36
|
optional :gcp, :message, 201, "v1.GCPStore"
|
|
36
37
|
optional :gcp_cert_x_509, :message, 202, "v1.GCPCertX509Store"
|
|
37
38
|
optional :keyfactor_ssh, :message, 210, "v1.KeyfactorSSHStore"
|
|
@@ -109,6 +110,13 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
109
110
|
optional :tenant_name, :string, 4
|
|
110
111
|
optional :tags, :message, 32771, "v1.Tags"
|
|
111
112
|
end
|
|
113
|
+
add_message "v1.DelineaDSVStore" do
|
|
114
|
+
optional :id, :string, 1
|
|
115
|
+
optional :name, :string, 2
|
|
116
|
+
optional :tenant, :string, 3
|
|
117
|
+
optional :tld, :string, 4
|
|
118
|
+
optional :tags, :message, 32771, "v1.Tags"
|
|
119
|
+
end
|
|
112
120
|
add_message "v1.GCPStore" do
|
|
113
121
|
optional :id, :string, 1
|
|
114
122
|
optional :name, :string, 2
|
|
@@ -315,6 +323,7 @@ module V1
|
|
|
315
323
|
CyberarkPAMStore = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.CyberarkPAMStore").msgclass
|
|
316
324
|
CyberarkPAMExperimentalStore = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.CyberarkPAMExperimentalStore").msgclass
|
|
317
325
|
DelineaStore = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.DelineaStore").msgclass
|
|
326
|
+
DelineaDSVStore = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.DelineaDSVStore").msgclass
|
|
318
327
|
GCPStore = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.GCPStore").msgclass
|
|
319
328
|
GCPCertX509Store = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.GCPCertX509Store").msgclass
|
|
320
329
|
KeyfactorSSHStore = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.KeyfactorSSHStore").msgclass
|
data/lib/models/porcelain.rb
CHANGED
|
@@ -6441,6 +6441,42 @@ module SDM
|
|
|
6441
6441
|
end
|
|
6442
6442
|
end
|
|
6443
6443
|
|
|
6444
|
+
# DelineaDSVStore is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
|
6445
|
+
class DelineaDSVStore
|
|
6446
|
+
# Unique identifier of the SecretStore.
|
|
6447
|
+
attr_accessor :id
|
|
6448
|
+
# Unique human-readable name of the SecretStore.
|
|
6449
|
+
attr_accessor :name
|
|
6450
|
+
# Tags is a map of key, value pairs.
|
|
6451
|
+
attr_accessor :tags
|
|
6452
|
+
# The tenant name to target, e.g. "acme" for acme.secretsvaultcloud.com
|
|
6453
|
+
attr_accessor :tenant
|
|
6454
|
+
# The top level domain of the DSV instance, e.g. "com". Defaults to "com".
|
|
6455
|
+
attr_accessor :tld
|
|
6456
|
+
|
|
6457
|
+
def initialize(
|
|
6458
|
+
id: nil,
|
|
6459
|
+
name: nil,
|
|
6460
|
+
tags: nil,
|
|
6461
|
+
tenant: nil,
|
|
6462
|
+
tld: nil
|
|
6463
|
+
)
|
|
6464
|
+
@id = id == nil ? "" : id
|
|
6465
|
+
@name = name == nil ? "" : name
|
|
6466
|
+
@tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
|
|
6467
|
+
@tenant = tenant == nil ? "" : tenant
|
|
6468
|
+
@tld = tld == nil ? "" : tld
|
|
6469
|
+
end
|
|
6470
|
+
|
|
6471
|
+
def to_json(options = {})
|
|
6472
|
+
hash = {}
|
|
6473
|
+
self.instance_variables.each do |var|
|
|
6474
|
+
hash[var.id2name.delete_prefix("@")] = self.instance_variable_get var
|
|
6475
|
+
end
|
|
6476
|
+
hash.to_json
|
|
6477
|
+
end
|
|
6478
|
+
end
|
|
6479
|
+
|
|
6444
6480
|
class DelineaStore
|
|
6445
6481
|
# Unique identifier of the SecretStore.
|
|
6446
6482
|
attr_accessor :id
|
|
@@ -11884,6 +11920,8 @@ module SDM
|
|
|
11884
11920
|
attr_accessor :port_override
|
|
11885
11921
|
# ID of the proxy cluster for this resource, if any.
|
|
11886
11922
|
attr_accessor :proxy_cluster_id
|
|
11923
|
+
# The AWS region to use for IAM (MONGODB-AWS) authentication.
|
|
11924
|
+
attr_accessor :region
|
|
11887
11925
|
# ID of the secret store containing credentials for this resource, if any.
|
|
11888
11926
|
attr_accessor :secret_store_id
|
|
11889
11927
|
# DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
|
|
@@ -11907,6 +11945,7 @@ module SDM
|
|
|
11907
11945
|
port: nil,
|
|
11908
11946
|
port_override: nil,
|
|
11909
11947
|
proxy_cluster_id: nil,
|
|
11948
|
+
region: nil,
|
|
11910
11949
|
secret_store_id: nil,
|
|
11911
11950
|
subdomain: nil,
|
|
11912
11951
|
tags: nil,
|
|
@@ -11924,6 +11963,7 @@ module SDM
|
|
|
11924
11963
|
@port = port == nil ? 0 : port
|
|
11925
11964
|
@port_override = port_override == nil ? 0 : port_override
|
|
11926
11965
|
@proxy_cluster_id = proxy_cluster_id == nil ? "" : proxy_cluster_id
|
|
11966
|
+
@region = region == nil ? "" : region
|
|
11927
11967
|
@secret_store_id = secret_store_id == nil ? "" : secret_store_id
|
|
11928
11968
|
@subdomain = subdomain == nil ? "" : subdomain
|
|
11929
11969
|
@tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
|
|
@@ -12129,6 +12169,8 @@ module SDM
|
|
|
12129
12169
|
attr_accessor :port_override
|
|
12130
12170
|
# ID of the proxy cluster for this resource, if any.
|
|
12131
12171
|
attr_accessor :proxy_cluster_id
|
|
12172
|
+
# The AWS region to use for IAM (MONGODB-AWS) authentication.
|
|
12173
|
+
attr_accessor :region
|
|
12132
12174
|
# ID of the secret store containing credentials for this resource, if any.
|
|
12133
12175
|
attr_accessor :secret_store_id
|
|
12134
12176
|
# DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
|
|
@@ -12153,6 +12195,7 @@ module SDM
|
|
|
12153
12195
|
port: nil,
|
|
12154
12196
|
port_override: nil,
|
|
12155
12197
|
proxy_cluster_id: nil,
|
|
12198
|
+
region: nil,
|
|
12156
12199
|
secret_store_id: nil,
|
|
12157
12200
|
subdomain: nil,
|
|
12158
12201
|
tags: nil,
|
|
@@ -12171,6 +12214,7 @@ module SDM
|
|
|
12171
12214
|
@port = port == nil ? 0 : port
|
|
12172
12215
|
@port_override = port_override == nil ? 0 : port_override
|
|
12173
12216
|
@proxy_cluster_id = proxy_cluster_id == nil ? "" : proxy_cluster_id
|
|
12217
|
+
@region = region == nil ? "" : region
|
|
12174
12218
|
@secret_store_id = secret_store_id == nil ? "" : secret_store_id
|
|
12175
12219
|
@subdomain = subdomain == nil ? "" : subdomain
|
|
12176
12220
|
@tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
|
|
@@ -12208,6 +12252,8 @@ module SDM
|
|
|
12208
12252
|
attr_accessor :port_override
|
|
12209
12253
|
# ID of the proxy cluster for this resource, if any.
|
|
12210
12254
|
attr_accessor :proxy_cluster_id
|
|
12255
|
+
# The AWS region to use for IAM (MONGODB-AWS) authentication.
|
|
12256
|
+
attr_accessor :region
|
|
12211
12257
|
# ID of the secret store containing credentials for this resource, if any.
|
|
12212
12258
|
attr_accessor :secret_store_id
|
|
12213
12259
|
# DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
|
|
@@ -12230,6 +12276,7 @@ module SDM
|
|
|
12230
12276
|
password: nil,
|
|
12231
12277
|
port_override: nil,
|
|
12232
12278
|
proxy_cluster_id: nil,
|
|
12279
|
+
region: nil,
|
|
12233
12280
|
secret_store_id: nil,
|
|
12234
12281
|
subdomain: nil,
|
|
12235
12282
|
tags: nil,
|
|
@@ -12246,6 +12293,7 @@ module SDM
|
|
|
12246
12293
|
@password = password == nil ? "" : password
|
|
12247
12294
|
@port_override = port_override == nil ? 0 : port_override
|
|
12248
12295
|
@proxy_cluster_id = proxy_cluster_id == nil ? "" : proxy_cluster_id
|
|
12296
|
+
@region = region == nil ? "" : region
|
|
12249
12297
|
@secret_store_id = secret_store_id == nil ? "" : secret_store_id
|
|
12250
12298
|
@subdomain = subdomain == nil ? "" : subdomain
|
|
12251
12299
|
@tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
|
data/lib/strongdm.rb
CHANGED
|
@@ -31,7 +31,7 @@ module SDM #:nodoc:
|
|
|
31
31
|
DEFAULT_RETRY_FACTOR = 1.6
|
|
32
32
|
DEFAULT_RETRY_JITTER = 0.2
|
|
33
33
|
API_VERSION = "2025-04-14"
|
|
34
|
-
USER_AGENT = "strongdm-sdk-ruby/17.
|
|
34
|
+
USER_AGENT = "strongdm-sdk-ruby/17.9.0"
|
|
35
35
|
private_constant :DEFAULT_BASE_RETRY_DELAY, :DEFAULT_MAX_RETRY_DELAY, :DEFAULT_RETRY_FACTOR, :DEFAULT_RETRY_JITTER, :API_VERSION, :USER_AGENT
|
|
36
36
|
|
|
37
37
|
# Creates a new strongDM API client.
|
data/lib/svc.rb
CHANGED
data/lib/version
CHANGED
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: strongdm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 17.
|
|
4
|
+
version: 17.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- strongDM Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: grpc
|
|
@@ -81,8 +81,8 @@ files:
|
|
|
81
81
|
- "./.git/logs/HEAD"
|
|
82
82
|
- "./.git/logs/refs/heads/master"
|
|
83
83
|
- "./.git/logs/refs/remotes/origin/HEAD"
|
|
84
|
-
- "./.git/objects/pack/pack-
|
|
85
|
-
- "./.git/objects/pack/pack-
|
|
84
|
+
- "./.git/objects/pack/pack-2772f07cf81891183010f2eb7f66edb196c133e2.idx"
|
|
85
|
+
- "./.git/objects/pack/pack-2772f07cf81891183010f2eb7f66edb196c133e2.pack"
|
|
86
86
|
- "./.git/packed-refs"
|
|
87
87
|
- "./.git/refs/heads/master"
|
|
88
88
|
- "./.git/refs/remotes/origin/HEAD"
|