strongdm 2.0.0 → 2.5.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-799dc839a811c2fbe50b5281a9266fcc3a8f5154.idx → pack-c180677ba60e518124a696667c7cc0c268db3b1a.idx} +0 -0
- data/.git/objects/pack/{pack-799dc839a811c2fbe50b5281a9266fcc3a8f5154.pack → pack-c180677ba60e518124a696667c7cc0c268db3b1a.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 +94 -0
- data/lib/grpc/nodes_services_pb.rb +6 -6
- data/lib/grpc/plumbing.rb +218 -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 +403 -0
- data/lib/strongdm.rb +15 -2
- data/lib/svc.rb +1 -0
- data/lib/version +1 -1
- data/lib/version.rb +1 -1
- metadata +4 -4
data/lib/grpc/drivers_pb.rb
CHANGED
@@ -64,6 +64,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
64
64
|
optional :kubernetes_service_account, :message, 804, "v1.KubernetesServiceAccount"
|
65
65
|
optional :kubernetes_service_account_user_impersonation, :message, 808, "v1.KubernetesServiceAccountUserImpersonation"
|
66
66
|
optional :kubernetes_user_impersonation, :message, 812, "v1.KubernetesUserImpersonation"
|
67
|
+
optional :mtls_mysql, :message, 1106, "v1.MTLSMysql"
|
67
68
|
optional :mtls_postgres, :message, 1306, "v1.MTLSPostgres"
|
68
69
|
optional :maria, :message, 1103, "v1.Maria"
|
69
70
|
optional :memcached, :message, 900, "v1.Memcached"
|
@@ -102,6 +103,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
102
103
|
optional :tags, :message, 32771, "v1.Tags"
|
103
104
|
optional :secret_store_id, :string, 32772
|
104
105
|
optional :egress_filter, :string, 32773
|
106
|
+
optional :bind_interface, :string, 32774
|
105
107
|
optional :certificate_authority, :string, 3
|
106
108
|
optional :client_certificate, :string, 5
|
107
109
|
optional :client_key, :string, 7
|
@@ -116,6 +118,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
116
118
|
optional :tags, :message, 32771, "v1.Tags"
|
117
119
|
optional :secret_store_id, :string, 32772
|
118
120
|
optional :egress_filter, :string, 32773
|
121
|
+
optional :bind_interface, :string, 32774
|
119
122
|
optional :healthcheck_namespace, :string, 5
|
120
123
|
optional :hostname, :string, 1
|
121
124
|
optional :password, :string, 4
|
@@ -129,6 +132,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
129
132
|
optional :tags, :message, 32771, "v1.Tags"
|
130
133
|
optional :secret_store_id, :string, 32772
|
131
134
|
optional :egress_filter, :string, 32773
|
135
|
+
optional :bind_interface, :string, 32774
|
132
136
|
optional :healthcheck_namespace, :string, 4
|
133
137
|
optional :hostname, :string, 1
|
134
138
|
optional :port, :int32, 2
|
@@ -141,6 +145,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
141
145
|
optional :tags, :message, 32771, "v1.Tags"
|
142
146
|
optional :secret_store_id, :string, 32772
|
143
147
|
optional :egress_filter, :string, 32773
|
148
|
+
optional :bind_interface, :string, 32774
|
144
149
|
optional :healthcheck_namespace, :string, 4
|
145
150
|
optional :hostname, :string, 1
|
146
151
|
optional :port, :int32, 2
|
@@ -153,6 +158,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
153
158
|
optional :tags, :message, 32771, "v1.Tags"
|
154
159
|
optional :secret_store_id, :string, 32772
|
155
160
|
optional :egress_filter, :string, 32773
|
161
|
+
optional :bind_interface, :string, 32774
|
156
162
|
optional :certificate_authority, :string, 3
|
157
163
|
optional :client_certificate, :string, 5
|
158
164
|
optional :client_key, :string, 7
|
@@ -167,6 +173,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
167
173
|
optional :tags, :message, 32771, "v1.Tags"
|
168
174
|
optional :secret_store_id, :string, 32772
|
169
175
|
optional :egress_filter, :string, 32773
|
176
|
+
optional :bind_interface, :string, 32774
|
170
177
|
optional :access_key, :string, 1
|
171
178
|
optional :healthcheck_region, :string, 4
|
172
179
|
optional :role_arn, :string, 5
|
@@ -180,6 +187,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
180
187
|
optional :tags, :message, 32771, "v1.Tags"
|
181
188
|
optional :secret_store_id, :string, 32772
|
182
189
|
optional :egress_filter, :string, 32773
|
190
|
+
optional :bind_interface, :string, 32774
|
183
191
|
optional :access_key, :string, 2
|
184
192
|
optional :certificate_authority, :string, 4
|
185
193
|
optional :cluster_name, :string, 7
|
@@ -197,6 +205,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
197
205
|
optional :tags, :message, 32771, "v1.Tags"
|
198
206
|
optional :secret_store_id, :string, 32772
|
199
207
|
optional :egress_filter, :string, 32773
|
208
|
+
optional :bind_interface, :string, 32774
|
200
209
|
optional :access_key, :string, 2
|
201
210
|
optional :certificate_authority, :string, 4
|
202
211
|
optional :cluster_name, :string, 7
|
@@ -214,6 +223,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
214
223
|
optional :tags, :message, 32771, "v1.Tags"
|
215
224
|
optional :secret_store_id, :string, 32772
|
216
225
|
optional :egress_filter, :string, 32773
|
226
|
+
optional :bind_interface, :string, 32774
|
217
227
|
optional :access_key, :string, 4
|
218
228
|
optional :endpoint, :string, 3
|
219
229
|
optional :port_override, :int32, 5
|
@@ -229,6 +239,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
229
239
|
optional :tags, :message, 32771, "v1.Tags"
|
230
240
|
optional :secret_store_id, :string, 32772
|
231
241
|
optional :egress_filter, :string, 32773
|
242
|
+
optional :bind_interface, :string, 32774
|
232
243
|
optional :hostname, :string, 1
|
233
244
|
optional :password, :string, 5
|
234
245
|
optional :port, :int32, 3
|
@@ -243,6 +254,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
243
254
|
optional :tags, :message, 32771, "v1.Tags"
|
244
255
|
optional :secret_store_id, :string, 32772
|
245
256
|
optional :egress_filter, :string, 32773
|
257
|
+
optional :bind_interface, :string, 32774
|
246
258
|
optional :access_key, :string, 1
|
247
259
|
optional :output, :string, 3
|
248
260
|
optional :port_override, :int32, 4
|
@@ -258,6 +270,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
258
270
|
optional :tags, :message, 32771, "v1.Tags"
|
259
271
|
optional :secret_store_id, :string, 32772
|
260
272
|
optional :egress_filter, :string, 32773
|
273
|
+
optional :bind_interface, :string, 32774
|
261
274
|
optional :database, :string, 4
|
262
275
|
optional :hostname, :string, 1
|
263
276
|
optional :password, :string, 3
|
@@ -272,6 +285,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
272
285
|
optional :tags, :message, 32771, "v1.Tags"
|
273
286
|
optional :secret_store_id, :string, 32772
|
274
287
|
optional :egress_filter, :string, 32773
|
288
|
+
optional :bind_interface, :string, 32774
|
275
289
|
optional :database, :string, 4
|
276
290
|
optional :hostname, :string, 1
|
277
291
|
optional :override_database, :bool, 7
|
@@ -287,6 +301,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
287
301
|
optional :tags, :message, 32771, "v1.Tags"
|
288
302
|
optional :secret_store_id, :string, 32772
|
289
303
|
optional :egress_filter, :string, 32773
|
304
|
+
optional :bind_interface, :string, 32774
|
290
305
|
optional :app_id, :string, 1
|
291
306
|
optional :password, :string, 3
|
292
307
|
optional :tenant_id, :string, 2
|
@@ -298,6 +313,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
298
313
|
optional :tags, :message, 32771, "v1.Tags"
|
299
314
|
optional :secret_store_id, :string, 32772
|
300
315
|
optional :egress_filter, :string, 32773
|
316
|
+
optional :bind_interface, :string, 32774
|
301
317
|
optional :app_id, :string, 1
|
302
318
|
optional :client_certificate, :string, 3
|
303
319
|
optional :tenant_id, :string, 2
|
@@ -309,6 +325,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
309
325
|
optional :tags, :message, 32771, "v1.Tags"
|
310
326
|
optional :secret_store_id, :string, 32772
|
311
327
|
optional :egress_filter, :string, 32773
|
328
|
+
optional :bind_interface, :string, 32774
|
312
329
|
optional :database, :string, 4
|
313
330
|
optional :hostname, :string, 1
|
314
331
|
optional :override_database, :bool, 7
|
@@ -324,6 +341,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
324
341
|
optional :tags, :message, 32771, "v1.Tags"
|
325
342
|
optional :secret_store_id, :string, 32772
|
326
343
|
optional :egress_filter, :string, 32773
|
344
|
+
optional :bind_interface, :string, 32774
|
327
345
|
optional :endpoint, :string, 4
|
328
346
|
optional :port_override, :int32, 3
|
329
347
|
optional :private_key, :string, 1
|
@@ -337,6 +355,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
337
355
|
optional :tags, :message, 32771, "v1.Tags"
|
338
356
|
optional :secret_store_id, :string, 32772
|
339
357
|
optional :egress_filter, :string, 32773
|
358
|
+
optional :bind_interface, :string, 32774
|
340
359
|
optional :hostname, :string, 1
|
341
360
|
optional :password, :string, 3
|
342
361
|
optional :port, :int32, 5
|
@@ -351,6 +370,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
351
370
|
optional :tags, :message, 32771, "v1.Tags"
|
352
371
|
optional :secret_store_id, :string, 32772
|
353
372
|
optional :egress_filter, :string, 32773
|
373
|
+
optional :bind_interface, :string, 32774
|
354
374
|
optional :database, :string, 4
|
355
375
|
optional :hostname, :string, 1
|
356
376
|
optional :override_database, :bool, 7
|
@@ -366,6 +386,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
366
386
|
optional :tags, :message, 32771, "v1.Tags"
|
367
387
|
optional :secret_store_id, :string, 32772
|
368
388
|
optional :egress_filter, :string, 32773
|
389
|
+
optional :bind_interface, :string, 32774
|
369
390
|
optional :database, :string, 4
|
370
391
|
optional :hostname, :string, 1
|
371
392
|
optional :password, :string, 3
|
@@ -380,6 +401,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
380
401
|
optional :tags, :message, 32771, "v1.Tags"
|
381
402
|
optional :secret_store_id, :string, 32772
|
382
403
|
optional :egress_filter, :string, 32773
|
404
|
+
optional :bind_interface, :string, 32774
|
383
405
|
optional :database, :string, 4
|
384
406
|
optional :hostname, :string, 1
|
385
407
|
optional :override_database, :bool, 7
|
@@ -395,6 +417,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
395
417
|
optional :tags, :message, 32771, "v1.Tags"
|
396
418
|
optional :secret_store_id, :string, 32772
|
397
419
|
optional :egress_filter, :string, 32773
|
420
|
+
optional :bind_interface, :string, 32774
|
398
421
|
optional :hostname, :string, 1
|
399
422
|
optional :password, :string, 3
|
400
423
|
optional :port, :int32, 5
|
@@ -409,6 +432,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
409
432
|
optional :tags, :message, 32771, "v1.Tags"
|
410
433
|
optional :secret_store_id, :string, 32772
|
411
434
|
optional :egress_filter, :string, 32773
|
435
|
+
optional :bind_interface, :string, 32774
|
412
436
|
optional :database, :string, 4
|
413
437
|
optional :hostname, :string, 1
|
414
438
|
optional :password, :string, 3
|
@@ -423,6 +447,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
423
447
|
optional :tags, :message, 32771, "v1.Tags"
|
424
448
|
optional :secret_store_id, :string, 32772
|
425
449
|
optional :egress_filter, :string, 32773
|
450
|
+
optional :bind_interface, :string, 32774
|
426
451
|
optional :auth_database, :string, 2
|
427
452
|
optional :hostname, :string, 1
|
428
453
|
optional :password, :string, 5
|
@@ -437,6 +462,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
437
462
|
optional :tags, :message, 32771, "v1.Tags"
|
438
463
|
optional :secret_store_id, :string, 32772
|
439
464
|
optional :egress_filter, :string, 32773
|
465
|
+
optional :bind_interface, :string, 32774
|
440
466
|
optional :auth_database, :string, 2
|
441
467
|
optional :connect_to_replica, :bool, 7
|
442
468
|
optional :hostname, :string, 1
|
@@ -452,6 +478,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
452
478
|
optional :tags, :message, 32771, "v1.Tags"
|
453
479
|
optional :secret_store_id, :string, 32772
|
454
480
|
optional :egress_filter, :string, 32773
|
481
|
+
optional :bind_interface, :string, 32774
|
455
482
|
optional :hostname, :string, 1
|
456
483
|
optional :password, :string, 4
|
457
484
|
optional :port, :int32, 5
|
@@ -465,6 +492,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
465
492
|
optional :tags, :message, 32771, "v1.Tags"
|
466
493
|
optional :secret_store_id, :string, 32772
|
467
494
|
optional :egress_filter, :string, 32773
|
495
|
+
optional :bind_interface, :string, 32774
|
468
496
|
optional :access_key, :string, 1
|
469
497
|
optional :endpoint, :string, 4
|
470
498
|
optional :port_override, :int32, 5
|
@@ -480,6 +508,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
480
508
|
optional :tags, :message, 32771, "v1.Tags"
|
481
509
|
optional :secret_store_id, :string, 32772
|
482
510
|
optional :egress_filter, :string, 32773
|
511
|
+
optional :bind_interface, :string, 32774
|
483
512
|
optional :hostname, :string, 1
|
484
513
|
optional :password, :string, 3
|
485
514
|
optional :port, :int32, 5
|
@@ -494,6 +523,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
494
523
|
optional :tags, :message, 32771, "v1.Tags"
|
495
524
|
optional :secret_store_id, :string, 32772
|
496
525
|
optional :egress_filter, :string, 32773
|
526
|
+
optional :bind_interface, :string, 32774
|
497
527
|
optional :hostname, :string, 1
|
498
528
|
optional :password, :string, 3
|
499
529
|
optional :port, :int32, 4
|
@@ -507,6 +537,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
507
537
|
optional :tags, :message, 32771, "v1.Tags"
|
508
538
|
optional :secret_store_id, :string, 32772
|
509
539
|
optional :egress_filter, :string, 32773
|
540
|
+
optional :bind_interface, :string, 32774
|
510
541
|
optional :keyfile, :string, 1
|
511
542
|
optional :scopes, :string, 2
|
512
543
|
end
|
@@ -517,6 +548,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
517
548
|
optional :tags, :message, 32771, "v1.Tags"
|
518
549
|
optional :secret_store_id, :string, 32772
|
519
550
|
optional :egress_filter, :string, 32773
|
551
|
+
optional :bind_interface, :string, 32774
|
520
552
|
optional :certificate_authority, :string, 2
|
521
553
|
optional :endpoint, :string, 1
|
522
554
|
optional :healthcheck_namespace, :string, 6
|
@@ -529,6 +561,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
529
561
|
optional :tags, :message, 32771, "v1.Tags"
|
530
562
|
optional :secret_store_id, :string, 32772
|
531
563
|
optional :egress_filter, :string, 32773
|
564
|
+
optional :bind_interface, :string, 32774
|
532
565
|
optional :certificate_authority, :string, 2
|
533
566
|
optional :endpoint, :string, 1
|
534
567
|
optional :healthcheck_namespace, :string, 6
|
@@ -541,6 +574,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
541
574
|
optional :tags, :message, 32771, "v1.Tags"
|
542
575
|
optional :secret_store_id, :string, 32772
|
543
576
|
optional :egress_filter, :string, 32773
|
577
|
+
optional :bind_interface, :string, 32774
|
544
578
|
optional :database, :string, 4
|
545
579
|
optional :hostname, :string, 1
|
546
580
|
optional :override_database, :bool, 7
|
@@ -556,6 +590,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
556
590
|
optional :tags, :message, 32771, "v1.Tags"
|
557
591
|
optional :secret_store_id, :string, 32772
|
558
592
|
optional :egress_filter, :string, 32773
|
593
|
+
optional :bind_interface, :string, 32774
|
559
594
|
optional :auth_header, :string, 3
|
560
595
|
optional :default_path, :string, 5
|
561
596
|
optional :headers_blacklist, :string, 4
|
@@ -570,6 +605,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
570
605
|
optional :tags, :message, 32771, "v1.Tags"
|
571
606
|
optional :secret_store_id, :string, 32772
|
572
607
|
optional :egress_filter, :string, 32773
|
608
|
+
optional :bind_interface, :string, 32774
|
573
609
|
optional :default_path, :string, 6
|
574
610
|
optional :headers_blacklist, :string, 5
|
575
611
|
optional :healthcheck_path, :string, 2
|
@@ -585,6 +621,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
585
621
|
optional :tags, :message, 32771, "v1.Tags"
|
586
622
|
optional :secret_store_id, :string, 32772
|
587
623
|
optional :egress_filter, :string, 32773
|
624
|
+
optional :bind_interface, :string, 32774
|
588
625
|
optional :default_path, :string, 4
|
589
626
|
optional :headers_blacklist, :string, 3
|
590
627
|
optional :healthcheck_path, :string, 2
|
@@ -598,6 +635,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
598
635
|
optional :tags, :message, 32771, "v1.Tags"
|
599
636
|
optional :secret_store_id, :string, 32772
|
600
637
|
optional :egress_filter, :string, 32773
|
638
|
+
optional :bind_interface, :string, 32774
|
601
639
|
optional :certificate_authority, :string, 3
|
602
640
|
optional :client_certificate, :string, 5
|
603
641
|
optional :client_key, :string, 7
|
@@ -612,6 +650,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
612
650
|
optional :tags, :message, 32771, "v1.Tags"
|
613
651
|
optional :secret_store_id, :string, 32772
|
614
652
|
optional :egress_filter, :string, 32773
|
653
|
+
optional :bind_interface, :string, 32774
|
615
654
|
optional :healthcheck_namespace, :string, 5
|
616
655
|
optional :hostname, :string, 1
|
617
656
|
optional :password, :string, 4
|
@@ -625,6 +664,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
625
664
|
optional :tags, :message, 32771, "v1.Tags"
|
626
665
|
optional :secret_store_id, :string, 32772
|
627
666
|
optional :egress_filter, :string, 32773
|
667
|
+
optional :bind_interface, :string, 32774
|
628
668
|
optional :healthcheck_namespace, :string, 4
|
629
669
|
optional :hostname, :string, 1
|
630
670
|
optional :port, :int32, 2
|
@@ -637,6 +677,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
637
677
|
optional :tags, :message, 32771, "v1.Tags"
|
638
678
|
optional :secret_store_id, :string, 32772
|
639
679
|
optional :egress_filter, :string, 32773
|
680
|
+
optional :bind_interface, :string, 32774
|
640
681
|
optional :healthcheck_namespace, :string, 4
|
641
682
|
optional :hostname, :string, 1
|
642
683
|
optional :port, :int32, 2
|
@@ -649,6 +690,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
649
690
|
optional :tags, :message, 32771, "v1.Tags"
|
650
691
|
optional :secret_store_id, :string, 32772
|
651
692
|
optional :egress_filter, :string, 32773
|
693
|
+
optional :bind_interface, :string, 32774
|
652
694
|
optional :certificate_authority, :string, 3
|
653
695
|
optional :client_certificate, :string, 5
|
654
696
|
optional :client_key, :string, 7
|
@@ -656,6 +698,25 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
656
698
|
optional :hostname, :string, 1
|
657
699
|
optional :port, :int32, 2
|
658
700
|
end
|
701
|
+
add_message "v1.MTLSMysql" do
|
702
|
+
optional :id, :string, 32768
|
703
|
+
optional :name, :string, 32769
|
704
|
+
optional :healthy, :bool, 32770
|
705
|
+
optional :tags, :message, 32771, "v1.Tags"
|
706
|
+
optional :secret_store_id, :string, 32772
|
707
|
+
optional :egress_filter, :string, 32773
|
708
|
+
optional :bind_interface, :string, 32774
|
709
|
+
optional :certificate_authority, :string, 7
|
710
|
+
optional :client_certificate, :string, 9
|
711
|
+
optional :client_key, :string, 11
|
712
|
+
optional :database, :string, 4
|
713
|
+
optional :hostname, :string, 1
|
714
|
+
optional :password, :string, 3
|
715
|
+
optional :port, :int32, 6
|
716
|
+
optional :port_override, :int32, 5
|
717
|
+
optional :server_name, :string, 13
|
718
|
+
optional :username, :string, 2
|
719
|
+
end
|
659
720
|
add_message "v1.MTLSPostgres" do
|
660
721
|
optional :id, :string, 32768
|
661
722
|
optional :name, :string, 32769
|
@@ -663,6 +724,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
663
724
|
optional :tags, :message, 32771, "v1.Tags"
|
664
725
|
optional :secret_store_id, :string, 32772
|
665
726
|
optional :egress_filter, :string, 32773
|
727
|
+
optional :bind_interface, :string, 32774
|
666
728
|
optional :certificate_authority, :string, 8
|
667
729
|
optional :client_certificate, :string, 10
|
668
730
|
optional :client_key, :string, 12
|
@@ -682,6 +744,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
682
744
|
optional :tags, :message, 32771, "v1.Tags"
|
683
745
|
optional :secret_store_id, :string, 32772
|
684
746
|
optional :egress_filter, :string, 32773
|
747
|
+
optional :bind_interface, :string, 32774
|
685
748
|
optional :database, :string, 4
|
686
749
|
optional :hostname, :string, 1
|
687
750
|
optional :password, :string, 3
|
@@ -696,6 +759,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
696
759
|
optional :tags, :message, 32771, "v1.Tags"
|
697
760
|
optional :secret_store_id, :string, 32772
|
698
761
|
optional :egress_filter, :string, 32773
|
762
|
+
optional :bind_interface, :string, 32774
|
699
763
|
optional :hostname, :string, 1
|
700
764
|
optional :port, :int32, 3
|
701
765
|
optional :port_override, :int32, 2
|
@@ -707,6 +771,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
707
771
|
optional :tags, :message, 32771, "v1.Tags"
|
708
772
|
optional :secret_store_id, :string, 32772
|
709
773
|
optional :egress_filter, :string, 32773
|
774
|
+
optional :bind_interface, :string, 32774
|
710
775
|
optional :database, :string, 4
|
711
776
|
optional :hostname, :string, 1
|
712
777
|
optional :password, :string, 3
|
@@ -721,6 +786,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
721
786
|
optional :tags, :message, 32771, "v1.Tags"
|
722
787
|
optional :secret_store_id, :string, 32772
|
723
788
|
optional :egress_filter, :string, 32773
|
789
|
+
optional :bind_interface, :string, 32774
|
724
790
|
optional :auth_database, :string, 2
|
725
791
|
optional :hostname, :string, 1
|
726
792
|
optional :password, :string, 5
|
@@ -736,6 +802,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
736
802
|
optional :tags, :message, 32771, "v1.Tags"
|
737
803
|
optional :secret_store_id, :string, 32772
|
738
804
|
optional :egress_filter, :string, 32773
|
805
|
+
optional :bind_interface, :string, 32774
|
739
806
|
optional :auth_database, :string, 2
|
740
807
|
optional :hostname, :string, 1
|
741
808
|
optional :password, :string, 5
|
@@ -752,6 +819,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
752
819
|
optional :tags, :message, 32771, "v1.Tags"
|
753
820
|
optional :secret_store_id, :string, 32772
|
754
821
|
optional :egress_filter, :string, 32773
|
822
|
+
optional :bind_interface, :string, 32774
|
755
823
|
optional :auth_database, :string, 2
|
756
824
|
optional :connect_to_replica, :bool, 8
|
757
825
|
optional :hostname, :string, 1
|
@@ -769,6 +837,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
769
837
|
optional :tags, :message, 32771, "v1.Tags"
|
770
838
|
optional :secret_store_id, :string, 32772
|
771
839
|
optional :egress_filter, :string, 32773
|
840
|
+
optional :bind_interface, :string, 32774
|
772
841
|
optional :auth_database, :string, 2
|
773
842
|
optional :connect_to_replica, :bool, 8
|
774
843
|
optional :hostname, :string, 1
|
@@ -786,6 +855,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
786
855
|
optional :tags, :message, 32771, "v1.Tags"
|
787
856
|
optional :secret_store_id, :string, 32772
|
788
857
|
optional :egress_filter, :string, 32773
|
858
|
+
optional :bind_interface, :string, 32774
|
789
859
|
optional :auth_database, :string, 2
|
790
860
|
optional :hostname, :string, 1
|
791
861
|
optional :password, :string, 5
|
@@ -800,6 +870,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
800
870
|
optional :tags, :message, 32771, "v1.Tags"
|
801
871
|
optional :secret_store_id, :string, 32772
|
802
872
|
optional :egress_filter, :string, 32773
|
873
|
+
optional :bind_interface, :string, 32774
|
803
874
|
optional :database, :string, 4
|
804
875
|
optional :hostname, :string, 1
|
805
876
|
optional :password, :string, 3
|
@@ -814,6 +885,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
814
885
|
optional :tags, :message, 32771, "v1.Tags"
|
815
886
|
optional :secret_store_id, :string, 32772
|
816
887
|
optional :egress_filter, :string, 32773
|
888
|
+
optional :bind_interface, :string, 32774
|
817
889
|
optional :endpoint, :string, 1
|
818
890
|
optional :port, :int32, 3
|
819
891
|
optional :port_override, :int32, 2
|
@@ -825,6 +897,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
825
897
|
optional :tags, :message, 32771, "v1.Tags"
|
826
898
|
optional :secret_store_id, :string, 32772
|
827
899
|
optional :egress_filter, :string, 32773
|
900
|
+
optional :bind_interface, :string, 32774
|
828
901
|
optional :access_key, :string, 4
|
829
902
|
optional :endpoint, :string, 1
|
830
903
|
optional :port, :int32, 3
|
@@ -841,6 +914,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
841
914
|
optional :tags, :message, 32771, "v1.Tags"
|
842
915
|
optional :secret_store_id, :string, 32772
|
843
916
|
optional :egress_filter, :string, 32773
|
917
|
+
optional :bind_interface, :string, 32774
|
844
918
|
optional :database, :string, 4
|
845
919
|
optional :hostname, :string, 1
|
846
920
|
optional :password, :string, 3
|
@@ -856,6 +930,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
856
930
|
optional :tags, :message, 32771, "v1.Tags"
|
857
931
|
optional :secret_store_id, :string, 32772
|
858
932
|
optional :egress_filter, :string, 32773
|
933
|
+
optional :bind_interface, :string, 32774
|
859
934
|
optional :database, :string, 4
|
860
935
|
optional :hostname, :string, 1
|
861
936
|
optional :override_database, :bool, 7
|
@@ -871,6 +946,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
871
946
|
optional :tags, :message, 32771, "v1.Tags"
|
872
947
|
optional :secret_store_id, :string, 32772
|
873
948
|
optional :egress_filter, :string, 32773
|
949
|
+
optional :bind_interface, :string, 32774
|
874
950
|
optional :database, :string, 3
|
875
951
|
optional :hostname, :string, 1
|
876
952
|
optional :password, :string, 2
|
@@ -886,6 +962,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
886
962
|
optional :tags, :message, 32771, "v1.Tags"
|
887
963
|
optional :secret_store_id, :string, 32772
|
888
964
|
optional :egress_filter, :string, 32773
|
965
|
+
optional :bind_interface, :string, 32774
|
889
966
|
optional :downgrade_nla_connections, :bool, 6
|
890
967
|
optional :hostname, :string, 1
|
891
968
|
optional :password, :string, 3
|
@@ -900,6 +977,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
900
977
|
optional :tags, :message, 32771, "v1.Tags"
|
901
978
|
optional :secret_store_id, :string, 32772
|
902
979
|
optional :egress_filter, :string, 32773
|
980
|
+
optional :bind_interface, :string, 32774
|
903
981
|
optional :hostname, :string, 1
|
904
982
|
optional :password, :string, 5
|
905
983
|
optional :port, :int32, 3
|
@@ -914,6 +992,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
914
992
|
optional :tags, :message, 32771, "v1.Tags"
|
915
993
|
optional :secret_store_id, :string, 32772
|
916
994
|
optional :egress_filter, :string, 32773
|
995
|
+
optional :bind_interface, :string, 32774
|
917
996
|
optional :hostname, :string, 1
|
918
997
|
optional :port, :int32, 3
|
919
998
|
optional :port_override, :int32, 2
|
@@ -925,6 +1004,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
925
1004
|
optional :tags, :message, 32771, "v1.Tags"
|
926
1005
|
optional :secret_store_id, :string, 32772
|
927
1006
|
optional :egress_filter, :string, 32773
|
1007
|
+
optional :bind_interface, :string, 32774
|
928
1008
|
optional :hostname, :string, 1
|
929
1009
|
optional :password, :string, 3
|
930
1010
|
optional :port, :int32, 4
|
@@ -937,6 +1017,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
937
1017
|
optional :tags, :message, 32771, "v1.Tags"
|
938
1018
|
optional :secret_store_id, :string, 32772
|
939
1019
|
optional :egress_filter, :string, 32773
|
1020
|
+
optional :bind_interface, :string, 32774
|
940
1021
|
optional :database, :string, 4
|
941
1022
|
optional :hostname, :string, 1
|
942
1023
|
optional :override_database, :bool, 7
|
@@ -952,6 +1033,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
952
1033
|
optional :tags, :message, 32771, "v1.Tags"
|
953
1034
|
optional :secret_store_id, :string, 32772
|
954
1035
|
optional :egress_filter, :string, 32773
|
1036
|
+
optional :bind_interface, :string, 32774
|
955
1037
|
optional :database, :string, 4
|
956
1038
|
optional :hostname, :string, 1
|
957
1039
|
optional :override_database, :bool, 8
|
@@ -968,10 +1050,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
968
1050
|
optional :tags, :message, 32771, "v1.Tags"
|
969
1051
|
optional :secret_store_id, :string, 32772
|
970
1052
|
optional :egress_filter, :string, 32773
|
1053
|
+
optional :bind_interface, :string, 32774
|
971
1054
|
optional :allow_deprecated_key_exchanges, :bool, 6
|
972
1055
|
optional :hostname, :string, 1
|
973
1056
|
optional :port, :int32, 3
|
974
1057
|
optional :port_forwarding, :bool, 5
|
1058
|
+
optional :port_override, :int32, 7
|
975
1059
|
optional :public_key, :string, 4
|
976
1060
|
optional :username, :string, 2
|
977
1061
|
end
|
@@ -982,10 +1066,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
982
1066
|
optional :tags, :message, 32771, "v1.Tags"
|
983
1067
|
optional :secret_store_id, :string, 32772
|
984
1068
|
optional :egress_filter, :string, 32773
|
1069
|
+
optional :bind_interface, :string, 32774
|
985
1070
|
optional :allow_deprecated_key_exchanges, :bool, 5
|
986
1071
|
optional :hostname, :string, 1
|
987
1072
|
optional :port, :int32, 3
|
988
1073
|
optional :port_forwarding, :bool, 4
|
1074
|
+
optional :port_override, :int32, 6
|
989
1075
|
optional :username, :string, 2
|
990
1076
|
end
|
991
1077
|
add_message "v1.SSHCustomerKey" do
|
@@ -995,10 +1081,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
995
1081
|
optional :tags, :message, 32771, "v1.Tags"
|
996
1082
|
optional :secret_store_id, :string, 32772
|
997
1083
|
optional :egress_filter, :string, 32773
|
1084
|
+
optional :bind_interface, :string, 32774
|
998
1085
|
optional :allow_deprecated_key_exchanges, :bool, 6
|
999
1086
|
optional :hostname, :string, 1
|
1000
1087
|
optional :port, :int32, 3
|
1001
1088
|
optional :port_forwarding, :bool, 5
|
1089
|
+
optional :port_override, :int32, 7
|
1002
1090
|
optional :private_key, :string, 4
|
1003
1091
|
optional :username, :string, 2
|
1004
1092
|
end
|
@@ -1009,6 +1097,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1009
1097
|
optional :tags, :message, 32771, "v1.Tags"
|
1010
1098
|
optional :secret_store_id, :string, 32772
|
1011
1099
|
optional :egress_filter, :string, 32773
|
1100
|
+
optional :bind_interface, :string, 32774
|
1012
1101
|
optional :database, :string, 4
|
1013
1102
|
optional :hostname, :string, 1
|
1014
1103
|
optional :password, :string, 3
|
@@ -1023,6 +1112,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1023
1112
|
optional :tags, :message, 32771, "v1.Tags"
|
1024
1113
|
optional :secret_store_id, :string, 32772
|
1025
1114
|
optional :egress_filter, :string, 32773
|
1115
|
+
optional :bind_interface, :string, 32774
|
1026
1116
|
optional :database, :string, 4
|
1027
1117
|
optional :hostname, :string, 1
|
1028
1118
|
optional :password, :string, 3
|
@@ -1037,6 +1127,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1037
1127
|
optional :tags, :message, 32771, "v1.Tags"
|
1038
1128
|
optional :secret_store_id, :string, 32772
|
1039
1129
|
optional :egress_filter, :string, 32773
|
1130
|
+
optional :bind_interface, :string, 32774
|
1040
1131
|
optional :hostname, :string, 1
|
1041
1132
|
optional :password, :string, 5
|
1042
1133
|
optional :port, :int32, 4
|
@@ -1050,6 +1141,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1050
1141
|
optional :tags, :message, 32771, "v1.Tags"
|
1051
1142
|
optional :secret_store_id, :string, 32772
|
1052
1143
|
optional :egress_filter, :string, 32773
|
1144
|
+
optional :bind_interface, :string, 32774
|
1053
1145
|
optional :hostname, :string, 1
|
1054
1146
|
optional :password, :string, 5
|
1055
1147
|
optional :port, :int32, 4
|
@@ -1063,6 +1155,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1063
1155
|
optional :tags, :message, 32771, "v1.Tags"
|
1064
1156
|
optional :secret_store_id, :string, 32772
|
1065
1157
|
optional :egress_filter, :string, 32773
|
1158
|
+
optional :bind_interface, :string, 32774
|
1066
1159
|
optional :hostname, :string, 1
|
1067
1160
|
optional :password, :string, 3
|
1068
1161
|
optional :port, :int32, 5
|
@@ -1115,6 +1208,7 @@ module V1
|
|
1115
1208
|
KubernetesServiceAccount = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.KubernetesServiceAccount").msgclass
|
1116
1209
|
KubernetesServiceAccountUserImpersonation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.KubernetesServiceAccountUserImpersonation").msgclass
|
1117
1210
|
KubernetesUserImpersonation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.KubernetesUserImpersonation").msgclass
|
1211
|
+
MTLSMysql = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.MTLSMysql").msgclass
|
1118
1212
|
MTLSPostgres = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.MTLSPostgres").msgclass
|
1119
1213
|
Maria = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.Maria").msgclass
|
1120
1214
|
Memcached = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.Memcached").msgclass
|
@@ -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
|