strongdm 2.1.0 → 2.6.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-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
data/lib/grpc/drivers_pb.rb
CHANGED
@@ -103,12 +103,15 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
103
103
|
optional :tags, :message, 32771, "v1.Tags"
|
104
104
|
optional :secret_store_id, :string, 32772
|
105
105
|
optional :egress_filter, :string, 32773
|
106
|
+
optional :bind_interface, :string, 32774
|
106
107
|
optional :certificate_authority, :string, 3
|
107
108
|
optional :client_certificate, :string, 5
|
108
109
|
optional :client_key, :string, 7
|
109
110
|
optional :healthcheck_namespace, :string, 9
|
110
111
|
optional :hostname, :string, 1
|
111
112
|
optional :port, :int32, 2
|
113
|
+
optional :remote_identity_group_id, :string, 10
|
114
|
+
optional :remote_identity_healthcheck_username, :string, 11
|
112
115
|
end
|
113
116
|
add_message "v1.AKSBasicAuth" do
|
114
117
|
optional :id, :string, 32768
|
@@ -117,6 +120,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
117
120
|
optional :tags, :message, 32771, "v1.Tags"
|
118
121
|
optional :secret_store_id, :string, 32772
|
119
122
|
optional :egress_filter, :string, 32773
|
123
|
+
optional :bind_interface, :string, 32774
|
120
124
|
optional :healthcheck_namespace, :string, 5
|
121
125
|
optional :hostname, :string, 1
|
122
126
|
optional :password, :string, 4
|
@@ -130,9 +134,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
130
134
|
optional :tags, :message, 32771, "v1.Tags"
|
131
135
|
optional :secret_store_id, :string, 32772
|
132
136
|
optional :egress_filter, :string, 32773
|
137
|
+
optional :bind_interface, :string, 32774
|
133
138
|
optional :healthcheck_namespace, :string, 4
|
134
139
|
optional :hostname, :string, 1
|
135
140
|
optional :port, :int32, 2
|
141
|
+
optional :remote_identity_group_id, :string, 5
|
142
|
+
optional :remote_identity_healthcheck_username, :string, 6
|
136
143
|
optional :token, :string, 3
|
137
144
|
end
|
138
145
|
add_message "v1.AKSServiceAccountUserImpersonation" do
|
@@ -142,6 +149,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
142
149
|
optional :tags, :message, 32771, "v1.Tags"
|
143
150
|
optional :secret_store_id, :string, 32772
|
144
151
|
optional :egress_filter, :string, 32773
|
152
|
+
optional :bind_interface, :string, 32774
|
145
153
|
optional :healthcheck_namespace, :string, 4
|
146
154
|
optional :hostname, :string, 1
|
147
155
|
optional :port, :int32, 2
|
@@ -154,6 +162,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
154
162
|
optional :tags, :message, 32771, "v1.Tags"
|
155
163
|
optional :secret_store_id, :string, 32772
|
156
164
|
optional :egress_filter, :string, 32773
|
165
|
+
optional :bind_interface, :string, 32774
|
157
166
|
optional :certificate_authority, :string, 3
|
158
167
|
optional :client_certificate, :string, 5
|
159
168
|
optional :client_key, :string, 7
|
@@ -168,6 +177,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
168
177
|
optional :tags, :message, 32771, "v1.Tags"
|
169
178
|
optional :secret_store_id, :string, 32772
|
170
179
|
optional :egress_filter, :string, 32773
|
180
|
+
optional :bind_interface, :string, 32774
|
171
181
|
optional :access_key, :string, 1
|
172
182
|
optional :healthcheck_region, :string, 4
|
173
183
|
optional :role_arn, :string, 5
|
@@ -181,12 +191,15 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
181
191
|
optional :tags, :message, 32771, "v1.Tags"
|
182
192
|
optional :secret_store_id, :string, 32772
|
183
193
|
optional :egress_filter, :string, 32773
|
194
|
+
optional :bind_interface, :string, 32774
|
184
195
|
optional :access_key, :string, 2
|
185
196
|
optional :certificate_authority, :string, 4
|
186
197
|
optional :cluster_name, :string, 7
|
187
198
|
optional :endpoint, :string, 1
|
188
199
|
optional :healthcheck_namespace, :string, 9
|
189
200
|
optional :region, :string, 6
|
201
|
+
optional :remote_identity_group_id, :string, 11
|
202
|
+
optional :remote_identity_healthcheck_username, :string, 12
|
190
203
|
optional :role_arn, :string, 8
|
191
204
|
optional :role_external_id, :string, 10
|
192
205
|
optional :secret_access_key, :string, 3
|
@@ -198,6 +211,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
198
211
|
optional :tags, :message, 32771, "v1.Tags"
|
199
212
|
optional :secret_store_id, :string, 32772
|
200
213
|
optional :egress_filter, :string, 32773
|
214
|
+
optional :bind_interface, :string, 32774
|
201
215
|
optional :access_key, :string, 2
|
202
216
|
optional :certificate_authority, :string, 4
|
203
217
|
optional :cluster_name, :string, 7
|
@@ -215,6 +229,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
215
229
|
optional :tags, :message, 32771, "v1.Tags"
|
216
230
|
optional :secret_store_id, :string, 32772
|
217
231
|
optional :egress_filter, :string, 32773
|
232
|
+
optional :bind_interface, :string, 32774
|
218
233
|
optional :access_key, :string, 4
|
219
234
|
optional :endpoint, :string, 3
|
220
235
|
optional :port_override, :int32, 5
|
@@ -230,6 +245,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
230
245
|
optional :tags, :message, 32771, "v1.Tags"
|
231
246
|
optional :secret_store_id, :string, 32772
|
232
247
|
optional :egress_filter, :string, 32773
|
248
|
+
optional :bind_interface, :string, 32774
|
233
249
|
optional :hostname, :string, 1
|
234
250
|
optional :password, :string, 5
|
235
251
|
optional :port, :int32, 3
|
@@ -244,6 +260,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
244
260
|
optional :tags, :message, 32771, "v1.Tags"
|
245
261
|
optional :secret_store_id, :string, 32772
|
246
262
|
optional :egress_filter, :string, 32773
|
263
|
+
optional :bind_interface, :string, 32774
|
247
264
|
optional :access_key, :string, 1
|
248
265
|
optional :output, :string, 3
|
249
266
|
optional :port_override, :int32, 4
|
@@ -259,6 +276,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
259
276
|
optional :tags, :message, 32771, "v1.Tags"
|
260
277
|
optional :secret_store_id, :string, 32772
|
261
278
|
optional :egress_filter, :string, 32773
|
279
|
+
optional :bind_interface, :string, 32774
|
262
280
|
optional :database, :string, 4
|
263
281
|
optional :hostname, :string, 1
|
264
282
|
optional :password, :string, 3
|
@@ -273,6 +291,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
273
291
|
optional :tags, :message, 32771, "v1.Tags"
|
274
292
|
optional :secret_store_id, :string, 32772
|
275
293
|
optional :egress_filter, :string, 32773
|
294
|
+
optional :bind_interface, :string, 32774
|
276
295
|
optional :database, :string, 4
|
277
296
|
optional :hostname, :string, 1
|
278
297
|
optional :override_database, :bool, 7
|
@@ -288,6 +307,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
288
307
|
optional :tags, :message, 32771, "v1.Tags"
|
289
308
|
optional :secret_store_id, :string, 32772
|
290
309
|
optional :egress_filter, :string, 32773
|
310
|
+
optional :bind_interface, :string, 32774
|
291
311
|
optional :app_id, :string, 1
|
292
312
|
optional :password, :string, 3
|
293
313
|
optional :tenant_id, :string, 2
|
@@ -299,6 +319,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
299
319
|
optional :tags, :message, 32771, "v1.Tags"
|
300
320
|
optional :secret_store_id, :string, 32772
|
301
321
|
optional :egress_filter, :string, 32773
|
322
|
+
optional :bind_interface, :string, 32774
|
302
323
|
optional :app_id, :string, 1
|
303
324
|
optional :client_certificate, :string, 3
|
304
325
|
optional :tenant_id, :string, 2
|
@@ -310,6 +331,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
310
331
|
optional :tags, :message, 32771, "v1.Tags"
|
311
332
|
optional :secret_store_id, :string, 32772
|
312
333
|
optional :egress_filter, :string, 32773
|
334
|
+
optional :bind_interface, :string, 32774
|
313
335
|
optional :database, :string, 4
|
314
336
|
optional :hostname, :string, 1
|
315
337
|
optional :override_database, :bool, 7
|
@@ -325,6 +347,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
325
347
|
optional :tags, :message, 32771, "v1.Tags"
|
326
348
|
optional :secret_store_id, :string, 32772
|
327
349
|
optional :egress_filter, :string, 32773
|
350
|
+
optional :bind_interface, :string, 32774
|
328
351
|
optional :endpoint, :string, 4
|
329
352
|
optional :port_override, :int32, 3
|
330
353
|
optional :private_key, :string, 1
|
@@ -338,6 +361,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
338
361
|
optional :tags, :message, 32771, "v1.Tags"
|
339
362
|
optional :secret_store_id, :string, 32772
|
340
363
|
optional :egress_filter, :string, 32773
|
364
|
+
optional :bind_interface, :string, 32774
|
341
365
|
optional :hostname, :string, 1
|
342
366
|
optional :password, :string, 3
|
343
367
|
optional :port, :int32, 5
|
@@ -352,6 +376,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
352
376
|
optional :tags, :message, 32771, "v1.Tags"
|
353
377
|
optional :secret_store_id, :string, 32772
|
354
378
|
optional :egress_filter, :string, 32773
|
379
|
+
optional :bind_interface, :string, 32774
|
355
380
|
optional :database, :string, 4
|
356
381
|
optional :hostname, :string, 1
|
357
382
|
optional :override_database, :bool, 7
|
@@ -367,6 +392,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
367
392
|
optional :tags, :message, 32771, "v1.Tags"
|
368
393
|
optional :secret_store_id, :string, 32772
|
369
394
|
optional :egress_filter, :string, 32773
|
395
|
+
optional :bind_interface, :string, 32774
|
370
396
|
optional :database, :string, 4
|
371
397
|
optional :hostname, :string, 1
|
372
398
|
optional :password, :string, 3
|
@@ -381,6 +407,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
381
407
|
optional :tags, :message, 32771, "v1.Tags"
|
382
408
|
optional :secret_store_id, :string, 32772
|
383
409
|
optional :egress_filter, :string, 32773
|
410
|
+
optional :bind_interface, :string, 32774
|
384
411
|
optional :database, :string, 4
|
385
412
|
optional :hostname, :string, 1
|
386
413
|
optional :override_database, :bool, 7
|
@@ -396,6 +423,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
396
423
|
optional :tags, :message, 32771, "v1.Tags"
|
397
424
|
optional :secret_store_id, :string, 32772
|
398
425
|
optional :egress_filter, :string, 32773
|
426
|
+
optional :bind_interface, :string, 32774
|
399
427
|
optional :hostname, :string, 1
|
400
428
|
optional :password, :string, 3
|
401
429
|
optional :port, :int32, 5
|
@@ -410,6 +438,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
410
438
|
optional :tags, :message, 32771, "v1.Tags"
|
411
439
|
optional :secret_store_id, :string, 32772
|
412
440
|
optional :egress_filter, :string, 32773
|
441
|
+
optional :bind_interface, :string, 32774
|
413
442
|
optional :database, :string, 4
|
414
443
|
optional :hostname, :string, 1
|
415
444
|
optional :password, :string, 3
|
@@ -424,6 +453,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
424
453
|
optional :tags, :message, 32771, "v1.Tags"
|
425
454
|
optional :secret_store_id, :string, 32772
|
426
455
|
optional :egress_filter, :string, 32773
|
456
|
+
optional :bind_interface, :string, 32774
|
427
457
|
optional :auth_database, :string, 2
|
428
458
|
optional :hostname, :string, 1
|
429
459
|
optional :password, :string, 5
|
@@ -438,6 +468,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
438
468
|
optional :tags, :message, 32771, "v1.Tags"
|
439
469
|
optional :secret_store_id, :string, 32772
|
440
470
|
optional :egress_filter, :string, 32773
|
471
|
+
optional :bind_interface, :string, 32774
|
441
472
|
optional :auth_database, :string, 2
|
442
473
|
optional :connect_to_replica, :bool, 7
|
443
474
|
optional :hostname, :string, 1
|
@@ -453,6 +484,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
453
484
|
optional :tags, :message, 32771, "v1.Tags"
|
454
485
|
optional :secret_store_id, :string, 32772
|
455
486
|
optional :egress_filter, :string, 32773
|
487
|
+
optional :bind_interface, :string, 32774
|
456
488
|
optional :hostname, :string, 1
|
457
489
|
optional :password, :string, 4
|
458
490
|
optional :port, :int32, 5
|
@@ -466,6 +498,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
466
498
|
optional :tags, :message, 32771, "v1.Tags"
|
467
499
|
optional :secret_store_id, :string, 32772
|
468
500
|
optional :egress_filter, :string, 32773
|
501
|
+
optional :bind_interface, :string, 32774
|
469
502
|
optional :access_key, :string, 1
|
470
503
|
optional :endpoint, :string, 4
|
471
504
|
optional :port_override, :int32, 5
|
@@ -481,6 +514,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
481
514
|
optional :tags, :message, 32771, "v1.Tags"
|
482
515
|
optional :secret_store_id, :string, 32772
|
483
516
|
optional :egress_filter, :string, 32773
|
517
|
+
optional :bind_interface, :string, 32774
|
484
518
|
optional :hostname, :string, 1
|
485
519
|
optional :password, :string, 3
|
486
520
|
optional :port, :int32, 5
|
@@ -495,6 +529,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
495
529
|
optional :tags, :message, 32771, "v1.Tags"
|
496
530
|
optional :secret_store_id, :string, 32772
|
497
531
|
optional :egress_filter, :string, 32773
|
532
|
+
optional :bind_interface, :string, 32774
|
498
533
|
optional :hostname, :string, 1
|
499
534
|
optional :password, :string, 3
|
500
535
|
optional :port, :int32, 4
|
@@ -508,6 +543,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
508
543
|
optional :tags, :message, 32771, "v1.Tags"
|
509
544
|
optional :secret_store_id, :string, 32772
|
510
545
|
optional :egress_filter, :string, 32773
|
546
|
+
optional :bind_interface, :string, 32774
|
511
547
|
optional :keyfile, :string, 1
|
512
548
|
optional :scopes, :string, 2
|
513
549
|
end
|
@@ -518,9 +554,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
518
554
|
optional :tags, :message, 32771, "v1.Tags"
|
519
555
|
optional :secret_store_id, :string, 32772
|
520
556
|
optional :egress_filter, :string, 32773
|
557
|
+
optional :bind_interface, :string, 32774
|
521
558
|
optional :certificate_authority, :string, 2
|
522
559
|
optional :endpoint, :string, 1
|
523
560
|
optional :healthcheck_namespace, :string, 6
|
561
|
+
optional :remote_identity_group_id, :string, 7
|
562
|
+
optional :remote_identity_healthcheck_username, :string, 8
|
524
563
|
optional :service_account_key, :string, 4
|
525
564
|
end
|
526
565
|
add_message "v1.GoogleGKEUserImpersonation" do
|
@@ -530,6 +569,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
530
569
|
optional :tags, :message, 32771, "v1.Tags"
|
531
570
|
optional :secret_store_id, :string, 32772
|
532
571
|
optional :egress_filter, :string, 32773
|
572
|
+
optional :bind_interface, :string, 32774
|
533
573
|
optional :certificate_authority, :string, 2
|
534
574
|
optional :endpoint, :string, 1
|
535
575
|
optional :healthcheck_namespace, :string, 6
|
@@ -542,6 +582,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
542
582
|
optional :tags, :message, 32771, "v1.Tags"
|
543
583
|
optional :secret_store_id, :string, 32772
|
544
584
|
optional :egress_filter, :string, 32773
|
585
|
+
optional :bind_interface, :string, 32774
|
545
586
|
optional :database, :string, 4
|
546
587
|
optional :hostname, :string, 1
|
547
588
|
optional :override_database, :bool, 7
|
@@ -557,6 +598,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
557
598
|
optional :tags, :message, 32771, "v1.Tags"
|
558
599
|
optional :secret_store_id, :string, 32772
|
559
600
|
optional :egress_filter, :string, 32773
|
601
|
+
optional :bind_interface, :string, 32774
|
560
602
|
optional :auth_header, :string, 3
|
561
603
|
optional :default_path, :string, 5
|
562
604
|
optional :headers_blacklist, :string, 4
|
@@ -571,6 +613,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
571
613
|
optional :tags, :message, 32771, "v1.Tags"
|
572
614
|
optional :secret_store_id, :string, 32772
|
573
615
|
optional :egress_filter, :string, 32773
|
616
|
+
optional :bind_interface, :string, 32774
|
574
617
|
optional :default_path, :string, 6
|
575
618
|
optional :headers_blacklist, :string, 5
|
576
619
|
optional :healthcheck_path, :string, 2
|
@@ -586,6 +629,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
586
629
|
optional :tags, :message, 32771, "v1.Tags"
|
587
630
|
optional :secret_store_id, :string, 32772
|
588
631
|
optional :egress_filter, :string, 32773
|
632
|
+
optional :bind_interface, :string, 32774
|
589
633
|
optional :default_path, :string, 4
|
590
634
|
optional :headers_blacklist, :string, 3
|
591
635
|
optional :healthcheck_path, :string, 2
|
@@ -599,12 +643,15 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
599
643
|
optional :tags, :message, 32771, "v1.Tags"
|
600
644
|
optional :secret_store_id, :string, 32772
|
601
645
|
optional :egress_filter, :string, 32773
|
646
|
+
optional :bind_interface, :string, 32774
|
602
647
|
optional :certificate_authority, :string, 3
|
603
648
|
optional :client_certificate, :string, 5
|
604
649
|
optional :client_key, :string, 7
|
605
650
|
optional :healthcheck_namespace, :string, 9
|
606
651
|
optional :hostname, :string, 1
|
607
652
|
optional :port, :int32, 2
|
653
|
+
optional :remote_identity_group_id, :string, 10
|
654
|
+
optional :remote_identity_healthcheck_username, :string, 11
|
608
655
|
end
|
609
656
|
add_message "v1.KubernetesBasicAuth" do
|
610
657
|
optional :id, :string, 32768
|
@@ -613,6 +660,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
613
660
|
optional :tags, :message, 32771, "v1.Tags"
|
614
661
|
optional :secret_store_id, :string, 32772
|
615
662
|
optional :egress_filter, :string, 32773
|
663
|
+
optional :bind_interface, :string, 32774
|
616
664
|
optional :healthcheck_namespace, :string, 5
|
617
665
|
optional :hostname, :string, 1
|
618
666
|
optional :password, :string, 4
|
@@ -626,9 +674,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
626
674
|
optional :tags, :message, 32771, "v1.Tags"
|
627
675
|
optional :secret_store_id, :string, 32772
|
628
676
|
optional :egress_filter, :string, 32773
|
677
|
+
optional :bind_interface, :string, 32774
|
629
678
|
optional :healthcheck_namespace, :string, 4
|
630
679
|
optional :hostname, :string, 1
|
631
680
|
optional :port, :int32, 2
|
681
|
+
optional :remote_identity_group_id, :string, 5
|
682
|
+
optional :remote_identity_healthcheck_username, :string, 6
|
632
683
|
optional :token, :string, 3
|
633
684
|
end
|
634
685
|
add_message "v1.KubernetesServiceAccountUserImpersonation" do
|
@@ -638,6 +689,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
638
689
|
optional :tags, :message, 32771, "v1.Tags"
|
639
690
|
optional :secret_store_id, :string, 32772
|
640
691
|
optional :egress_filter, :string, 32773
|
692
|
+
optional :bind_interface, :string, 32774
|
641
693
|
optional :healthcheck_namespace, :string, 4
|
642
694
|
optional :hostname, :string, 1
|
643
695
|
optional :port, :int32, 2
|
@@ -650,6 +702,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
650
702
|
optional :tags, :message, 32771, "v1.Tags"
|
651
703
|
optional :secret_store_id, :string, 32772
|
652
704
|
optional :egress_filter, :string, 32773
|
705
|
+
optional :bind_interface, :string, 32774
|
653
706
|
optional :certificate_authority, :string, 3
|
654
707
|
optional :client_certificate, :string, 5
|
655
708
|
optional :client_key, :string, 7
|
@@ -664,6 +717,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
664
717
|
optional :tags, :message, 32771, "v1.Tags"
|
665
718
|
optional :secret_store_id, :string, 32772
|
666
719
|
optional :egress_filter, :string, 32773
|
720
|
+
optional :bind_interface, :string, 32774
|
667
721
|
optional :certificate_authority, :string, 7
|
668
722
|
optional :client_certificate, :string, 9
|
669
723
|
optional :client_key, :string, 11
|
@@ -682,6 +736,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
682
736
|
optional :tags, :message, 32771, "v1.Tags"
|
683
737
|
optional :secret_store_id, :string, 32772
|
684
738
|
optional :egress_filter, :string, 32773
|
739
|
+
optional :bind_interface, :string, 32774
|
685
740
|
optional :certificate_authority, :string, 8
|
686
741
|
optional :client_certificate, :string, 10
|
687
742
|
optional :client_key, :string, 12
|
@@ -701,6 +756,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
701
756
|
optional :tags, :message, 32771, "v1.Tags"
|
702
757
|
optional :secret_store_id, :string, 32772
|
703
758
|
optional :egress_filter, :string, 32773
|
759
|
+
optional :bind_interface, :string, 32774
|
704
760
|
optional :database, :string, 4
|
705
761
|
optional :hostname, :string, 1
|
706
762
|
optional :password, :string, 3
|
@@ -715,6 +771,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
715
771
|
optional :tags, :message, 32771, "v1.Tags"
|
716
772
|
optional :secret_store_id, :string, 32772
|
717
773
|
optional :egress_filter, :string, 32773
|
774
|
+
optional :bind_interface, :string, 32774
|
718
775
|
optional :hostname, :string, 1
|
719
776
|
optional :port, :int32, 3
|
720
777
|
optional :port_override, :int32, 2
|
@@ -726,6 +783,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
726
783
|
optional :tags, :message, 32771, "v1.Tags"
|
727
784
|
optional :secret_store_id, :string, 32772
|
728
785
|
optional :egress_filter, :string, 32773
|
786
|
+
optional :bind_interface, :string, 32774
|
729
787
|
optional :database, :string, 4
|
730
788
|
optional :hostname, :string, 1
|
731
789
|
optional :password, :string, 3
|
@@ -740,6 +798,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
740
798
|
optional :tags, :message, 32771, "v1.Tags"
|
741
799
|
optional :secret_store_id, :string, 32772
|
742
800
|
optional :egress_filter, :string, 32773
|
801
|
+
optional :bind_interface, :string, 32774
|
743
802
|
optional :auth_database, :string, 2
|
744
803
|
optional :hostname, :string, 1
|
745
804
|
optional :password, :string, 5
|
@@ -755,6 +814,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
755
814
|
optional :tags, :message, 32771, "v1.Tags"
|
756
815
|
optional :secret_store_id, :string, 32772
|
757
816
|
optional :egress_filter, :string, 32773
|
817
|
+
optional :bind_interface, :string, 32774
|
758
818
|
optional :auth_database, :string, 2
|
759
819
|
optional :hostname, :string, 1
|
760
820
|
optional :password, :string, 5
|
@@ -771,6 +831,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
771
831
|
optional :tags, :message, 32771, "v1.Tags"
|
772
832
|
optional :secret_store_id, :string, 32772
|
773
833
|
optional :egress_filter, :string, 32773
|
834
|
+
optional :bind_interface, :string, 32774
|
774
835
|
optional :auth_database, :string, 2
|
775
836
|
optional :connect_to_replica, :bool, 8
|
776
837
|
optional :hostname, :string, 1
|
@@ -788,6 +849,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
788
849
|
optional :tags, :message, 32771, "v1.Tags"
|
789
850
|
optional :secret_store_id, :string, 32772
|
790
851
|
optional :egress_filter, :string, 32773
|
852
|
+
optional :bind_interface, :string, 32774
|
791
853
|
optional :auth_database, :string, 2
|
792
854
|
optional :connect_to_replica, :bool, 8
|
793
855
|
optional :hostname, :string, 1
|
@@ -805,6 +867,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
805
867
|
optional :tags, :message, 32771, "v1.Tags"
|
806
868
|
optional :secret_store_id, :string, 32772
|
807
869
|
optional :egress_filter, :string, 32773
|
870
|
+
optional :bind_interface, :string, 32774
|
808
871
|
optional :auth_database, :string, 2
|
809
872
|
optional :hostname, :string, 1
|
810
873
|
optional :password, :string, 5
|
@@ -819,6 +882,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
819
882
|
optional :tags, :message, 32771, "v1.Tags"
|
820
883
|
optional :secret_store_id, :string, 32772
|
821
884
|
optional :egress_filter, :string, 32773
|
885
|
+
optional :bind_interface, :string, 32774
|
822
886
|
optional :database, :string, 4
|
823
887
|
optional :hostname, :string, 1
|
824
888
|
optional :password, :string, 3
|
@@ -833,6 +897,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
833
897
|
optional :tags, :message, 32771, "v1.Tags"
|
834
898
|
optional :secret_store_id, :string, 32772
|
835
899
|
optional :egress_filter, :string, 32773
|
900
|
+
optional :bind_interface, :string, 32774
|
836
901
|
optional :endpoint, :string, 1
|
837
902
|
optional :port, :int32, 3
|
838
903
|
optional :port_override, :int32, 2
|
@@ -844,6 +909,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
844
909
|
optional :tags, :message, 32771, "v1.Tags"
|
845
910
|
optional :secret_store_id, :string, 32772
|
846
911
|
optional :egress_filter, :string, 32773
|
912
|
+
optional :bind_interface, :string, 32774
|
847
913
|
optional :access_key, :string, 4
|
848
914
|
optional :endpoint, :string, 1
|
849
915
|
optional :port, :int32, 3
|
@@ -860,6 +926,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
860
926
|
optional :tags, :message, 32771, "v1.Tags"
|
861
927
|
optional :secret_store_id, :string, 32772
|
862
928
|
optional :egress_filter, :string, 32773
|
929
|
+
optional :bind_interface, :string, 32774
|
863
930
|
optional :database, :string, 4
|
864
931
|
optional :hostname, :string, 1
|
865
932
|
optional :password, :string, 3
|
@@ -875,6 +942,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
875
942
|
optional :tags, :message, 32771, "v1.Tags"
|
876
943
|
optional :secret_store_id, :string, 32772
|
877
944
|
optional :egress_filter, :string, 32773
|
945
|
+
optional :bind_interface, :string, 32774
|
878
946
|
optional :database, :string, 4
|
879
947
|
optional :hostname, :string, 1
|
880
948
|
optional :override_database, :bool, 7
|
@@ -890,6 +958,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
890
958
|
optional :tags, :message, 32771, "v1.Tags"
|
891
959
|
optional :secret_store_id, :string, 32772
|
892
960
|
optional :egress_filter, :string, 32773
|
961
|
+
optional :bind_interface, :string, 32774
|
893
962
|
optional :database, :string, 3
|
894
963
|
optional :hostname, :string, 1
|
895
964
|
optional :password, :string, 2
|
@@ -905,6 +974,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
905
974
|
optional :tags, :message, 32771, "v1.Tags"
|
906
975
|
optional :secret_store_id, :string, 32772
|
907
976
|
optional :egress_filter, :string, 32773
|
977
|
+
optional :bind_interface, :string, 32774
|
908
978
|
optional :downgrade_nla_connections, :bool, 6
|
909
979
|
optional :hostname, :string, 1
|
910
980
|
optional :password, :string, 3
|
@@ -919,6 +989,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
919
989
|
optional :tags, :message, 32771, "v1.Tags"
|
920
990
|
optional :secret_store_id, :string, 32772
|
921
991
|
optional :egress_filter, :string, 32773
|
992
|
+
optional :bind_interface, :string, 32774
|
922
993
|
optional :hostname, :string, 1
|
923
994
|
optional :password, :string, 5
|
924
995
|
optional :port, :int32, 3
|
@@ -933,6 +1004,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
933
1004
|
optional :tags, :message, 32771, "v1.Tags"
|
934
1005
|
optional :secret_store_id, :string, 32772
|
935
1006
|
optional :egress_filter, :string, 32773
|
1007
|
+
optional :bind_interface, :string, 32774
|
936
1008
|
optional :hostname, :string, 1
|
937
1009
|
optional :port, :int32, 3
|
938
1010
|
optional :port_override, :int32, 2
|
@@ -944,6 +1016,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
944
1016
|
optional :tags, :message, 32771, "v1.Tags"
|
945
1017
|
optional :secret_store_id, :string, 32772
|
946
1018
|
optional :egress_filter, :string, 32773
|
1019
|
+
optional :bind_interface, :string, 32774
|
947
1020
|
optional :hostname, :string, 1
|
948
1021
|
optional :password, :string, 3
|
949
1022
|
optional :port, :int32, 4
|
@@ -956,6 +1029,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
956
1029
|
optional :tags, :message, 32771, "v1.Tags"
|
957
1030
|
optional :secret_store_id, :string, 32772
|
958
1031
|
optional :egress_filter, :string, 32773
|
1032
|
+
optional :bind_interface, :string, 32774
|
959
1033
|
optional :database, :string, 4
|
960
1034
|
optional :hostname, :string, 1
|
961
1035
|
optional :override_database, :bool, 7
|
@@ -971,6 +1045,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
971
1045
|
optional :tags, :message, 32771, "v1.Tags"
|
972
1046
|
optional :secret_store_id, :string, 32772
|
973
1047
|
optional :egress_filter, :string, 32773
|
1048
|
+
optional :bind_interface, :string, 32774
|
974
1049
|
optional :database, :string, 4
|
975
1050
|
optional :hostname, :string, 1
|
976
1051
|
optional :override_database, :bool, 8
|
@@ -987,10 +1062,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
987
1062
|
optional :tags, :message, 32771, "v1.Tags"
|
988
1063
|
optional :secret_store_id, :string, 32772
|
989
1064
|
optional :egress_filter, :string, 32773
|
1065
|
+
optional :bind_interface, :string, 32774
|
990
1066
|
optional :allow_deprecated_key_exchanges, :bool, 6
|
991
1067
|
optional :hostname, :string, 1
|
992
1068
|
optional :port, :int32, 3
|
993
1069
|
optional :port_forwarding, :bool, 5
|
1070
|
+
optional :port_override, :int32, 7
|
994
1071
|
optional :public_key, :string, 4
|
995
1072
|
optional :username, :string, 2
|
996
1073
|
end
|
@@ -1001,10 +1078,14 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1001
1078
|
optional :tags, :message, 32771, "v1.Tags"
|
1002
1079
|
optional :secret_store_id, :string, 32772
|
1003
1080
|
optional :egress_filter, :string, 32773
|
1081
|
+
optional :bind_interface, :string, 32774
|
1004
1082
|
optional :allow_deprecated_key_exchanges, :bool, 5
|
1005
1083
|
optional :hostname, :string, 1
|
1006
1084
|
optional :port, :int32, 3
|
1007
1085
|
optional :port_forwarding, :bool, 4
|
1086
|
+
optional :port_override, :int32, 6
|
1087
|
+
optional :remote_identity_group_id, :string, 7
|
1088
|
+
optional :remote_identity_healthcheck_username, :string, 8
|
1008
1089
|
optional :username, :string, 2
|
1009
1090
|
end
|
1010
1091
|
add_message "v1.SSHCustomerKey" do
|
@@ -1014,10 +1095,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1014
1095
|
optional :tags, :message, 32771, "v1.Tags"
|
1015
1096
|
optional :secret_store_id, :string, 32772
|
1016
1097
|
optional :egress_filter, :string, 32773
|
1098
|
+
optional :bind_interface, :string, 32774
|
1017
1099
|
optional :allow_deprecated_key_exchanges, :bool, 6
|
1018
1100
|
optional :hostname, :string, 1
|
1019
1101
|
optional :port, :int32, 3
|
1020
1102
|
optional :port_forwarding, :bool, 5
|
1103
|
+
optional :port_override, :int32, 7
|
1021
1104
|
optional :private_key, :string, 4
|
1022
1105
|
optional :username, :string, 2
|
1023
1106
|
end
|
@@ -1028,6 +1111,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1028
1111
|
optional :tags, :message, 32771, "v1.Tags"
|
1029
1112
|
optional :secret_store_id, :string, 32772
|
1030
1113
|
optional :egress_filter, :string, 32773
|
1114
|
+
optional :bind_interface, :string, 32774
|
1031
1115
|
optional :database, :string, 4
|
1032
1116
|
optional :hostname, :string, 1
|
1033
1117
|
optional :password, :string, 3
|
@@ -1042,6 +1126,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1042
1126
|
optional :tags, :message, 32771, "v1.Tags"
|
1043
1127
|
optional :secret_store_id, :string, 32772
|
1044
1128
|
optional :egress_filter, :string, 32773
|
1129
|
+
optional :bind_interface, :string, 32774
|
1045
1130
|
optional :database, :string, 4
|
1046
1131
|
optional :hostname, :string, 1
|
1047
1132
|
optional :password, :string, 3
|
@@ -1056,6 +1141,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1056
1141
|
optional :tags, :message, 32771, "v1.Tags"
|
1057
1142
|
optional :secret_store_id, :string, 32772
|
1058
1143
|
optional :egress_filter, :string, 32773
|
1144
|
+
optional :bind_interface, :string, 32774
|
1059
1145
|
optional :hostname, :string, 1
|
1060
1146
|
optional :password, :string, 5
|
1061
1147
|
optional :port, :int32, 4
|
@@ -1069,6 +1155,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1069
1155
|
optional :tags, :message, 32771, "v1.Tags"
|
1070
1156
|
optional :secret_store_id, :string, 32772
|
1071
1157
|
optional :egress_filter, :string, 32773
|
1158
|
+
optional :bind_interface, :string, 32774
|
1072
1159
|
optional :hostname, :string, 1
|
1073
1160
|
optional :password, :string, 5
|
1074
1161
|
optional :port, :int32, 4
|
@@ -1082,6 +1169,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1082
1169
|
optional :tags, :message, 32771, "v1.Tags"
|
1083
1170
|
optional :secret_store_id, :string, 32772
|
1084
1171
|
optional :egress_filter, :string, 32773
|
1172
|
+
optional :bind_interface, :string, 32774
|
1085
1173
|
optional :hostname, :string, 1
|
1086
1174
|
optional :password, :string, 3
|
1087
1175
|
optional :port, :int32, 5
|
@@ -24,22 +24,22 @@ module V1
|
|
24
24
|
# - **Gateways** are the entry points into network. They listen for connection from the strongDM client, and provide access to databases and servers.
|
25
25
|
# - **Relays** are used to extend the strongDM network into segmented subnets. They provide access to databases and servers but do not listen for incoming connections.
|
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.Nodes"
|
32
32
|
|
33
33
|
# Create registers a new Node.
|
34
|
-
rpc :Create,
|
34
|
+
rpc :Create, V1::NodeCreateRequest, V1::NodeCreateResponse
|
35
35
|
# Get reads one Node by ID.
|
36
|
-
rpc :Get,
|
36
|
+
rpc :Get, V1::NodeGetRequest, V1::NodeGetResponse
|
37
37
|
# Update replaces all the fields of a Node by ID.
|
38
|
-
rpc :Update,
|
38
|
+
rpc :Update, V1::NodeUpdateRequest, V1::NodeUpdateResponse
|
39
39
|
# Delete removes a Node by ID.
|
40
|
-
rpc :Delete,
|
40
|
+
rpc :Delete, V1::NodeDeleteRequest, V1::NodeDeleteResponse
|
41
41
|
# List gets a list of Nodes matching a given set of criteria.
|
42
|
-
rpc :List,
|
42
|
+
rpc :List, V1::NodeListRequest, V1::NodeListResponse
|
43
43
|
end
|
44
44
|
|
45
45
|
Stub = Service.rpc_stub_class
|