strongdm 2.6.4 → 3.2.1
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-9605cb63890b5fed001c49e509929945ac427bf0.idx → pack-cff8d23303f23ddc9aaecebd2f8583a0433ef442.idx} +0 -0
- data/.git/objects/pack/{pack-9605cb63890b5fed001c49e509929945ac427bf0.pack → pack-cff8d23303f23ddc9aaecebd2f8583a0433ef442.pack} +0 -0
- data/.git/packed-refs +5 -2
- data/.git/refs/heads/master +1 -1
- data/.yardopts +1 -0
- data/README.md +13 -10
- data/lib/grpc/drivers_pb.rb +41 -0
- data/lib/grpc/options_pb.rb +1 -0
- data/lib/grpc/plumbing.rb +283 -305
- data/lib/grpc/roles_pb.rb +0 -1
- data/lib/grpc/secret_store_types_pb.rb +25 -0
- data/lib/models/porcelain.rb +272 -245
- data/lib/strongdm.rb +5 -21
- data/lib/svc.rb +5 -330
- data/lib/version +1 -1
- data/lib/version.rb +1 -1
- metadata +4 -8
- data/lib/grpc/role_attachments_pb.rb +0 -77
- data/lib/grpc/role_attachments_services_pb.rb +0 -56
- data/lib/grpc/role_grants_pb.rb +0 -77
- data/lib/grpc/role_grants_services_pb.rb +0 -56
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1bc34318296c4a8fd8bff29c96005aade41f966ca9f7343b2158c2aabe84f944
|
4
|
+
data.tar.gz: c9d8b659af6b073b5ae8ed7c317274106a2ce706cf42d37448ed9c44a928c874
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fd7fbdcf1c4d8f544e0498edd03356db048091e55dcffdb1fb782c01e113d5e8b792e42673386ab977af51a73d44a3370878c517ec8da7230b29efc7cd69f50
|
7
|
+
data.tar.gz: 9da21f2029c6b57cb20d8be8cfcd8a8bd0d54d50f77be2d7b42428232ddb1135a473f9d207f4f62536378d9068fb5752143e803769219899d317ae20721c69a6
|
data/.git/ORIG_HEAD
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
40d185ce8d4f4375411706886f6fbbaa5493bef6
|
data/.git/index
CHANGED
Binary file
|
data/.git/logs/HEAD
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
2
|
-
|
3
|
-
|
1
|
+
0000000000000000000000000000000000000000 40d185ce8d4f4375411706886f6fbbaa5493bef6 sdmrelease <support@strongdm.com> 1661186109 +0000 clone: from git@github.com:strongdm/strongdm-sdk-ruby.git
|
2
|
+
40d185ce8d4f4375411706886f6fbbaa5493bef6 40d185ce8d4f4375411706886f6fbbaa5493bef6 sdmrelease <support@strongdm.com> 1661186109 +0000 checkout: moving from master to master
|
3
|
+
40d185ce8d4f4375411706886f6fbbaa5493bef6 dd6a8a74ad5675831f42e3a820208e96f7361f80 sdmrelease <support@strongdm.com> 1661186109 +0000 merge origin/development: Fast-forward
|
data/.git/logs/refs/heads/master
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
2
|
-
|
1
|
+
0000000000000000000000000000000000000000 40d185ce8d4f4375411706886f6fbbaa5493bef6 sdmrelease <support@strongdm.com> 1661186109 +0000 clone: from git@github.com:strongdm/strongdm-sdk-ruby.git
|
2
|
+
40d185ce8d4f4375411706886f6fbbaa5493bef6 dd6a8a74ad5675831f42e3a820208e96f7361f80 sdmrelease <support@strongdm.com> 1661186109 +0000 merge origin/development: Fast-forward
|
@@ -1 +1 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
1
|
+
0000000000000000000000000000000000000000 40d185ce8d4f4375411706886f6fbbaa5493bef6 sdmrelease <support@strongdm.com> 1661186109 +0000 clone: from git@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
|
+
dd6a8a74ad5675831f42e3a820208e96f7361f80 refs/remotes/origin/development
|
3
|
+
40d185ce8d4f4375411706886f6fbbaa5493bef6 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
|
@@ -40,3 +40,6 @@ e0b1ec0134c7015ccb8c14464cc713c20034159e refs/tags/v2.0.0
|
|
40
40
|
ee164dbda02c66cd898f0357884c58f822b486dc refs/tags/v2.6.0
|
41
41
|
2642d78fb0ddb1c7d7e24e63cd4915894605cb6f refs/tags/v2.6.1
|
42
42
|
be1460e0ed022801549a84a12897334b7064f1a7 refs/tags/v2.6.3
|
43
|
+
ebc33c297839fbbcfa70f855e599630c0a6c880c refs/tags/v2.6.4
|
44
|
+
0fbd2ab317197f8aff986524b40fb96d7aa05547 refs/tags/v3.0.0
|
45
|
+
40d185ce8d4f4375411706886f6fbbaa5493bef6 refs/tags/v3.2.0
|
data/.git/refs/heads/master
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
dd6a8a74ad5675831f42e3a820208e96f7361f80
|
data/.yardopts
CHANGED
data/README.md
CHANGED
@@ -24,12 +24,14 @@ Credentials](https://www.strongdm.com/docs/admin-guide/api-credentials/)
|
|
24
24
|
|
25
25
|
Add the keys as environment variables; the SDK will need to access these keys
|
26
26
|
for every request.
|
27
|
+
|
27
28
|
```bash
|
28
29
|
$ export SDM_API_ACCESS_KEY=<YOUR ACCESS KEY>
|
29
30
|
$ export SDM_API_SECRET_KEY=<YOUR SECRET KEY>
|
30
31
|
```
|
31
32
|
|
32
33
|
## List Users
|
34
|
+
|
33
35
|
The following code lists all registered users:
|
34
36
|
|
35
37
|
```ruby
|
@@ -44,21 +46,22 @@ end
|
|
44
46
|
|
45
47
|
## Useful Links
|
46
48
|
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
49
|
+
- Documentation: [strongdm gem](https://www.rubydoc.info/gems/strongdm)
|
50
|
+
- [Migrating from v2 to v3](https://github.com/strongdm/strongdm-sdk-ruby/releases/tag/v3.0.0)
|
51
|
+
- [Migrating from Role Grants to Access Rules](https://github.com/strongdm/strongdm-sdk-ruby/wiki/Migrating-from-Role-Grants-to-Access-Rules)
|
52
|
+
- Examples: [GitHub - strongdm/strongdm-sdk-ruby-examples](https://github.com/strongdm/strongdm-sdk-ruby-examples)
|
53
|
+
1. [Managing Resources](https://github.com/strongdm/strongdm-sdk-ruby-examples/tree/master/1_managing_resources)
|
54
|
+
2. [Managing Accounts](https://github.com/strongdm/strongdm-sdk-ruby-examples/tree/master/2_managing_accounts)
|
55
|
+
3. [Managing Roles](https://github.com/strongdm/strongdm-sdk-ruby-examples/tree/master/3_managing_roles)
|
56
|
+
4. [Managing Gateways](https://github.com/strongdm/strongdm-sdk-ruby-examples/tree/master/4_managing_gateways)
|
57
|
+
|
55
58
|
## License
|
56
59
|
|
57
60
|
[Apache 2](https://github.com/strongdm/strongdm-sdk-ruby/blob/master/LICENSE)
|
58
61
|
|
59
|
-
## Contributing
|
62
|
+
## Contributing
|
60
63
|
|
61
64
|
Currently, we are not accepting pull requests directly to this repository, but
|
62
65
|
our users are some of the most resourceful and ambitious folks out there. So, if
|
63
66
|
you have something to contribute, find a bug, or just want to give us some
|
64
|
-
feedback, please email <support@strongdm.com>.
|
67
|
+
feedback, please email <support@strongdm.com>.
|
data/lib/grpc/drivers_pb.rb
CHANGED
@@ -29,6 +29,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
29
29
|
optional :aks_service_account_user_impersonation, :message, 810, "v1.AKSServiceAccountUserImpersonation"
|
30
30
|
optional :aks_user_impersonation, :message, 814, "v1.AKSUserImpersonation"
|
31
31
|
optional :aws, :message, 2300, "v1.AWS"
|
32
|
+
optional :aws_console, :message, 3000, "v1.AWSConsole"
|
33
|
+
optional :aws_console_static_key_pair, :message, 3001, "v1.AWSConsoleStaticKeyPair"
|
32
34
|
optional :amazon_eks, :message, 802, "v1.AmazonEKS"
|
33
35
|
optional :amazon_eks_user_impersonation, :message, 818, "v1.AmazonEKSUserImpersonation"
|
34
36
|
optional :amazon_es, :message, 600, "v1.AmazonES"
|
@@ -189,6 +191,43 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
189
191
|
optional :role_external_id, :string, 6
|
190
192
|
optional :secret_access_key, :string, 2
|
191
193
|
end
|
194
|
+
add_message "v1.AWSConsole" do
|
195
|
+
optional :id, :string, 32768
|
196
|
+
optional :name, :string, 32769
|
197
|
+
optional :healthy, :bool, 32770
|
198
|
+
optional :tags, :message, 32771, "v1.Tags"
|
199
|
+
optional :secret_store_id, :string, 32772
|
200
|
+
optional :egress_filter, :string, 32773
|
201
|
+
optional :bind_interface, :string, 32774
|
202
|
+
optional :enable_env_variables, :bool, 1
|
203
|
+
optional :port_override, :int32, 7
|
204
|
+
optional :region, :string, 2
|
205
|
+
optional :remote_identity_group_id, :string, 8
|
206
|
+
optional :remote_identity_healthcheck_username, :string, 9
|
207
|
+
optional :role_arn, :string, 3
|
208
|
+
optional :role_external_id, :string, 4
|
209
|
+
optional :session_expiry, :int32, 5
|
210
|
+
optional :subdomain, :string, 6
|
211
|
+
end
|
212
|
+
add_message "v1.AWSConsoleStaticKeyPair" do
|
213
|
+
optional :id, :string, 32768
|
214
|
+
optional :name, :string, 32769
|
215
|
+
optional :healthy, :bool, 32770
|
216
|
+
optional :tags, :message, 32771, "v1.Tags"
|
217
|
+
optional :secret_store_id, :string, 32772
|
218
|
+
optional :egress_filter, :string, 32773
|
219
|
+
optional :bind_interface, :string, 32774
|
220
|
+
optional :access_key, :string, 1
|
221
|
+
optional :port_override, :int32, 8
|
222
|
+
optional :region, :string, 3
|
223
|
+
optional :remote_identity_group_id, :string, 9
|
224
|
+
optional :remote_identity_healthcheck_username, :string, 10
|
225
|
+
optional :role_arn, :string, 4
|
226
|
+
optional :role_external_id, :string, 5
|
227
|
+
optional :secret_access_key, :string, 2
|
228
|
+
optional :session_expiry, :int32, 6
|
229
|
+
optional :subdomain, :string, 7
|
230
|
+
end
|
192
231
|
add_message "v1.AmazonEKS" do
|
193
232
|
optional :id, :string, 32768
|
194
233
|
optional :name, :string, 32769
|
@@ -1199,6 +1238,8 @@ module V1
|
|
1199
1238
|
AKSServiceAccountUserImpersonation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AKSServiceAccountUserImpersonation").msgclass
|
1200
1239
|
AKSUserImpersonation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AKSUserImpersonation").msgclass
|
1201
1240
|
AWS = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AWS").msgclass
|
1241
|
+
AWSConsole = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AWSConsole").msgclass
|
1242
|
+
AWSConsoleStaticKeyPair = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AWSConsoleStaticKeyPair").msgclass
|
1202
1243
|
AmazonEKS = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AmazonEKS").msgclass
|
1203
1244
|
AmazonEKSUserImpersonation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AmazonEKSUserImpersonation").msgclass
|
1204
1245
|
AmazonES = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.AmazonES").msgclass
|
data/lib/grpc/options_pb.rb
CHANGED
@@ -65,6 +65,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
65
65
|
map :comment_override, :string, :string, 1941331
|
66
66
|
map :deprecated_override, :string, :bool, 1941312
|
67
67
|
optional :terraform_elem_type, :string, 1941311
|
68
|
+
optional :unstable, :bool, 1941313
|
68
69
|
end
|
69
70
|
add_message "v1.TerraformDocs" do
|
70
71
|
optional :resource_example_path, :string, 1941300
|