strongdm 2.1.0 → 2.6.0
Sign up to get free protection for your applications and to get access to all the features.
- 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-a86846bb97666919e629e876c52e6b012d588625.idx → pack-886c8b7b48ee02690285f26795cb132efb2f15f6.idx} +0 -0
- data/.git/objects/pack/{pack-a86846bb97666919e629e876c52e6b012d588625.pack → pack-886c8b7b48ee02690285f26795cb132efb2f15f6.pack} +0 -0
- data/.git/packed-refs +5 -2
- data/.git/refs/heads/master +1 -1
- data/lib/grpc/account_attachments_services_pb.rb +5 -5
- data/lib/grpc/account_grants_services_pb.rb +5 -5
- data/lib/grpc/accounts_services_pb.rb +6 -6
- data/lib/grpc/control_panel_services_pb.rb +3 -3
- data/lib/grpc/drivers_pb.rb +88 -0
- data/lib/grpc/nodes_services_pb.rb +6 -6
- data/lib/grpc/plumbing.rb +442 -0
- data/lib/grpc/remote_identities_pb.rb +90 -0
- data/lib/grpc/remote_identities_services_pb.rb +45 -0
- data/lib/grpc/remote_identity_groups_pb.rb +55 -0
- data/lib/grpc/remote_identity_groups_services_pb.rb +58 -0
- data/lib/grpc/resources_services_pb.rb +7 -7
- data/lib/grpc/role_attachments_services_pb.rb +5 -5
- data/lib/grpc/role_grants_services_pb.rb +5 -5
- data/lib/grpc/roles_services_pb.rb +6 -6
- data/lib/grpc/secret_stores_services_pb.rb +6 -6
- data/lib/models/porcelain.rb +577 -2
- data/lib/strongdm.rb +26 -2
- data/lib/svc.rb +266 -0
- data/lib/version +1 -1
- data/lib/version.rb +1 -1
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: efbed085fbe559c817c974aaa40983e63db0bf0d3bc4ba26347b8bc68f353ed8
|
4
|
+
data.tar.gz: a52f50f5b0032ddc6b7c4c44c27a50672b264e275fff335d4e2f327e59146829
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b77f8f0fecf77893bfcd1b2cdc1e7beaefe4dd73d19880059d025d341b813739209ee905ae6c2784fa38d6ca442017eff154d043254aee792eee791f5fd2d890
|
7
|
+
data.tar.gz: 59f5e016ba350d970ef446caa8992c5c7bf5030785fdf7d680ef2a997587ef19f8c7b30028fa117f8f8c718b67d2040e531c73bcbe22f62a880b7ee6791230d2
|
data/.git/ORIG_HEAD
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
42523443a7148266578542cb9c64167dee1a817f
|
data/.git/index
CHANGED
Binary file
|
data/.git/logs/HEAD
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
2
|
-
|
3
|
-
|
1
|
+
0000000000000000000000000000000000000000 42523443a7148266578542cb9c64167dee1a817f sdmrelease <support@strongdm.com> 1655210620 +0000 clone: from git@github.com:strongdm/strongdm-sdk-ruby.git
|
2
|
+
42523443a7148266578542cb9c64167dee1a817f 42523443a7148266578542cb9c64167dee1a817f sdmrelease <support@strongdm.com> 1655210620 +0000 checkout: moving from master to master
|
3
|
+
42523443a7148266578542cb9c64167dee1a817f ee164dbda02c66cd898f0357884c58f822b486dc sdmrelease <support@strongdm.com> 1655210620 +0000 merge origin/development: Fast-forward
|
data/.git/logs/refs/heads/master
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
2
|
-
|
1
|
+
0000000000000000000000000000000000000000 42523443a7148266578542cb9c64167dee1a817f sdmrelease <support@strongdm.com> 1655210620 +0000 clone: from git@github.com:strongdm/strongdm-sdk-ruby.git
|
2
|
+
42523443a7148266578542cb9c64167dee1a817f ee164dbda02c66cd898f0357884c58f822b486dc sdmrelease <support@strongdm.com> 1655210620 +0000 merge origin/development: Fast-forward
|
@@ -1 +1 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
1
|
+
0000000000000000000000000000000000000000 42523443a7148266578542cb9c64167dee1a817f sdmrelease <support@strongdm.com> 1655210620 +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
|
+
ee164dbda02c66cd898f0357884c58f822b486dc refs/remotes/origin/development
|
3
|
+
42523443a7148266578542cb9c64167dee1a817f 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
|
@@ -34,3 +34,6 @@ f05d3be5bc992d5a37ba13bc4ce092056769d9c8 refs/tags/v1.0.4
|
|
34
34
|
d035aa3acb4c3a0935121bc00bfbb0a9e999d410 refs/tags/v1.0.7
|
35
35
|
5b01475679f3312831a0fa1009e7cf90889effa8 refs/tags/v1.0.8
|
36
36
|
e0b1ec0134c7015ccb8c14464cc713c20034159e refs/tags/v2.0.0
|
37
|
+
62a146d9d56852b2ad14ec5d2796cad158d66e1c refs/tags/v2.1.0
|
38
|
+
9de04e628082f4ad0eb9511311479a089d302008 refs/tags/v2.2.0
|
39
|
+
42523443a7148266578542cb9c64167dee1a817f refs/tags/v2.5.0
|
data/.git/refs/heads/master
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
ee164dbda02c66cd898f0357884c58f822b486dc
|
@@ -22,20 +22,20 @@ module V1
|
|
22
22
|
module AccountAttachments
|
23
23
|
# AccountAttachments assign an account to a role.
|
24
24
|
class Service
|
25
|
-
include
|
25
|
+
include GRPC::GenericService
|
26
26
|
|
27
27
|
self.marshal_class_method = :encode
|
28
28
|
self.unmarshal_class_method = :decode
|
29
29
|
self.service_name = "v1.AccountAttachments"
|
30
30
|
|
31
31
|
# Create registers a new AccountAttachment.
|
32
|
-
rpc :Create,
|
32
|
+
rpc :Create, V1::AccountAttachmentCreateRequest, V1::AccountAttachmentCreateResponse
|
33
33
|
# Get reads one AccountAttachment by ID.
|
34
|
-
rpc :Get,
|
34
|
+
rpc :Get, V1::AccountAttachmentGetRequest, V1::AccountAttachmentGetResponse
|
35
35
|
# Delete removes a AccountAttachment by ID.
|
36
|
-
rpc :Delete,
|
36
|
+
rpc :Delete, V1::AccountAttachmentDeleteRequest, V1::AccountAttachmentDeleteResponse
|
37
37
|
# List gets a list of AccountAttachments matching a given set of criteria.
|
38
|
-
rpc :List,
|
38
|
+
rpc :List, V1::AccountAttachmentListRequest, V1::AccountAttachmentListResponse
|
39
39
|
end
|
40
40
|
|
41
41
|
Stub = Service.rpc_stub_class
|
@@ -22,20 +22,20 @@ module V1
|
|
22
22
|
module AccountGrants
|
23
23
|
# AccountGrants assign a resource directly to an account, giving the account the permission to connect to that resource.
|
24
24
|
class Service
|
25
|
-
include
|
25
|
+
include GRPC::GenericService
|
26
26
|
|
27
27
|
self.marshal_class_method = :encode
|
28
28
|
self.unmarshal_class_method = :decode
|
29
29
|
self.service_name = "v1.AccountGrants"
|
30
30
|
|
31
31
|
# Create registers a new AccountGrant.
|
32
|
-
rpc :Create,
|
32
|
+
rpc :Create, V1::AccountGrantCreateRequest, V1::AccountGrantCreateResponse
|
33
33
|
# Get reads one AccountGrant by ID.
|
34
|
-
rpc :Get,
|
34
|
+
rpc :Get, V1::AccountGrantGetRequest, V1::AccountGrantGetResponse
|
35
35
|
# Delete removes a AccountGrant by ID.
|
36
|
-
rpc :Delete,
|
36
|
+
rpc :Delete, V1::AccountGrantDeleteRequest, V1::AccountGrantDeleteResponse
|
37
37
|
# List gets a list of AccountGrants matching a given set of criteria.
|
38
|
-
rpc :List,
|
38
|
+
rpc :List, V1::AccountGrantListRequest, V1::AccountGrantListResponse
|
39
39
|
end
|
40
40
|
|
41
41
|
Stub = Service.rpc_stub_class
|
@@ -24,22 +24,22 @@ module V1
|
|
24
24
|
# 1. **Users:** humans who are authenticated through username and password or SSO.
|
25
25
|
# 2. **Service Accounts:** machines that are authenticated using a service token.
|
26
26
|
class Service
|
27
|
-
include
|
27
|
+
include GRPC::GenericService
|
28
28
|
|
29
29
|
self.marshal_class_method = :encode
|
30
30
|
self.unmarshal_class_method = :decode
|
31
31
|
self.service_name = "v1.Accounts"
|
32
32
|
|
33
33
|
# Create registers a new Account.
|
34
|
-
rpc :Create,
|
34
|
+
rpc :Create, V1::AccountCreateRequest, V1::AccountCreateResponse
|
35
35
|
# Get reads one Account by ID.
|
36
|
-
rpc :Get,
|
36
|
+
rpc :Get, V1::AccountGetRequest, V1::AccountGetResponse
|
37
37
|
# Update replaces all the fields of an Account by ID.
|
38
|
-
rpc :Update,
|
38
|
+
rpc :Update, V1::AccountUpdateRequest, V1::AccountUpdateResponse
|
39
39
|
# Delete removes an Account by ID.
|
40
|
-
rpc :Delete,
|
40
|
+
rpc :Delete, V1::AccountDeleteRequest, V1::AccountDeleteResponse
|
41
41
|
# List gets a list of Accounts matching a given set of criteria.
|
42
|
-
rpc :List,
|
42
|
+
rpc :List, V1::AccountListRequest, V1::AccountListResponse
|
43
43
|
end
|
44
44
|
|
45
45
|
Stub = Service.rpc_stub_class
|
@@ -22,16 +22,16 @@ module V1
|
|
22
22
|
module ControlPanel
|
23
23
|
# ControlPanel contains all administrative controls.
|
24
24
|
class Service
|
25
|
-
include
|
25
|
+
include GRPC::GenericService
|
26
26
|
|
27
27
|
self.marshal_class_method = :encode
|
28
28
|
self.unmarshal_class_method = :decode
|
29
29
|
self.service_name = "v1.ControlPanel"
|
30
30
|
|
31
31
|
# GetSSHCAPublicKey retrieves the SSH CA public key.
|
32
|
-
rpc :GetSSHCAPublicKey,
|
32
|
+
rpc :GetSSHCAPublicKey, V1::ControlPanelGetSSHCAPublicKeyRequest, V1::ControlPanelGetSSHCAPublicKeyResponse
|
33
33
|
# VerifyJWT reports whether the given JWT token (x-sdm-token) is valid.
|
34
|
-
rpc :VerifyJWT,
|
34
|
+
rpc :VerifyJWT, V1::ControlPanelVerifyJWTRequest, V1::ControlPanelVerifyJWTResponse
|
35
35
|
end
|
36
36
|
|
37
37
|
Stub = Service.rpc_stub_class
|