strongdm 14.20.0 → 14.22.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-cc987a4c6562550feeb172431370ca51f7a4a95f.idx → pack-57df1917eeca899eaff5315649f95a5de2e67844.idx} +0 -0
- data/.git/objects/pack/{pack-cc987a4c6562550feeb172431370ca51f7a4a95f.pack → pack-57df1917eeca899eaff5315649f95a5de2e67844.pack} +0 -0
- data/.git/packed-refs +4 -2
- data/.git/refs/heads/master +1 -1
- data/lib/constants.rb +1 -0
- data/lib/grpc/access_requests_pb.rb +5 -0
- data/lib/grpc/drivers_pb.rb +19 -0
- data/lib/grpc/organization_history_pb.rb +25 -0
- data/lib/grpc/plumbing.rb +68 -0
- data/lib/grpc/spec_pb.rb +6 -0
- data/lib/models/porcelain.rb +77 -1
- 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: 61aa1454dcbe9cab32b49b6e9e0ad60f8fa1cf1355dd3a6b6059930747848063
|
4
|
+
data.tar.gz: 81dc3ae361f80cf237a05def36dfa41a60612923a6b56bdaa932d0390d36c554
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7c6a94e3fecc560a6ae98f65785d2b1eaf6abc535aca9604bd041f60d640d45157ef1973bdfeabebc902eb199787f732de458bdb5ed5b75986e8ea54af9e374
|
7
|
+
data.tar.gz: 3b6267d258d71a50e8885a1a083336badc77fe042897c3f1d92b20fb86b7d8cf0e3fcd1d525318753d89b785c22adcf6c6ab6da823cdc81ac0de3ec92f99233e
|
data/.git/ORIG_HEAD
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
803744e1c91e13635a6f0539e001b4c763ec9b26
|
data/.git/index
CHANGED
Binary file
|
data/.git/logs/HEAD
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
2
|
-
|
3
|
-
|
1
|
+
0000000000000000000000000000000000000000 803744e1c91e13635a6f0539e001b4c763ec9b26 root <root@1e4cbd5c4531.(none)> 1749622692 +0000 clone: from github.com:strongdm/strongdm-sdk-ruby.git
|
2
|
+
803744e1c91e13635a6f0539e001b4c763ec9b26 803744e1c91e13635a6f0539e001b4c763ec9b26 root <root@1e4cbd5c4531.(none)> 1749622692 +0000 checkout: moving from master to master
|
3
|
+
803744e1c91e13635a6f0539e001b4c763ec9b26 62c533550923a4c70e3d362cc18e49bb49b51392 root <root@1e4cbd5c4531.(none)> 1749622692 +0000 merge origin/development: Fast-forward
|
data/.git/logs/refs/heads/master
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
2
|
-
|
1
|
+
0000000000000000000000000000000000000000 803744e1c91e13635a6f0539e001b4c763ec9b26 root <root@1e4cbd5c4531.(none)> 1749622692 +0000 clone: from github.com:strongdm/strongdm-sdk-ruby.git
|
2
|
+
803744e1c91e13635a6f0539e001b4c763ec9b26 62c533550923a4c70e3d362cc18e49bb49b51392 root <root@1e4cbd5c4531.(none)> 1749622692 +0000 merge origin/development: Fast-forward
|
@@ -1 +1 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
1
|
+
0000000000000000000000000000000000000000 803744e1c91e13635a6f0539e001b4c763ec9b26 root <root@1e4cbd5c4531.(none)> 1749622692 +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
|
+
62c533550923a4c70e3d362cc18e49bb49b51392 refs/remotes/origin/development
|
3
|
+
803744e1c91e13635a6f0539e001b4c763ec9b26 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
|
@@ -88,6 +88,8 @@ d92875bdf2278c475f52984d1165544d287e2255 refs/tags/v14.10.0
|
|
88
88
|
208194810b58fc7e050508e7df5360b4f39d5b68 refs/tags/v14.14.0
|
89
89
|
88d2b85cd4a760ba5f48260c9a1799a441f96369 refs/tags/v14.17.0
|
90
90
|
f9539f7781664eb4681b99f12cbcc5d613e241ab refs/tags/v14.2.0
|
91
|
+
7d85e318ab1eda4e409329d726facc84bbaa57c2 refs/tags/v14.20.0
|
92
|
+
803744e1c91e13635a6f0539e001b4c763ec9b26 refs/tags/v14.21.0
|
91
93
|
435ad5faee6a7b0f94295b5d5fe9060611a81df3 refs/tags/v14.3.0
|
92
94
|
90b476259dcfed955ebd9339fbe2bbb0c2086b6d refs/tags/v14.4.0
|
93
95
|
f5e3068d4f6c73c93d409699726cc9fb3c5cf482 refs/tags/v14.5.0
|
data/.git/refs/heads/master
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
62c533550923a4c70e3d362cc18e49bb49b51392
|
data/lib/constants.rb
CHANGED
@@ -228,6 +228,7 @@ module SDM
|
|
228
228
|
ORG_SELF_REGISTRATION_DEACTIVATED = "self-registration deactivated"
|
229
229
|
ORG_NAME_UPDATED = "organization name updated"
|
230
230
|
ORG_SETTING_UPDATED = "organization setting updated"
|
231
|
+
ORG_LOG_CONFIG_UPDATED = "organization logging configuration updated"
|
231
232
|
ORG_LOG_SYNC_SETTING_UPDATED = "organization log stream setting updated"
|
232
233
|
ORG_WORKFLOW_SETTING_UPDATED = "organization workflow setting updated"
|
233
234
|
ORG_CREATED = "organization created"
|
@@ -71,10 +71,14 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
71
71
|
end
|
72
72
|
add_message "v1.PrivilegesMessage" do
|
73
73
|
optional :kubernetes, :message, 1, "v1.KubernetesPrivileges"
|
74
|
+
optional :entraGroups, :message, 2, "v1.EntraGroupPrivileges"
|
74
75
|
end
|
75
76
|
add_message "v1.KubernetesPrivileges" do
|
76
77
|
repeated :groups, :string, 1
|
77
78
|
end
|
79
|
+
add_message "v1.EntraGroupPrivileges" do
|
80
|
+
repeated :groups, :string, 1
|
81
|
+
end
|
78
82
|
add_message "v1.AccessRequestConfig" do
|
79
83
|
optional :resource_id, :string, 1
|
80
84
|
optional :reason, :string, 2
|
@@ -99,6 +103,7 @@ module V1
|
|
99
103
|
RequestableResource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.RequestableResource").msgclass
|
100
104
|
PrivilegesMessage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.PrivilegesMessage").msgclass
|
101
105
|
KubernetesPrivileges = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.KubernetesPrivileges").msgclass
|
106
|
+
EntraGroupPrivileges = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.EntraGroupPrivileges").msgclass
|
102
107
|
AccessRequestConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AccessRequestConfig").msgclass
|
103
108
|
RequestAccessRequestConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.RequestAccessRequestConfig").msgclass
|
104
109
|
end
|
data/lib/grpc/drivers_pb.rb
CHANGED
@@ -49,6 +49,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
49
49
|
optional :aurora_postgres_iam, :message, 1309, "v1.AuroraPostgresIAM"
|
50
50
|
optional :azure, :message, 2800, "v1.Azure"
|
51
51
|
optional :azure_certificate, :message, 2801, "v1.AzureCertificate"
|
52
|
+
optional :azure_console, :message, 2803, "v1.AzureConsole"
|
52
53
|
optional :azure_mysql, :message, 1107, "v1.AzureMysql"
|
53
54
|
optional :azure_postgres, :message, 1307, "v1.AzurePostgres"
|
54
55
|
optional :azure_postgres_managed_identity, :message, 1308, "v1.AzurePostgresManagedIdentity"
|
@@ -596,6 +597,22 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
596
597
|
optional :port_override, :int32, 10
|
597
598
|
optional :tenant_id, :string, 2
|
598
599
|
end
|
600
|
+
add_message "v1.AzureConsole" do
|
601
|
+
optional :id, :string, 32768
|
602
|
+
optional :name, :string, 32769
|
603
|
+
optional :healthy, :bool, 32770
|
604
|
+
optional :tags, :message, 32771, "v1.Tags"
|
605
|
+
optional :secret_store_id, :string, 32772
|
606
|
+
optional :egress_filter, :string, 32773
|
607
|
+
optional :bind_interface, :string, 32774
|
608
|
+
optional :proxy_cluster_id, :string, 32776
|
609
|
+
optional :subdomain, :string, 32775
|
610
|
+
optional :connector_id, :string, 1
|
611
|
+
optional :identity_set_id, :string, 5
|
612
|
+
optional :management_group_id, :string, 2
|
613
|
+
optional :privilege_levels, :string, 4
|
614
|
+
optional :subscription_id, :string, 3
|
615
|
+
end
|
599
616
|
add_message "v1.AzureMysql" do
|
600
617
|
optional :id, :string, 32768
|
601
618
|
optional :name, :string, 32769
|
@@ -1940,6 +1957,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1940
1957
|
optional :hostname, :string, 1
|
1941
1958
|
optional :password, :string, 3
|
1942
1959
|
optional :port_override, :int32, 6
|
1960
|
+
optional :private_key, :string, 9
|
1943
1961
|
optional :schema, :string, 5
|
1944
1962
|
optional :username, :string, 2
|
1945
1963
|
end
|
@@ -2069,6 +2087,7 @@ module V1
|
|
2069
2087
|
AuroraPostgresIAM = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AuroraPostgresIAM").msgclass
|
2070
2088
|
Azure = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.Azure").msgclass
|
2071
2089
|
AzureCertificate = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AzureCertificate").msgclass
|
2090
|
+
AzureConsole = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AzureConsole").msgclass
|
2072
2091
|
AzureMysql = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AzureMysql").msgclass
|
2073
2092
|
AzurePostgres = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AzurePostgres").msgclass
|
2074
2093
|
AzurePostgresManagedIdentity = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AzurePostgresManagedIdentity").msgclass
|
@@ -70,6 +70,27 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
70
70
|
optional :enforce_single_session, :bool, 29
|
71
71
|
optional :discard_replays, :bool, 30
|
72
72
|
optional :public_key_pem, :string, 31
|
73
|
+
optional :log_config, :message, 32, "v1.LogConfig"
|
74
|
+
end
|
75
|
+
add_message "v1.LogConfig" do
|
76
|
+
optional :local_storage, :string, 1
|
77
|
+
optional :local_encoder, :string, 2
|
78
|
+
optional :local_format, :string, 3
|
79
|
+
optional :local_tcp_address, :string, 4
|
80
|
+
optional :local_socket_path, :string, 5
|
81
|
+
optional :public_key, :string, 6
|
82
|
+
optional :categories, :message, 7, "v1.LogCategoryConfigMap"
|
83
|
+
end
|
84
|
+
add_message "v1.LogCategoryConfigMap" do
|
85
|
+
repeated :entries, :message, 1, "v1.LogCategoryConfigMap.Entry"
|
86
|
+
end
|
87
|
+
add_message "v1.LogCategoryConfigMap.Entry" do
|
88
|
+
optional :name, :string, 1
|
89
|
+
optional :config, :message, 2, "v1.LogCategoryConfig"
|
90
|
+
end
|
91
|
+
add_message "v1.LogCategoryConfig" do
|
92
|
+
optional :remote_encoder, :string, 1
|
93
|
+
optional :remote_discard_replays, :bool, 2
|
73
94
|
end
|
74
95
|
end
|
75
96
|
end
|
@@ -79,4 +100,8 @@ module V1
|
|
79
100
|
OrganizationHistoryListResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.OrganizationHistoryListResponse").msgclass
|
80
101
|
OrganizationHistoryRecord = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.OrganizationHistoryRecord").msgclass
|
81
102
|
Organization = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.Organization").msgclass
|
103
|
+
LogConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.LogConfig").msgclass
|
104
|
+
LogCategoryConfigMap = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.LogCategoryConfigMap").msgclass
|
105
|
+
LogCategoryConfigMap::Entry = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.LogCategoryConfigMap.Entry").msgclass
|
106
|
+
LogCategoryConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.LogCategoryConfig").msgclass
|
82
107
|
end
|
data/lib/grpc/plumbing.rb
CHANGED
@@ -4035,6 +4035,66 @@ module SDM
|
|
4035
4035
|
end
|
4036
4036
|
items
|
4037
4037
|
end
|
4038
|
+
def self.convert_azure_console_to_porcelain(plumbing)
|
4039
|
+
if plumbing == nil
|
4040
|
+
return nil
|
4041
|
+
end
|
4042
|
+
porcelain = AzureConsole.new()
|
4043
|
+
porcelain.bind_interface = (plumbing.bind_interface)
|
4044
|
+
porcelain.connector_id = (plumbing.connector_id)
|
4045
|
+
porcelain.egress_filter = (plumbing.egress_filter)
|
4046
|
+
porcelain.healthy = (plumbing.healthy)
|
4047
|
+
porcelain.id = (plumbing.id)
|
4048
|
+
porcelain.identity_set_id = (plumbing.identity_set_id)
|
4049
|
+
porcelain.management_group_id = (plumbing.management_group_id)
|
4050
|
+
porcelain.name = (plumbing.name)
|
4051
|
+
porcelain.privilege_levels = (plumbing.privilege_levels)
|
4052
|
+
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
4053
|
+
porcelain.secret_store_id = (plumbing.secret_store_id)
|
4054
|
+
porcelain.subdomain = (plumbing.subdomain)
|
4055
|
+
porcelain.subscription_id = (plumbing.subscription_id)
|
4056
|
+
porcelain.tags = convert_tags_to_porcelain(plumbing.tags)
|
4057
|
+
porcelain
|
4058
|
+
end
|
4059
|
+
|
4060
|
+
def self.convert_azure_console_to_plumbing(porcelain)
|
4061
|
+
if porcelain == nil
|
4062
|
+
return nil
|
4063
|
+
end
|
4064
|
+
plumbing = V1::AzureConsole.new()
|
4065
|
+
plumbing.bind_interface = (porcelain.bind_interface)
|
4066
|
+
plumbing.connector_id = (porcelain.connector_id)
|
4067
|
+
plumbing.egress_filter = (porcelain.egress_filter)
|
4068
|
+
plumbing.healthy = (porcelain.healthy)
|
4069
|
+
plumbing.id = (porcelain.id)
|
4070
|
+
plumbing.identity_set_id = (porcelain.identity_set_id)
|
4071
|
+
plumbing.management_group_id = (porcelain.management_group_id)
|
4072
|
+
plumbing.name = (porcelain.name)
|
4073
|
+
plumbing.privilege_levels = (porcelain.privilege_levels)
|
4074
|
+
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
4075
|
+
plumbing.secret_store_id = (porcelain.secret_store_id)
|
4076
|
+
plumbing.subdomain = (porcelain.subdomain)
|
4077
|
+
plumbing.subscription_id = (porcelain.subscription_id)
|
4078
|
+
plumbing.tags = convert_tags_to_plumbing(porcelain.tags)
|
4079
|
+
plumbing
|
4080
|
+
end
|
4081
|
+
def self.convert_repeated_azure_console_to_plumbing(porcelains)
|
4082
|
+
items = Array.new
|
4083
|
+
porcelains.each do |porcelain|
|
4084
|
+
plumbing = convert_azure_console_to_plumbing(porcelain)
|
4085
|
+
items.append(plumbing)
|
4086
|
+
end
|
4087
|
+
items
|
4088
|
+
end
|
4089
|
+
|
4090
|
+
def self.convert_repeated_azure_console_to_porcelain(plumbings)
|
4091
|
+
items = Array.new
|
4092
|
+
plumbings.each do |plumbing|
|
4093
|
+
porcelain = convert_azure_console_to_porcelain(plumbing)
|
4094
|
+
items.append(porcelain)
|
4095
|
+
end
|
4096
|
+
items
|
4097
|
+
end
|
4038
4098
|
def self.convert_azure_mysql_to_porcelain(plumbing)
|
4039
4099
|
if plumbing == nil
|
4040
4100
|
return nil
|
@@ -12774,6 +12834,9 @@ module SDM
|
|
12774
12834
|
if porcelain.instance_of? AzureCertificate
|
12775
12835
|
plumbing.azure_certificate = convert_azure_certificate_to_plumbing(porcelain)
|
12776
12836
|
end
|
12837
|
+
if porcelain.instance_of? AzureConsole
|
12838
|
+
plumbing.azure_console = convert_azure_console_to_plumbing(porcelain)
|
12839
|
+
end
|
12777
12840
|
if porcelain.instance_of? AzureMysql
|
12778
12841
|
plumbing.azure_mysql = convert_azure_mysql_to_plumbing(porcelain)
|
12779
12842
|
end
|
@@ -13099,6 +13162,9 @@ module SDM
|
|
13099
13162
|
if plumbing.azure_certificate != nil
|
13100
13163
|
return convert_azure_certificate_to_porcelain(plumbing.azure_certificate)
|
13101
13164
|
end
|
13165
|
+
if plumbing.azure_console != nil
|
13166
|
+
return convert_azure_console_to_porcelain(plumbing.azure_console)
|
13167
|
+
end
|
13102
13168
|
if plumbing.azure_mysql != nil
|
13103
13169
|
return convert_azure_mysql_to_porcelain(plumbing.azure_mysql)
|
13104
13170
|
end
|
@@ -15547,6 +15613,7 @@ module SDM
|
|
15547
15613
|
porcelain.name = (plumbing.name)
|
15548
15614
|
porcelain.password = (plumbing.password)
|
15549
15615
|
porcelain.port_override = (plumbing.port_override)
|
15616
|
+
porcelain.private_key = (plumbing.private_key)
|
15550
15617
|
porcelain.proxy_cluster_id = (plumbing.proxy_cluster_id)
|
15551
15618
|
porcelain.schema = (plumbing.schema)
|
15552
15619
|
porcelain.secret_store_id = (plumbing.secret_store_id)
|
@@ -15570,6 +15637,7 @@ module SDM
|
|
15570
15637
|
plumbing.name = (porcelain.name)
|
15571
15638
|
plumbing.password = (porcelain.password)
|
15572
15639
|
plumbing.port_override = (porcelain.port_override)
|
15640
|
+
plumbing.private_key = (porcelain.private_key)
|
15573
15641
|
plumbing.proxy_cluster_id = (porcelain.proxy_cluster_id)
|
15574
15642
|
plumbing.schema = (porcelain.schema)
|
15575
15643
|
plumbing.secret_store_id = (porcelain.secret_store_id)
|
data/lib/grpc/spec_pb.rb
CHANGED
@@ -89,9 +89,14 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
89
89
|
add_message "v1.FulfillmentsMetadata" do
|
90
90
|
repeated :fulfillments, :message, 1, "v1.Fulfillment"
|
91
91
|
end
|
92
|
+
add_message "v1.MFA" do
|
93
|
+
optional :provider, :string, 1
|
94
|
+
repeated :methods_enabled, :string, 2
|
95
|
+
end
|
92
96
|
add_message "v1.Requirement" do
|
93
97
|
optional :type, :string, 1
|
94
98
|
optional :value, :string, 2
|
99
|
+
optional :MFA, :message, 3, "v1.MFA"
|
95
100
|
end
|
96
101
|
add_message "v1.Fulfillment" do
|
97
102
|
optional :requirement, :message, 1, "v1.Requirement"
|
@@ -123,6 +128,7 @@ module V1
|
|
123
128
|
GenericResponseMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.GenericResponseMetadata").msgclass
|
124
129
|
RequirementsMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.RequirementsMetadata").msgclass
|
125
130
|
FulfillmentsMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.FulfillmentsMetadata").msgclass
|
131
|
+
MFA = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.MFA").msgclass
|
126
132
|
Requirement = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.Requirement").msgclass
|
127
133
|
Fulfillment = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.Fulfillment").msgclass
|
128
134
|
end
|
data/lib/models/porcelain.rb
CHANGED
@@ -3848,6 +3848,78 @@ module SDM
|
|
3848
3848
|
end
|
3849
3849
|
end
|
3850
3850
|
|
3851
|
+
# AzureConsole is currently unstable, and its API may change, or it may be removed, without a major version bump.
|
3852
|
+
class AzureConsole
|
3853
|
+
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
3854
|
+
attr_accessor :bind_interface
|
3855
|
+
# The connector ID to authenticate through.
|
3856
|
+
attr_accessor :connector_id
|
3857
|
+
# A filter applied to the routing logic to pin datasource to nodes.
|
3858
|
+
attr_accessor :egress_filter
|
3859
|
+
# True if the datasource is reachable and the credentials are valid.
|
3860
|
+
attr_accessor :healthy
|
3861
|
+
# Unique identifier of the Resource.
|
3862
|
+
attr_accessor :id
|
3863
|
+
# The ID of the identity set to use for identity connections.
|
3864
|
+
attr_accessor :identity_set_id
|
3865
|
+
# The management group ID to authenticate scope Privileges to.
|
3866
|
+
attr_accessor :management_group_id
|
3867
|
+
# Unique human-readable name of the Resource.
|
3868
|
+
attr_accessor :name
|
3869
|
+
# The privilege levels specify which Groups are managed externally
|
3870
|
+
attr_accessor :privilege_levels
|
3871
|
+
# ID of the proxy cluster for this resource, if any.
|
3872
|
+
attr_accessor :proxy_cluster_id
|
3873
|
+
# ID of the secret store containing credentials for this resource, if any.
|
3874
|
+
attr_accessor :secret_store_id
|
3875
|
+
# Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
3876
|
+
attr_accessor :subdomain
|
3877
|
+
# The subscription ID to authenticate scope Privileges to.
|
3878
|
+
attr_accessor :subscription_id
|
3879
|
+
# Tags is a map of key, value pairs.
|
3880
|
+
attr_accessor :tags
|
3881
|
+
|
3882
|
+
def initialize(
|
3883
|
+
bind_interface: nil,
|
3884
|
+
connector_id: nil,
|
3885
|
+
egress_filter: nil,
|
3886
|
+
healthy: nil,
|
3887
|
+
id: nil,
|
3888
|
+
identity_set_id: nil,
|
3889
|
+
management_group_id: nil,
|
3890
|
+
name: nil,
|
3891
|
+
privilege_levels: nil,
|
3892
|
+
proxy_cluster_id: nil,
|
3893
|
+
secret_store_id: nil,
|
3894
|
+
subdomain: nil,
|
3895
|
+
subscription_id: nil,
|
3896
|
+
tags: nil
|
3897
|
+
)
|
3898
|
+
@bind_interface = bind_interface == nil ? "" : bind_interface
|
3899
|
+
@connector_id = connector_id == nil ? "" : connector_id
|
3900
|
+
@egress_filter = egress_filter == nil ? "" : egress_filter
|
3901
|
+
@healthy = healthy == nil ? false : healthy
|
3902
|
+
@id = id == nil ? "" : id
|
3903
|
+
@identity_set_id = identity_set_id == nil ? "" : identity_set_id
|
3904
|
+
@management_group_id = management_group_id == nil ? "" : management_group_id
|
3905
|
+
@name = name == nil ? "" : name
|
3906
|
+
@privilege_levels = privilege_levels == nil ? "" : privilege_levels
|
3907
|
+
@proxy_cluster_id = proxy_cluster_id == nil ? "" : proxy_cluster_id
|
3908
|
+
@secret_store_id = secret_store_id == nil ? "" : secret_store_id
|
3909
|
+
@subdomain = subdomain == nil ? "" : subdomain
|
3910
|
+
@subscription_id = subscription_id == nil ? "" : subscription_id
|
3911
|
+
@tags = tags == nil ? SDM::_porcelain_zero_value_tags() : tags
|
3912
|
+
end
|
3913
|
+
|
3914
|
+
def to_json(options = {})
|
3915
|
+
hash = {}
|
3916
|
+
self.instance_variables.each do |var|
|
3917
|
+
hash[var.id2name.delete_prefix("@")] = self.instance_variable_get var
|
3918
|
+
end
|
3919
|
+
hash.to_json
|
3920
|
+
end
|
3921
|
+
end
|
3922
|
+
|
3851
3923
|
class AzureMysql
|
3852
3924
|
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
|
3853
3925
|
attr_accessor :bind_interface
|
@@ -14324,10 +14396,12 @@ module SDM
|
|
14324
14396
|
attr_accessor :id
|
14325
14397
|
# Unique human-readable name of the Resource.
|
14326
14398
|
attr_accessor :name
|
14327
|
-
#
|
14399
|
+
# Deprecated: https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification/
|
14328
14400
|
attr_accessor :password
|
14329
14401
|
# The local port used by clients to connect to this resource.
|
14330
14402
|
attr_accessor :port_override
|
14403
|
+
# RSA Private Key for authentication
|
14404
|
+
attr_accessor :private_key
|
14331
14405
|
# ID of the proxy cluster for this resource, if any.
|
14332
14406
|
attr_accessor :proxy_cluster_id
|
14333
14407
|
# The schema to provide on authentication.
|
@@ -14351,6 +14425,7 @@ module SDM
|
|
14351
14425
|
name: nil,
|
14352
14426
|
password: nil,
|
14353
14427
|
port_override: nil,
|
14428
|
+
private_key: nil,
|
14354
14429
|
proxy_cluster_id: nil,
|
14355
14430
|
schema: nil,
|
14356
14431
|
secret_store_id: nil,
|
@@ -14367,6 +14442,7 @@ module SDM
|
|
14367
14442
|
@name = name == nil ? "" : name
|
14368
14443
|
@password = password == nil ? "" : password
|
14369
14444
|
@port_override = port_override == nil ? 0 : port_override
|
14445
|
+
@private_key = private_key == nil ? "" : private_key
|
14370
14446
|
@proxy_cluster_id = proxy_cluster_id == nil ? "" : proxy_cluster_id
|
14371
14447
|
@schema = schema == nil ? "" : schema
|
14372
14448
|
@secret_store_id = secret_store_id == nil ? "" : secret_store_id
|
data/lib/strongdm.rb
CHANGED
@@ -30,7 +30,7 @@ module SDM #:nodoc:
|
|
30
30
|
DEFAULT_RETRY_FACTOR = 1.6
|
31
31
|
DEFAULT_RETRY_JITTER = 0.2
|
32
32
|
API_VERSION = "2025-04-14"
|
33
|
-
USER_AGENT = "strongdm-sdk-ruby/14.
|
33
|
+
USER_AGENT = "strongdm-sdk-ruby/14.22.0"
|
34
34
|
private_constant :DEFAULT_BASE_RETRY_DELAY, :DEFAULT_MAX_RETRY_DELAY, :DEFAULT_RETRY_FACTOR, :DEFAULT_RETRY_JITTER, :API_VERSION, :USER_AGENT
|
35
35
|
|
36
36
|
# 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: 14.
|
4
|
+
version: 14.22.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: 2025-
|
11
|
+
date: 2025-06-11 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-57df1917eeca899eaff5315649f95a5de2e67844.idx"
|
85
|
+
- "./.git/objects/pack/pack-57df1917eeca899eaff5315649f95a5de2e67844.pack"
|
86
86
|
- "./.git/packed-refs"
|
87
87
|
- "./.git/refs/heads/master"
|
88
88
|
- "./.git/refs/remotes/origin/HEAD"
|