strongdm 8.3.0 → 9.0.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-4261676cf40d688329aa296e253a717a48298b9c.idx → pack-585dae52e145926574c317ae9b4a8c7204dd11f8.idx} +0 -0
- data/.git/objects/pack/{pack-4261676cf40d688329aa296e253a717a48298b9c.pack → pack-585dae52e145926574c317ae9b4a8c7204dd11f8.pack} +0 -0
- data/.git/packed-refs +4 -2
- data/.git/refs/heads/master +1 -1
- data/lib/grpc/drivers_pb.rb +22 -24
- data/lib/grpc/identity_aliases_history_pb.rb +49 -0
- data/lib/grpc/identity_aliases_history_services_pb.rb +37 -0
- data/lib/grpc/identity_aliases_pb.rb +91 -0
- data/lib/grpc/identity_aliases_services_pb.rb +46 -0
- data/lib/grpc/identity_sets_history_pb.rb +49 -0
- data/lib/grpc/identity_sets_history_services_pb.rb +37 -0
- data/lib/grpc/identity_sets_pb.rb +56 -0
- data/lib/grpc/identity_sets_services_pb.rb +58 -0
- data/lib/grpc/plumbing.rb +488 -48
- data/lib/grpc/secret_store_types_pb.rb +18 -0
- data/lib/models/porcelain.rb +424 -96
- data/lib/strongdm.rb +39 -1
- data/lib/svc.rb +449 -0
- data/lib/version +1 -1
- data/lib/version.rb +1 -1
- metadata +12 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e05d61efaf973298c51bbff9a1d8f26711741b1441ce71de8904fe501a2afc0b
|
4
|
+
data.tar.gz: 22a8c9516f5bb4e7719ccab8c59381b60981436385149adaf510b3ed84ade9c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31062f3241e3b0e0411162da65287142a48145829bf7c4f8bb88a9e86db3b7ce780d45a4b3d54a54e8143d1b68296cc9c3a74eb2504ff9c71c1d151470154328
|
7
|
+
data.tar.gz: 2b0292269d1de24b21d6967a78ee7e6a8a9c2dc4b7da7094596432e43b577486b4515e75e8e54496a8d3f10317aa4d40fef885d3b6f0a06b18eafe8c519b4f9b
|
data/.git/ORIG_HEAD
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
6ca94f88b799db10fe2a0867b5b53718a0289d0a
|
data/.git/index
CHANGED
Binary file
|
data/.git/logs/HEAD
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
2
|
-
|
3
|
-
|
1
|
+
0000000000000000000000000000000000000000 6ca94f88b799db10fe2a0867b5b53718a0289d0a root <root@396b905e8579.(none)> 1716418404 +0000 clone: from github.com:strongdm/strongdm-sdk-ruby.git
|
2
|
+
6ca94f88b799db10fe2a0867b5b53718a0289d0a 6ca94f88b799db10fe2a0867b5b53718a0289d0a root <root@396b905e8579.(none)> 1716418404 +0000 checkout: moving from master to master
|
3
|
+
6ca94f88b799db10fe2a0867b5b53718a0289d0a 510e35b667dd3c214950f99d2bd6cd24c41655ae root <root@396b905e8579.(none)> 1716418404 +0000 merge origin/development: Fast-forward
|
data/.git/logs/refs/heads/master
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
2
|
-
|
1
|
+
0000000000000000000000000000000000000000 6ca94f88b799db10fe2a0867b5b53718a0289d0a root <root@396b905e8579.(none)> 1716418404 +0000 clone: from github.com:strongdm/strongdm-sdk-ruby.git
|
2
|
+
6ca94f88b799db10fe2a0867b5b53718a0289d0a 510e35b667dd3c214950f99d2bd6cd24c41655ae root <root@396b905e8579.(none)> 1716418404 +0000 merge origin/development: Fast-forward
|
@@ -1 +1 @@
|
|
1
|
-
0000000000000000000000000000000000000000
|
1
|
+
0000000000000000000000000000000000000000 6ca94f88b799db10fe2a0867b5b53718a0289d0a root <root@396b905e8579.(none)> 1716418404 +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
|
+
510e35b667dd3c214950f99d2bd6cd24c41655ae refs/remotes/origin/development
|
3
|
+
6ca94f88b799db10fe2a0867b5b53718a0289d0a 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
|
@@ -106,3 +106,5 @@ c69cd1f08e014470bbe2e4dbc4ad494d4bf78d6c refs/tags/v7.0.0
|
|
106
106
|
f34575bc142eabf113dbbc5b40b3a16e0c026355 refs/tags/v7.1.0
|
107
107
|
7659a644ef149debee2515386136b7e2d5e917ea refs/tags/v8.0.0
|
108
108
|
14ef2b24960a5e854b60586884494ed913221b5b refs/tags/v8.1.0
|
109
|
+
98b9ee54f8ca2dc8eecd977e22bf3d05ca667667 refs/tags/v8.3.0
|
110
|
+
6ca94f88b799db10fe2a0867b5b53718a0289d0a refs/tags/v8.4.0
|
data/.git/refs/heads/master
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
510e35b667dd3c214950f99d2bd6cd24c41655ae
|
data/lib/grpc/drivers_pb.rb
CHANGED
@@ -124,10 +124,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
124
124
|
optional :client_key, :string, 7
|
125
125
|
optional :healthcheck_namespace, :string, 9
|
126
126
|
optional :hostname, :string, 1
|
127
|
+
optional :identity_alias_healthcheck_username, :string, 11
|
128
|
+
optional :identity_set_id, :string, 10
|
127
129
|
optional :port, :int32, 2
|
128
130
|
optional :port_override, :int32, 12
|
129
|
-
optional :remote_identity_group_id, :string, 10
|
130
|
-
optional :remote_identity_healthcheck_username, :string, 11
|
131
131
|
end
|
132
132
|
add_message "v1.AKSBasicAuth" do
|
133
133
|
optional :id, :string, 32768
|
@@ -156,10 +156,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
156
156
|
optional :subdomain, :string, 32775
|
157
157
|
optional :healthcheck_namespace, :string, 4
|
158
158
|
optional :hostname, :string, 1
|
159
|
+
optional :identity_alias_healthcheck_username, :string, 6
|
160
|
+
optional :identity_set_id, :string, 5
|
159
161
|
optional :port, :int32, 2
|
160
162
|
optional :port_override, :int32, 7
|
161
|
-
optional :remote_identity_group_id, :string, 5
|
162
|
-
optional :remote_identity_healthcheck_username, :string, 6
|
163
163
|
optional :token, :string, 3
|
164
164
|
end
|
165
165
|
add_message "v1.AKSServiceAccountUserImpersonation" do
|
@@ -219,10 +219,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
219
219
|
optional :egress_filter, :string, 32773
|
220
220
|
optional :bind_interface, :string, 32774
|
221
221
|
optional :enable_env_variables, :bool, 1
|
222
|
+
optional :identity_alias_healthcheck_username, :string, 9
|
223
|
+
optional :identity_set_id, :string, 8
|
222
224
|
optional :port_override, :int32, 7
|
223
225
|
optional :region, :string, 2
|
224
|
-
optional :remote_identity_group_id, :string, 8
|
225
|
-
optional :remote_identity_healthcheck_username, :string, 9
|
226
226
|
optional :role_arn, :string, 3
|
227
227
|
optional :role_external_id, :string, 4
|
228
228
|
optional :session_expiry, :int32, 5
|
@@ -237,10 +237,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
237
237
|
optional :egress_filter, :string, 32773
|
238
238
|
optional :bind_interface, :string, 32774
|
239
239
|
optional :access_key, :string, 1
|
240
|
+
optional :identity_alias_healthcheck_username, :string, 10
|
241
|
+
optional :identity_set_id, :string, 9
|
240
242
|
optional :port_override, :int32, 8
|
241
243
|
optional :region, :string, 3
|
242
|
-
optional :remote_identity_group_id, :string, 9
|
243
|
-
optional :remote_identity_healthcheck_username, :string, 10
|
244
244
|
optional :role_arn, :string, 4
|
245
245
|
optional :role_external_id, :string, 5
|
246
246
|
optional :secret_access_key, :string, 2
|
@@ -261,10 +261,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
261
261
|
optional :cluster_name, :string, 7
|
262
262
|
optional :endpoint, :string, 1
|
263
263
|
optional :healthcheck_namespace, :string, 9
|
264
|
+
optional :identity_alias_healthcheck_username, :string, 12
|
265
|
+
optional :identity_set_id, :string, 11
|
264
266
|
optional :port_override, :int32, 15
|
265
267
|
optional :region, :string, 6
|
266
|
-
optional :remote_identity_group_id, :string, 11
|
267
|
-
optional :remote_identity_healthcheck_username, :string, 12
|
268
268
|
optional :role_arn, :string, 8
|
269
269
|
optional :role_external_id, :string, 10
|
270
270
|
optional :secret_access_key, :string, 3
|
@@ -282,10 +282,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
282
282
|
optional :cluster_name, :string, 5
|
283
283
|
optional :endpoint, :string, 1
|
284
284
|
optional :healthcheck_namespace, :string, 8
|
285
|
+
optional :identity_alias_healthcheck_username, :string, 10
|
286
|
+
optional :identity_set_id, :string, 9
|
285
287
|
optional :port_override, :int32, 15
|
286
288
|
optional :region, :string, 4
|
287
|
-
optional :remote_identity_group_id, :string, 9
|
288
|
-
optional :remote_identity_healthcheck_username, :string, 10
|
289
289
|
optional :role_arn, :string, 6
|
290
290
|
optional :role_external_id, :string, 7
|
291
291
|
end
|
@@ -304,8 +304,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
304
304
|
optional :healthcheck_namespace, :string, 8
|
305
305
|
optional :port_override, :int32, 15
|
306
306
|
optional :region, :string, 4
|
307
|
-
optional :remote_identity_group_id, :string, 9
|
308
|
-
optional :remote_identity_healthcheck_username, :string, 10
|
309
307
|
optional :role_arn, :string, 6
|
310
308
|
optional :role_external_id, :string, 7
|
311
309
|
end
|
@@ -750,9 +748,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
750
748
|
optional :certificate_authority, :string, 2
|
751
749
|
optional :endpoint, :string, 1
|
752
750
|
optional :healthcheck_namespace, :string, 6
|
751
|
+
optional :identity_alias_healthcheck_username, :string, 8
|
752
|
+
optional :identity_set_id, :string, 7
|
753
753
|
optional :port_override, :int32, 14
|
754
|
-
optional :remote_identity_group_id, :string, 7
|
755
|
-
optional :remote_identity_healthcheck_username, :string, 8
|
756
754
|
optional :service_account_key, :string, 4
|
757
755
|
end
|
758
756
|
add_message "v1.GoogleGKEUserImpersonation" do
|
@@ -849,10 +847,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
849
847
|
optional :client_key, :string, 7
|
850
848
|
optional :healthcheck_namespace, :string, 9
|
851
849
|
optional :hostname, :string, 1
|
850
|
+
optional :identity_alias_healthcheck_username, :string, 11
|
851
|
+
optional :identity_set_id, :string, 10
|
852
852
|
optional :port, :int32, 2
|
853
853
|
optional :port_override, :int32, 12
|
854
|
-
optional :remote_identity_group_id, :string, 10
|
855
|
-
optional :remote_identity_healthcheck_username, :string, 11
|
856
854
|
end
|
857
855
|
add_message "v1.KubernetesBasicAuth" do
|
858
856
|
optional :id, :string, 32768
|
@@ -881,10 +879,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
881
879
|
optional :subdomain, :string, 32775
|
882
880
|
optional :healthcheck_namespace, :string, 4
|
883
881
|
optional :hostname, :string, 1
|
882
|
+
optional :identity_alias_healthcheck_username, :string, 6
|
883
|
+
optional :identity_set_id, :string, 5
|
884
884
|
optional :port, :int32, 2
|
885
885
|
optional :port_override, :int32, 7
|
886
|
-
optional :remote_identity_group_id, :string, 5
|
887
|
-
optional :remote_identity_healthcheck_username, :string, 6
|
888
886
|
optional :token, :string, 3
|
889
887
|
end
|
890
888
|
add_message "v1.KubernetesServiceAccountUserImpersonation" do
|
@@ -1227,10 +1225,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1227
1225
|
optional :bind_interface, :string, 32774
|
1228
1226
|
optional :subdomain, :string, 32775
|
1229
1227
|
optional :hostname, :string, 1
|
1228
|
+
optional :identity_alias_healthcheck_username, :string, 6
|
1229
|
+
optional :identity_set_id, :string, 5
|
1230
1230
|
optional :port, :int32, 4
|
1231
1231
|
optional :port_override, :int32, 3
|
1232
|
-
optional :remote_identity_group_id, :string, 5
|
1233
|
-
optional :remote_identity_healthcheck_username, :string, 6
|
1234
1232
|
optional :username, :string, 2
|
1235
1233
|
end
|
1236
1234
|
add_message "v1.RDSPostgresIAM" do
|
@@ -1403,12 +1401,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1403
1401
|
optional :subdomain, :string, 32775
|
1404
1402
|
optional :allow_deprecated_key_exchanges, :bool, 5
|
1405
1403
|
optional :hostname, :string, 1
|
1404
|
+
optional :identity_alias_healthcheck_username, :string, 8
|
1405
|
+
optional :identity_set_id, :string, 7
|
1406
1406
|
optional :key_type, :string, 9
|
1407
1407
|
optional :port, :int32, 3
|
1408
1408
|
optional :port_forwarding, :bool, 4
|
1409
1409
|
optional :port_override, :int32, 6
|
1410
|
-
optional :remote_identity_group_id, :string, 7
|
1411
|
-
optional :remote_identity_healthcheck_username, :string, 8
|
1412
1410
|
optional :username, :string, 2
|
1413
1411
|
end
|
1414
1412
|
add_message "v1.SSHCustomerKey" do
|
@@ -0,0 +1,49 @@
|
|
1
|
+
# Copyright 2020 StrongDM Inc
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
#
|
15
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
16
|
+
# source: identity_aliases_history.proto
|
17
|
+
|
18
|
+
require "google/protobuf"
|
19
|
+
|
20
|
+
require "google/protobuf/timestamp_pb"
|
21
|
+
require "identity_aliases_pb"
|
22
|
+
require "options_pb"
|
23
|
+
require "spec_pb"
|
24
|
+
|
25
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
26
|
+
add_file("identity_aliases_history.proto", :syntax => :proto3) do
|
27
|
+
add_message "v1.IdentityAliasHistoryListRequest" do
|
28
|
+
optional :meta, :message, 1, "v1.ListRequestMetadata"
|
29
|
+
optional :filter, :string, 2
|
30
|
+
end
|
31
|
+
add_message "v1.IdentityAliasHistoryListResponse" do
|
32
|
+
optional :meta, :message, 1, "v1.ListResponseMetadata"
|
33
|
+
repeated :history, :message, 2, "v1.IdentityAliasHistory"
|
34
|
+
optional :rate_limit, :message, 3, "v1.RateLimitMetadata"
|
35
|
+
end
|
36
|
+
add_message "v1.IdentityAliasHistory" do
|
37
|
+
optional :activity_id, :string, 1
|
38
|
+
optional :timestamp, :message, 2, "google.protobuf.Timestamp"
|
39
|
+
optional :identity_alias, :message, 3, "v1.IdentityAlias"
|
40
|
+
optional :deleted_at, :message, 4, "google.protobuf.Timestamp"
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
module V1
|
46
|
+
IdentityAliasHistoryListRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAliasHistoryListRequest").msgclass
|
47
|
+
IdentityAliasHistoryListResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAliasHistoryListResponse").msgclass
|
48
|
+
IdentityAliasHistory = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAliasHistory").msgclass
|
49
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# Copyright 2020 StrongDM Inc
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
#
|
15
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
16
|
+
# Source: identity_aliases_history.proto for package 'v1'
|
17
|
+
|
18
|
+
require "grpc"
|
19
|
+
require "identity_aliases_history_pb"
|
20
|
+
|
21
|
+
module V1
|
22
|
+
module IdentityAliasesHistory
|
23
|
+
# IdentityAliasesHistory records all changes to the state of a IdentityAlias.
|
24
|
+
class Service
|
25
|
+
include ::GRPC::GenericService
|
26
|
+
|
27
|
+
self.marshal_class_method = :encode
|
28
|
+
self.unmarshal_class_method = :decode
|
29
|
+
self.service_name = "v1.IdentityAliasesHistory"
|
30
|
+
|
31
|
+
# List gets a list of IdentityAliasHistory records matching a given set of criteria.
|
32
|
+
rpc :List, ::V1::IdentityAliasHistoryListRequest, ::V1::IdentityAliasHistoryListResponse
|
33
|
+
end
|
34
|
+
|
35
|
+
Stub = Service.rpc_stub_class
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,91 @@
|
|
1
|
+
# Copyright 2020 StrongDM Inc
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
#
|
15
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
16
|
+
# source: identity_aliases.proto
|
17
|
+
|
18
|
+
require "google/protobuf"
|
19
|
+
|
20
|
+
require "options_pb"
|
21
|
+
require "spec_pb"
|
22
|
+
|
23
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
24
|
+
add_file("identity_aliases.proto", :syntax => :proto3) do
|
25
|
+
add_message "v1.IdentityAliasCreateRequest" do
|
26
|
+
optional :meta, :message, 1, "v1.CreateRequestMetadata"
|
27
|
+
optional :identity_alias, :message, 2, "v1.IdentityAlias"
|
28
|
+
end
|
29
|
+
add_message "v1.IdentityAliasCreateResponse" do
|
30
|
+
optional :meta, :message, 1, "v1.CreateResponseMetadata"
|
31
|
+
optional :identity_alias, :message, 2, "v1.IdentityAlias"
|
32
|
+
optional :rate_limit, :message, 3, "v1.RateLimitMetadata"
|
33
|
+
end
|
34
|
+
add_message "v1.IdentityAliasGetRequest" do
|
35
|
+
optional :meta, :message, 1, "v1.GetRequestMetadata"
|
36
|
+
optional :id, :string, 2
|
37
|
+
end
|
38
|
+
add_message "v1.IdentityAliasGetResponse" do
|
39
|
+
optional :meta, :message, 1, "v1.GetResponseMetadata"
|
40
|
+
optional :identity_alias, :message, 2, "v1.IdentityAlias"
|
41
|
+
optional :rate_limit, :message, 3, "v1.RateLimitMetadata"
|
42
|
+
end
|
43
|
+
add_message "v1.IdentityAliasUpdateRequest" do
|
44
|
+
optional :meta, :message, 1, "v1.UpdateRequestMetadata"
|
45
|
+
optional :id, :string, 2
|
46
|
+
optional :identity_alias, :message, 3, "v1.IdentityAlias"
|
47
|
+
end
|
48
|
+
add_message "v1.IdentityAliasUpdateResponse" do
|
49
|
+
optional :meta, :message, 1, "v1.UpdateResponseMetadata"
|
50
|
+
optional :identity_alias, :message, 2, "v1.IdentityAlias"
|
51
|
+
optional :rate_limit, :message, 3, "v1.RateLimitMetadata"
|
52
|
+
end
|
53
|
+
add_message "v1.IdentityAliasDeleteRequest" do
|
54
|
+
optional :meta, :message, 1, "v1.DeleteRequestMetadata"
|
55
|
+
optional :id, :string, 2
|
56
|
+
end
|
57
|
+
add_message "v1.IdentityAliasDeleteResponse" do
|
58
|
+
optional :meta, :message, 1, "v1.DeleteResponseMetadata"
|
59
|
+
optional :rate_limit, :message, 2, "v1.RateLimitMetadata"
|
60
|
+
end
|
61
|
+
add_message "v1.IdentityAliasListRequest" do
|
62
|
+
optional :meta, :message, 1, "v1.ListRequestMetadata"
|
63
|
+
optional :filter, :string, 2
|
64
|
+
end
|
65
|
+
add_message "v1.IdentityAliasListResponse" do
|
66
|
+
optional :meta, :message, 1, "v1.ListResponseMetadata"
|
67
|
+
repeated :identity_aliases, :message, 2, "v1.IdentityAlias"
|
68
|
+
optional :rate_limit, :message, 3, "v1.RateLimitMetadata"
|
69
|
+
end
|
70
|
+
add_message "v1.IdentityAlias" do
|
71
|
+
optional :id, :string, 1
|
72
|
+
optional :account_id, :string, 2
|
73
|
+
optional :identity_set_id, :string, 3
|
74
|
+
optional :username, :string, 4
|
75
|
+
end
|
76
|
+
end
|
77
|
+
end
|
78
|
+
|
79
|
+
module V1
|
80
|
+
IdentityAliasCreateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAliasCreateRequest").msgclass
|
81
|
+
IdentityAliasCreateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAliasCreateResponse").msgclass
|
82
|
+
IdentityAliasGetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAliasGetRequest").msgclass
|
83
|
+
IdentityAliasGetResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAliasGetResponse").msgclass
|
84
|
+
IdentityAliasUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAliasUpdateRequest").msgclass
|
85
|
+
IdentityAliasUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAliasUpdateResponse").msgclass
|
86
|
+
IdentityAliasDeleteRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAliasDeleteRequest").msgclass
|
87
|
+
IdentityAliasDeleteResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAliasDeleteResponse").msgclass
|
88
|
+
IdentityAliasListRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAliasListRequest").msgclass
|
89
|
+
IdentityAliasListResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAliasListResponse").msgclass
|
90
|
+
IdentityAlias = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentityAlias").msgclass
|
91
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# Copyright 2020 StrongDM Inc
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
#
|
15
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
16
|
+
# Source: identity_aliases.proto for package 'v1'
|
17
|
+
|
18
|
+
require "grpc"
|
19
|
+
require "identity_aliases_pb"
|
20
|
+
|
21
|
+
module V1
|
22
|
+
module IdentityAliases
|
23
|
+
# IdentityAliases assign an alias to an account within an IdentitySet.
|
24
|
+
# The alias is used as the username when connecting to a identity supported resource.
|
25
|
+
class Service
|
26
|
+
include ::GRPC::GenericService
|
27
|
+
|
28
|
+
self.marshal_class_method = :encode
|
29
|
+
self.unmarshal_class_method = :decode
|
30
|
+
self.service_name = "v1.IdentityAliases"
|
31
|
+
|
32
|
+
# Create registers a new IdentityAlias.
|
33
|
+
rpc :Create, ::V1::IdentityAliasCreateRequest, ::V1::IdentityAliasCreateResponse
|
34
|
+
# Get reads one IdentityAlias by ID.
|
35
|
+
rpc :Get, ::V1::IdentityAliasGetRequest, ::V1::IdentityAliasGetResponse
|
36
|
+
# Update replaces all the fields of a IdentityAlias by ID.
|
37
|
+
rpc :Update, ::V1::IdentityAliasUpdateRequest, ::V1::IdentityAliasUpdateResponse
|
38
|
+
# Delete removes a IdentityAlias by ID.
|
39
|
+
rpc :Delete, ::V1::IdentityAliasDeleteRequest, ::V1::IdentityAliasDeleteResponse
|
40
|
+
# List gets a list of IdentityAliases matching a given set of criteria.
|
41
|
+
rpc :List, ::V1::IdentityAliasListRequest, ::V1::IdentityAliasListResponse
|
42
|
+
end
|
43
|
+
|
44
|
+
Stub = Service.rpc_stub_class
|
45
|
+
end
|
46
|
+
end
|
@@ -0,0 +1,49 @@
|
|
1
|
+
# Copyright 2020 StrongDM Inc
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
#
|
15
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
16
|
+
# source: identity_sets_history.proto
|
17
|
+
|
18
|
+
require "google/protobuf"
|
19
|
+
|
20
|
+
require "google/protobuf/timestamp_pb"
|
21
|
+
require "identity_sets_pb"
|
22
|
+
require "options_pb"
|
23
|
+
require "spec_pb"
|
24
|
+
|
25
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
26
|
+
add_file("identity_sets_history.proto", :syntax => :proto3) do
|
27
|
+
add_message "v1.IdentitySetHistoryListRequest" do
|
28
|
+
optional :meta, :message, 1, "v1.ListRequestMetadata"
|
29
|
+
optional :filter, :string, 2
|
30
|
+
end
|
31
|
+
add_message "v1.IdentitySetHistoryListResponse" do
|
32
|
+
optional :meta, :message, 1, "v1.ListResponseMetadata"
|
33
|
+
repeated :history, :message, 2, "v1.IdentitySetHistory"
|
34
|
+
optional :rate_limit, :message, 3, "v1.RateLimitMetadata"
|
35
|
+
end
|
36
|
+
add_message "v1.IdentitySetHistory" do
|
37
|
+
optional :activity_id, :string, 1
|
38
|
+
optional :timestamp, :message, 2, "google.protobuf.Timestamp"
|
39
|
+
optional :identity_set, :message, 3, "v1.IdentitySet"
|
40
|
+
optional :deleted_at, :message, 4, "google.protobuf.Timestamp"
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
module V1
|
46
|
+
IdentitySetHistoryListRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentitySetHistoryListRequest").msgclass
|
47
|
+
IdentitySetHistoryListResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentitySetHistoryListResponse").msgclass
|
48
|
+
IdentitySetHistory = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentitySetHistory").msgclass
|
49
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# Copyright 2020 StrongDM Inc
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
#
|
15
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
16
|
+
# Source: identity_sets_history.proto for package 'v1'
|
17
|
+
|
18
|
+
require "grpc"
|
19
|
+
require "identity_sets_history_pb"
|
20
|
+
|
21
|
+
module V1
|
22
|
+
module IdentitySetsHistory
|
23
|
+
# IdentitySetsHistory records all changes to the state of a IdentitySet.
|
24
|
+
class Service
|
25
|
+
include ::GRPC::GenericService
|
26
|
+
|
27
|
+
self.marshal_class_method = :encode
|
28
|
+
self.unmarshal_class_method = :decode
|
29
|
+
self.service_name = "v1.IdentitySetsHistory"
|
30
|
+
|
31
|
+
# List gets a list of IdentitySetHistory records matching a given set of criteria.
|
32
|
+
rpc :List, ::V1::IdentitySetHistoryListRequest, ::V1::IdentitySetHistoryListResponse
|
33
|
+
end
|
34
|
+
|
35
|
+
Stub = Service.rpc_stub_class
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,56 @@
|
|
1
|
+
# Copyright 2020 StrongDM Inc
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
#
|
15
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
16
|
+
# source: identity_sets.proto
|
17
|
+
|
18
|
+
require "google/protobuf"
|
19
|
+
|
20
|
+
require "options_pb"
|
21
|
+
require "spec_pb"
|
22
|
+
|
23
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
24
|
+
add_file("identity_sets.proto", :syntax => :proto3) do
|
25
|
+
add_message "v1.IdentitySetGetRequest" do
|
26
|
+
optional :meta, :message, 1, "v1.GetRequestMetadata"
|
27
|
+
optional :id, :string, 2
|
28
|
+
end
|
29
|
+
add_message "v1.IdentitySetGetResponse" do
|
30
|
+
optional :meta, :message, 1, "v1.GetResponseMetadata"
|
31
|
+
optional :identity_set, :message, 2, "v1.IdentitySet"
|
32
|
+
optional :rate_limit, :message, 3, "v1.RateLimitMetadata"
|
33
|
+
end
|
34
|
+
add_message "v1.IdentitySetListRequest" do
|
35
|
+
optional :meta, :message, 1, "v1.ListRequestMetadata"
|
36
|
+
optional :filter, :string, 2
|
37
|
+
end
|
38
|
+
add_message "v1.IdentitySetListResponse" do
|
39
|
+
optional :meta, :message, 1, "v1.ListResponseMetadata"
|
40
|
+
repeated :identity_sets, :message, 2, "v1.IdentitySet"
|
41
|
+
optional :rate_limit, :message, 3, "v1.RateLimitMetadata"
|
42
|
+
end
|
43
|
+
add_message "v1.IdentitySet" do
|
44
|
+
optional :id, :string, 1
|
45
|
+
optional :name, :string, 2
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
module V1
|
51
|
+
IdentitySetGetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentitySetGetRequest").msgclass
|
52
|
+
IdentitySetGetResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentitySetGetResponse").msgclass
|
53
|
+
IdentitySetListRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentitySetListRequest").msgclass
|
54
|
+
IdentitySetListResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentitySetListResponse").msgclass
|
55
|
+
IdentitySet = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.IdentitySet").msgclass
|
56
|
+
end
|
@@ -0,0 +1,58 @@
|
|
1
|
+
# Copyright 2020 StrongDM Inc
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
#
|
15
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
16
|
+
# Source: identity_sets.proto for package 'v1'
|
17
|
+
|
18
|
+
require "grpc"
|
19
|
+
require "identity_sets_pb"
|
20
|
+
|
21
|
+
module V1
|
22
|
+
module IdentitySets
|
23
|
+
# A IdentitySet is a named grouping of Identity Aliases for Accounts.
|
24
|
+
# An Account's relationship to a IdentitySet is defined via IdentityAlias objects.
|
25
|
+
class Service
|
26
|
+
include ::GRPC::GenericService
|
27
|
+
|
28
|
+
self.marshal_class_method = :encode
|
29
|
+
self.unmarshal_class_method = :decode
|
30
|
+
self.service_name = "v1.IdentitySets"
|
31
|
+
|
32
|
+
# // Create registers a new IdentitySet.
|
33
|
+
# rpc Create(IdentitySetCreateRequest) returns (IdentitySetCreateResponse) {
|
34
|
+
# option (v1.method_options).method = "post";
|
35
|
+
# option (v1.method_options).url = "/v1/identity-sets";
|
36
|
+
# }
|
37
|
+
#
|
38
|
+
# Get reads one IdentitySet by ID.
|
39
|
+
rpc :Get, ::V1::IdentitySetGetRequest, ::V1::IdentitySetGetResponse
|
40
|
+
# // Update replaces all the fields of a IdentitySet by ID.
|
41
|
+
# rpc Update(IdentitySetUpdateRequest) returns (IdentitySetUpdateResponse) {
|
42
|
+
# option (v1.method_options).method = "put";
|
43
|
+
# option (v1.method_options).url = "/v1/identity-sets/{id}";
|
44
|
+
# }
|
45
|
+
#
|
46
|
+
# // Delete removes a IdentitySet by ID.
|
47
|
+
# rpc Delete(IdentitySetDeleteRequest) returns (IdentitySetDeleteResponse) {
|
48
|
+
# option (v1.method_options).method = "delete";
|
49
|
+
# option (v1.method_options).url = "/v1/identity-sets/{id}";
|
50
|
+
# }
|
51
|
+
#
|
52
|
+
# List gets a list of IdentitySets matching a given set of criteria.
|
53
|
+
rpc :List, ::V1::IdentitySetListRequest, ::V1::IdentitySetListResponse
|
54
|
+
end
|
55
|
+
|
56
|
+
Stub = Service.rpc_stub_class
|
57
|
+
end
|
58
|
+
end
|