strongdm 3.6.1 → 3.8.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.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/.git/ORIG_HEAD +1 -1
  3. data/.git/index +0 -0
  4. data/.git/logs/HEAD +3 -3
  5. data/.git/logs/refs/heads/master +2 -2
  6. data/.git/logs/refs/remotes/origin/HEAD +1 -1
  7. data/.git/objects/pack/{pack-c0eff6575c38c9865988c2b59ce4060fff518355.idx → pack-2d53a487ade528ef84cbb5c91cde76bf875d9e95.idx} +0 -0
  8. data/.git/objects/pack/{pack-c0eff6575c38c9865988c2b59ce4060fff518355.pack → pack-2d53a487ade528ef84cbb5c91cde76bf875d9e95.pack} +0 -0
  9. data/.git/packed-refs +4 -2
  10. data/.git/refs/heads/master +1 -1
  11. data/lib/constants.rb +311 -0
  12. data/lib/errors/errors.rb +1 -1
  13. data/lib/grpc/account_attachments_history_pb.rb +48 -0
  14. data/lib/grpc/account_attachments_history_services_pb.rb +37 -0
  15. data/lib/grpc/account_grants_history_pb.rb +48 -0
  16. data/lib/grpc/account_grants_history_services_pb.rb +37 -0
  17. data/lib/grpc/account_permissions_pb.rb +48 -0
  18. data/lib/grpc/account_permissions_services_pb.rb +38 -0
  19. data/lib/grpc/account_resources_pb.rb +49 -0
  20. data/lib/grpc/account_resources_services_pb.rb +38 -0
  21. data/lib/grpc/accounts_history_pb.rb +48 -0
  22. data/lib/grpc/accounts_history_services_pb.rb +37 -0
  23. data/lib/grpc/activities_pb.rb +77 -0
  24. data/lib/grpc/activities_services_pb.rb +41 -0
  25. data/lib/grpc/drivers_pb.rb +66 -0
  26. data/lib/grpc/nodes_history_pb.rb +48 -0
  27. data/lib/grpc/nodes_history_services_pb.rb +37 -0
  28. data/lib/grpc/organization_history_pb.rb +74 -0
  29. data/lib/grpc/organization_history_services_pb.rb +37 -0
  30. data/lib/grpc/plumbing.rb +1106 -1
  31. data/lib/grpc/queries_pb.rb +67 -0
  32. data/lib/grpc/queries_services_pb.rb +39 -0
  33. data/lib/grpc/remote_identities_history_pb.rb +48 -0
  34. data/lib/grpc/remote_identities_history_services_pb.rb +37 -0
  35. data/lib/grpc/remote_identity_groups_history_pb.rb +48 -0
  36. data/lib/grpc/remote_identity_groups_history_services_pb.rb +37 -0
  37. data/lib/grpc/replays_pb.rb +50 -0
  38. data/lib/grpc/replays_services_pb.rb +38 -0
  39. data/lib/grpc/resources_history_pb.rb +48 -0
  40. data/lib/grpc/resources_history_services_pb.rb +37 -0
  41. data/lib/grpc/role_resources_history_pb.rb +48 -0
  42. data/lib/grpc/role_resources_history_services_pb.rb +37 -0
  43. data/lib/grpc/role_resources_pb.rb +46 -0
  44. data/lib/grpc/role_resources_services_pb.rb +38 -0
  45. data/lib/grpc/roles_history_pb.rb +48 -0
  46. data/lib/grpc/roles_history_services_pb.rb +37 -0
  47. data/lib/grpc/secret_stores_history_pb.rb +48 -0
  48. data/lib/grpc/secret_stores_history_services_pb.rb +37 -0
  49. data/lib/models/porcelain.rb +1177 -1
  50. data/lib/strongdm.rb +220 -2
  51. data/lib/svc.rb +1556 -121
  52. data/lib/version +1 -1
  53. data/lib/version.rb +1 -1
  54. metadata +38 -4
@@ -109,6 +109,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
109
109
  optional :secret_store_id, :string, 32772
110
110
  optional :egress_filter, :string, 32773
111
111
  optional :bind_interface, :string, 32774
112
+ optional :subdomain, :string, 32775
112
113
  optional :certificate_authority, :string, 3
113
114
  optional :client_certificate, :string, 5
114
115
  optional :client_key, :string, 7
@@ -127,6 +128,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
127
128
  optional :secret_store_id, :string, 32772
128
129
  optional :egress_filter, :string, 32773
129
130
  optional :bind_interface, :string, 32774
131
+ optional :subdomain, :string, 32775
130
132
  optional :healthcheck_namespace, :string, 5
131
133
  optional :hostname, :string, 1
132
134
  optional :password, :string, 4
@@ -142,6 +144,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
142
144
  optional :secret_store_id, :string, 32772
143
145
  optional :egress_filter, :string, 32773
144
146
  optional :bind_interface, :string, 32774
147
+ optional :subdomain, :string, 32775
145
148
  optional :healthcheck_namespace, :string, 4
146
149
  optional :hostname, :string, 1
147
150
  optional :port, :int32, 2
@@ -158,6 +161,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
158
161
  optional :secret_store_id, :string, 32772
159
162
  optional :egress_filter, :string, 32773
160
163
  optional :bind_interface, :string, 32774
164
+ optional :subdomain, :string, 32775
161
165
  optional :healthcheck_namespace, :string, 4
162
166
  optional :hostname, :string, 1
163
167
  optional :port, :int32, 2
@@ -172,6 +176,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
172
176
  optional :secret_store_id, :string, 32772
173
177
  optional :egress_filter, :string, 32773
174
178
  optional :bind_interface, :string, 32774
179
+ optional :subdomain, :string, 32775
175
180
  optional :certificate_authority, :string, 3
176
181
  optional :client_certificate, :string, 5
177
182
  optional :client_key, :string, 7
@@ -239,6 +244,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
239
244
  optional :secret_store_id, :string, 32772
240
245
  optional :egress_filter, :string, 32773
241
246
  optional :bind_interface, :string, 32774
247
+ optional :subdomain, :string, 32775
242
248
  optional :access_key, :string, 2
243
249
  optional :certificate_authority, :string, 4
244
250
  optional :cluster_name, :string, 7
@@ -259,6 +265,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
259
265
  optional :secret_store_id, :string, 32772
260
266
  optional :egress_filter, :string, 32773
261
267
  optional :bind_interface, :string, 32774
268
+ optional :subdomain, :string, 32775
262
269
  optional :certificate_authority, :string, 2
263
270
  optional :cluster_name, :string, 5
264
271
  optional :endpoint, :string, 1
@@ -277,6 +284,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
277
284
  optional :secret_store_id, :string, 32772
278
285
  optional :egress_filter, :string, 32773
279
286
  optional :bind_interface, :string, 32774
287
+ optional :subdomain, :string, 32775
280
288
  optional :access_key, :string, 2
281
289
  optional :certificate_authority, :string, 4
282
290
  optional :cluster_name, :string, 7
@@ -295,6 +303,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
295
303
  optional :secret_store_id, :string, 32772
296
304
  optional :egress_filter, :string, 32773
297
305
  optional :bind_interface, :string, 32774
306
+ optional :subdomain, :string, 32775
298
307
  optional :access_key, :string, 4
299
308
  optional :endpoint, :string, 3
300
309
  optional :port_override, :int32, 5
@@ -311,6 +320,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
311
320
  optional :secret_store_id, :string, 32772
312
321
  optional :egress_filter, :string, 32773
313
322
  optional :bind_interface, :string, 32774
323
+ optional :subdomain, :string, 32775
314
324
  optional :hostname, :string, 1
315
325
  optional :password, :string, 5
316
326
  optional :port, :int32, 3
@@ -326,6 +336,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
326
336
  optional :secret_store_id, :string, 32772
327
337
  optional :egress_filter, :string, 32773
328
338
  optional :bind_interface, :string, 32774
339
+ optional :subdomain, :string, 32775
329
340
  optional :access_key, :string, 1
330
341
  optional :output, :string, 3
331
342
  optional :port_override, :int32, 4
@@ -342,6 +353,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
342
353
  optional :secret_store_id, :string, 32772
343
354
  optional :egress_filter, :string, 32773
344
355
  optional :bind_interface, :string, 32774
356
+ optional :subdomain, :string, 32775
345
357
  optional :database, :string, 4
346
358
  optional :hostname, :string, 1
347
359
  optional :password, :string, 3
@@ -357,6 +369,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
357
369
  optional :secret_store_id, :string, 32772
358
370
  optional :egress_filter, :string, 32773
359
371
  optional :bind_interface, :string, 32774
372
+ optional :subdomain, :string, 32775
360
373
  optional :database, :string, 4
361
374
  optional :hostname, :string, 1
362
375
  optional :override_database, :bool, 7
@@ -397,6 +410,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
397
410
  optional :secret_store_id, :string, 32772
398
411
  optional :egress_filter, :string, 32773
399
412
  optional :bind_interface, :string, 32774
413
+ optional :subdomain, :string, 32775
400
414
  optional :database, :string, 4
401
415
  optional :hostname, :string, 1
402
416
  optional :password, :string, 3
@@ -412,6 +426,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
412
426
  optional :secret_store_id, :string, 32772
413
427
  optional :egress_filter, :string, 32773
414
428
  optional :bind_interface, :string, 32774
429
+ optional :subdomain, :string, 32775
415
430
  optional :database, :string, 4
416
431
  optional :hostname, :string, 1
417
432
  optional :override_database, :bool, 7
@@ -428,6 +443,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
428
443
  optional :secret_store_id, :string, 32772
429
444
  optional :egress_filter, :string, 32773
430
445
  optional :bind_interface, :string, 32774
446
+ optional :subdomain, :string, 32775
431
447
  optional :endpoint, :string, 4
432
448
  optional :port_override, :int32, 3
433
449
  optional :private_key, :string, 1
@@ -442,6 +458,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
442
458
  optional :secret_store_id, :string, 32772
443
459
  optional :egress_filter, :string, 32773
444
460
  optional :bind_interface, :string, 32774
461
+ optional :subdomain, :string, 32775
445
462
  optional :hostname, :string, 1
446
463
  optional :password, :string, 3
447
464
  optional :port, :int32, 5
@@ -457,6 +474,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
457
474
  optional :secret_store_id, :string, 32772
458
475
  optional :egress_filter, :string, 32773
459
476
  optional :bind_interface, :string, 32774
477
+ optional :subdomain, :string, 32775
460
478
  optional :database, :string, 4
461
479
  optional :hostname, :string, 1
462
480
  optional :override_database, :bool, 7
@@ -473,6 +491,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
473
491
  optional :secret_store_id, :string, 32772
474
492
  optional :egress_filter, :string, 32773
475
493
  optional :bind_interface, :string, 32774
494
+ optional :subdomain, :string, 32775
476
495
  optional :database, :string, 4
477
496
  optional :hostname, :string, 1
478
497
  optional :password, :string, 3
@@ -488,6 +507,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
488
507
  optional :secret_store_id, :string, 32772
489
508
  optional :egress_filter, :string, 32773
490
509
  optional :bind_interface, :string, 32774
510
+ optional :subdomain, :string, 32775
491
511
  optional :database, :string, 4
492
512
  optional :hostname, :string, 1
493
513
  optional :override_database, :bool, 7
@@ -504,6 +524,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
504
524
  optional :secret_store_id, :string, 32772
505
525
  optional :egress_filter, :string, 32773
506
526
  optional :bind_interface, :string, 32774
527
+ optional :subdomain, :string, 32775
507
528
  optional :hostname, :string, 1
508
529
  optional :password, :string, 3
509
530
  optional :port, :int32, 5
@@ -519,6 +540,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
519
540
  optional :secret_store_id, :string, 32772
520
541
  optional :egress_filter, :string, 32773
521
542
  optional :bind_interface, :string, 32774
543
+ optional :subdomain, :string, 32775
522
544
  optional :database, :string, 4
523
545
  optional :hostname, :string, 1
524
546
  optional :password, :string, 3
@@ -534,6 +556,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
534
556
  optional :secret_store_id, :string, 32772
535
557
  optional :egress_filter, :string, 32773
536
558
  optional :bind_interface, :string, 32774
559
+ optional :subdomain, :string, 32775
537
560
  optional :auth_database, :string, 2
538
561
  optional :hostname, :string, 1
539
562
  optional :password, :string, 5
@@ -549,6 +572,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
549
572
  optional :secret_store_id, :string, 32772
550
573
  optional :egress_filter, :string, 32773
551
574
  optional :bind_interface, :string, 32774
575
+ optional :subdomain, :string, 32775
552
576
  optional :auth_database, :string, 2
553
577
  optional :connect_to_replica, :bool, 7
554
578
  optional :hostname, :string, 1
@@ -565,6 +589,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
565
589
  optional :secret_store_id, :string, 32772
566
590
  optional :egress_filter, :string, 32773
567
591
  optional :bind_interface, :string, 32774
592
+ optional :subdomain, :string, 32775
568
593
  optional :hostname, :string, 1
569
594
  optional :password, :string, 4
570
595
  optional :port, :int32, 5
@@ -579,6 +604,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
579
604
  optional :secret_store_id, :string, 32772
580
605
  optional :egress_filter, :string, 32773
581
606
  optional :bind_interface, :string, 32774
607
+ optional :subdomain, :string, 32775
582
608
  optional :access_key, :string, 1
583
609
  optional :endpoint, :string, 4
584
610
  optional :port_override, :int32, 5
@@ -595,6 +621,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
595
621
  optional :secret_store_id, :string, 32772
596
622
  optional :egress_filter, :string, 32773
597
623
  optional :bind_interface, :string, 32774
624
+ optional :subdomain, :string, 32775
598
625
  optional :hostname, :string, 1
599
626
  optional :password, :string, 3
600
627
  optional :port, :int32, 5
@@ -610,6 +637,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
610
637
  optional :secret_store_id, :string, 32772
611
638
  optional :egress_filter, :string, 32773
612
639
  optional :bind_interface, :string, 32774
640
+ optional :subdomain, :string, 32775
613
641
  optional :hostname, :string, 1
614
642
  optional :password, :string, 3
615
643
  optional :port, :int32, 4
@@ -636,6 +664,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
636
664
  optional :secret_store_id, :string, 32772
637
665
  optional :egress_filter, :string, 32773
638
666
  optional :bind_interface, :string, 32774
667
+ optional :subdomain, :string, 32775
639
668
  optional :certificate_authority, :string, 2
640
669
  optional :endpoint, :string, 1
641
670
  optional :healthcheck_namespace, :string, 6
@@ -651,6 +680,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
651
680
  optional :secret_store_id, :string, 32772
652
681
  optional :egress_filter, :string, 32773
653
682
  optional :bind_interface, :string, 32774
683
+ optional :subdomain, :string, 32775
654
684
  optional :certificate_authority, :string, 2
655
685
  optional :endpoint, :string, 1
656
686
  optional :healthcheck_namespace, :string, 6
@@ -664,6 +694,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
664
694
  optional :secret_store_id, :string, 32772
665
695
  optional :egress_filter, :string, 32773
666
696
  optional :bind_interface, :string, 32774
697
+ optional :subdomain, :string, 32775
667
698
  optional :database, :string, 4
668
699
  optional :hostname, :string, 1
669
700
  optional :override_database, :bool, 7
@@ -728,6 +759,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
728
759
  optional :secret_store_id, :string, 32772
729
760
  optional :egress_filter, :string, 32773
730
761
  optional :bind_interface, :string, 32774
762
+ optional :subdomain, :string, 32775
731
763
  optional :certificate_authority, :string, 3
732
764
  optional :client_certificate, :string, 5
733
765
  optional :client_key, :string, 7
@@ -746,6 +778,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
746
778
  optional :secret_store_id, :string, 32772
747
779
  optional :egress_filter, :string, 32773
748
780
  optional :bind_interface, :string, 32774
781
+ optional :subdomain, :string, 32775
749
782
  optional :healthcheck_namespace, :string, 5
750
783
  optional :hostname, :string, 1
751
784
  optional :password, :string, 4
@@ -761,6 +794,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
761
794
  optional :secret_store_id, :string, 32772
762
795
  optional :egress_filter, :string, 32773
763
796
  optional :bind_interface, :string, 32774
797
+ optional :subdomain, :string, 32775
764
798
  optional :healthcheck_namespace, :string, 4
765
799
  optional :hostname, :string, 1
766
800
  optional :port, :int32, 2
@@ -777,6 +811,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
777
811
  optional :secret_store_id, :string, 32772
778
812
  optional :egress_filter, :string, 32773
779
813
  optional :bind_interface, :string, 32774
814
+ optional :subdomain, :string, 32775
780
815
  optional :healthcheck_namespace, :string, 4
781
816
  optional :hostname, :string, 1
782
817
  optional :port, :int32, 2
@@ -791,6 +826,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
791
826
  optional :secret_store_id, :string, 32772
792
827
  optional :egress_filter, :string, 32773
793
828
  optional :bind_interface, :string, 32774
829
+ optional :subdomain, :string, 32775
794
830
  optional :certificate_authority, :string, 3
795
831
  optional :client_certificate, :string, 5
796
832
  optional :client_key, :string, 7
@@ -807,6 +843,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
807
843
  optional :secret_store_id, :string, 32772
808
844
  optional :egress_filter, :string, 32773
809
845
  optional :bind_interface, :string, 32774
846
+ optional :subdomain, :string, 32775
810
847
  optional :certificate_authority, :string, 7
811
848
  optional :client_certificate, :string, 9
812
849
  optional :client_key, :string, 11
@@ -826,6 +863,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
826
863
  optional :secret_store_id, :string, 32772
827
864
  optional :egress_filter, :string, 32773
828
865
  optional :bind_interface, :string, 32774
866
+ optional :subdomain, :string, 32775
829
867
  optional :certificate_authority, :string, 8
830
868
  optional :client_certificate, :string, 10
831
869
  optional :client_key, :string, 12
@@ -846,6 +884,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
846
884
  optional :secret_store_id, :string, 32772
847
885
  optional :egress_filter, :string, 32773
848
886
  optional :bind_interface, :string, 32774
887
+ optional :subdomain, :string, 32775
849
888
  optional :database, :string, 4
850
889
  optional :hostname, :string, 1
851
890
  optional :password, :string, 3
@@ -861,6 +900,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
861
900
  optional :secret_store_id, :string, 32772
862
901
  optional :egress_filter, :string, 32773
863
902
  optional :bind_interface, :string, 32774
903
+ optional :subdomain, :string, 32775
864
904
  optional :hostname, :string, 1
865
905
  optional :port, :int32, 3
866
906
  optional :port_override, :int32, 2
@@ -873,6 +913,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
873
913
  optional :secret_store_id, :string, 32772
874
914
  optional :egress_filter, :string, 32773
875
915
  optional :bind_interface, :string, 32774
916
+ optional :subdomain, :string, 32775
876
917
  optional :database, :string, 4
877
918
  optional :hostname, :string, 1
878
919
  optional :password, :string, 3
@@ -888,6 +929,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
888
929
  optional :secret_store_id, :string, 32772
889
930
  optional :egress_filter, :string, 32773
890
931
  optional :bind_interface, :string, 32774
932
+ optional :subdomain, :string, 32775
891
933
  optional :auth_database, :string, 2
892
934
  optional :hostname, :string, 1
893
935
  optional :password, :string, 5
@@ -904,6 +946,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
904
946
  optional :secret_store_id, :string, 32772
905
947
  optional :egress_filter, :string, 32773
906
948
  optional :bind_interface, :string, 32774
949
+ optional :subdomain, :string, 32775
907
950
  optional :auth_database, :string, 2
908
951
  optional :hostname, :string, 1
909
952
  optional :password, :string, 5
@@ -921,6 +964,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
921
964
  optional :secret_store_id, :string, 32772
922
965
  optional :egress_filter, :string, 32773
923
966
  optional :bind_interface, :string, 32774
967
+ optional :subdomain, :string, 32775
924
968
  optional :auth_database, :string, 2
925
969
  optional :connect_to_replica, :bool, 8
926
970
  optional :hostname, :string, 1
@@ -939,6 +983,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
939
983
  optional :secret_store_id, :string, 32772
940
984
  optional :egress_filter, :string, 32773
941
985
  optional :bind_interface, :string, 32774
986
+ optional :subdomain, :string, 32775
942
987
  optional :auth_database, :string, 2
943
988
  optional :connect_to_replica, :bool, 8
944
989
  optional :hostname, :string, 1
@@ -957,6 +1002,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
957
1002
  optional :secret_store_id, :string, 32772
958
1003
  optional :egress_filter, :string, 32773
959
1004
  optional :bind_interface, :string, 32774
1005
+ optional :subdomain, :string, 32775
960
1006
  optional :auth_database, :string, 2
961
1007
  optional :hostname, :string, 1
962
1008
  optional :password, :string, 5
@@ -972,6 +1018,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
972
1018
  optional :secret_store_id, :string, 32772
973
1019
  optional :egress_filter, :string, 32773
974
1020
  optional :bind_interface, :string, 32774
1021
+ optional :subdomain, :string, 32775
975
1022
  optional :database, :string, 4
976
1023
  optional :hostname, :string, 1
977
1024
  optional :password, :string, 3
@@ -987,6 +1034,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
987
1034
  optional :secret_store_id, :string, 32772
988
1035
  optional :egress_filter, :string, 32773
989
1036
  optional :bind_interface, :string, 32774
1037
+ optional :subdomain, :string, 32775
990
1038
  optional :endpoint, :string, 1
991
1039
  optional :port, :int32, 3
992
1040
  optional :port_override, :int32, 2
@@ -999,6 +1047,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
999
1047
  optional :secret_store_id, :string, 32772
1000
1048
  optional :egress_filter, :string, 32773
1001
1049
  optional :bind_interface, :string, 32774
1050
+ optional :subdomain, :string, 32775
1002
1051
  optional :access_key, :string, 4
1003
1052
  optional :endpoint, :string, 1
1004
1053
  optional :port, :int32, 3
@@ -1016,6 +1065,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1016
1065
  optional :secret_store_id, :string, 32772
1017
1066
  optional :egress_filter, :string, 32773
1018
1067
  optional :bind_interface, :string, 32774
1068
+ optional :subdomain, :string, 32775
1019
1069
  optional :database, :string, 4
1020
1070
  optional :hostname, :string, 1
1021
1071
  optional :password, :string, 3
@@ -1032,6 +1082,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1032
1082
  optional :secret_store_id, :string, 32772
1033
1083
  optional :egress_filter, :string, 32773
1034
1084
  optional :bind_interface, :string, 32774
1085
+ optional :subdomain, :string, 32775
1035
1086
  optional :database, :string, 4
1036
1087
  optional :hostname, :string, 1
1037
1088
  optional :override_database, :bool, 7
@@ -1048,6 +1099,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1048
1099
  optional :secret_store_id, :string, 32772
1049
1100
  optional :egress_filter, :string, 32773
1050
1101
  optional :bind_interface, :string, 32774
1102
+ optional :subdomain, :string, 32775
1051
1103
  optional :database, :string, 3
1052
1104
  optional :hostname, :string, 1
1053
1105
  optional :password, :string, 2
@@ -1064,6 +1116,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1064
1116
  optional :secret_store_id, :string, 32772
1065
1117
  optional :egress_filter, :string, 32773
1066
1118
  optional :bind_interface, :string, 32774
1119
+ optional :subdomain, :string, 32775
1067
1120
  optional :downgrade_nla_connections, :bool, 6
1068
1121
  optional :hostname, :string, 1
1069
1122
  optional :password, :string, 3
@@ -1079,6 +1132,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1079
1132
  optional :secret_store_id, :string, 32772
1080
1133
  optional :egress_filter, :string, 32773
1081
1134
  optional :bind_interface, :string, 32774
1135
+ optional :subdomain, :string, 32775
1082
1136
  optional :hostname, :string, 1
1083
1137
  optional :password, :string, 5
1084
1138
  optional :port, :int32, 3
@@ -1094,6 +1148,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1094
1148
  optional :secret_store_id, :string, 32772
1095
1149
  optional :egress_filter, :string, 32773
1096
1150
  optional :bind_interface, :string, 32774
1151
+ optional :subdomain, :string, 32775
1097
1152
  optional :hostname, :string, 1
1098
1153
  optional :port, :int32, 3
1099
1154
  optional :port_override, :int32, 2
@@ -1106,6 +1161,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1106
1161
  optional :secret_store_id, :string, 32772
1107
1162
  optional :egress_filter, :string, 32773
1108
1163
  optional :bind_interface, :string, 32774
1164
+ optional :subdomain, :string, 32775
1109
1165
  optional :hostname, :string, 1
1110
1166
  optional :password, :string, 3
1111
1167
  optional :port, :int32, 4
@@ -1121,6 +1177,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1121
1177
  optional :secret_store_id, :string, 32772
1122
1178
  optional :egress_filter, :string, 32773
1123
1179
  optional :bind_interface, :string, 32774
1180
+ optional :subdomain, :string, 32775
1124
1181
  optional :database, :string, 4
1125
1182
  optional :hostname, :string, 1
1126
1183
  optional :override_database, :bool, 7
@@ -1137,6 +1194,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1137
1194
  optional :secret_store_id, :string, 32772
1138
1195
  optional :egress_filter, :string, 32773
1139
1196
  optional :bind_interface, :string, 32774
1197
+ optional :subdomain, :string, 32775
1140
1198
  optional :database, :string, 4
1141
1199
  optional :hostname, :string, 1
1142
1200
  optional :override_database, :bool, 8
@@ -1154,6 +1212,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1154
1212
  optional :secret_store_id, :string, 32772
1155
1213
  optional :egress_filter, :string, 32773
1156
1214
  optional :bind_interface, :string, 32774
1215
+ optional :subdomain, :string, 32775
1157
1216
  optional :allow_deprecated_key_exchanges, :bool, 6
1158
1217
  optional :hostname, :string, 1
1159
1218
  optional :key_type, :string, 8
@@ -1171,6 +1230,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1171
1230
  optional :secret_store_id, :string, 32772
1172
1231
  optional :egress_filter, :string, 32773
1173
1232
  optional :bind_interface, :string, 32774
1233
+ optional :subdomain, :string, 32775
1174
1234
  optional :allow_deprecated_key_exchanges, :bool, 5
1175
1235
  optional :hostname, :string, 1
1176
1236
  optional :key_type, :string, 9
@@ -1189,6 +1249,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1189
1249
  optional :secret_store_id, :string, 32772
1190
1250
  optional :egress_filter, :string, 32773
1191
1251
  optional :bind_interface, :string, 32774
1252
+ optional :subdomain, :string, 32775
1192
1253
  optional :allow_deprecated_key_exchanges, :bool, 6
1193
1254
  optional :hostname, :string, 1
1194
1255
  optional :port, :int32, 3
@@ -1205,6 +1266,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1205
1266
  optional :secret_store_id, :string, 32772
1206
1267
  optional :egress_filter, :string, 32773
1207
1268
  optional :bind_interface, :string, 32774
1269
+ optional :subdomain, :string, 32775
1208
1270
  optional :database, :string, 4
1209
1271
  optional :hostname, :string, 1
1210
1272
  optional :password, :string, 3
@@ -1220,6 +1282,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1220
1282
  optional :secret_store_id, :string, 32772
1221
1283
  optional :egress_filter, :string, 32773
1222
1284
  optional :bind_interface, :string, 32774
1285
+ optional :subdomain, :string, 32775
1223
1286
  optional :database, :string, 4
1224
1287
  optional :hostname, :string, 1
1225
1288
  optional :password, :string, 3
@@ -1248,6 +1311,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1248
1311
  optional :secret_store_id, :string, 32772
1249
1312
  optional :egress_filter, :string, 32773
1250
1313
  optional :bind_interface, :string, 32774
1314
+ optional :subdomain, :string, 32775
1251
1315
  optional :hostname, :string, 1
1252
1316
  optional :password, :string, 5
1253
1317
  optional :port, :int32, 4
@@ -1262,6 +1326,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1262
1326
  optional :secret_store_id, :string, 32772
1263
1327
  optional :egress_filter, :string, 32773
1264
1328
  optional :bind_interface, :string, 32774
1329
+ optional :subdomain, :string, 32775
1265
1330
  optional :hostname, :string, 1
1266
1331
  optional :password, :string, 5
1267
1332
  optional :port, :int32, 4
@@ -1276,6 +1341,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1276
1341
  optional :secret_store_id, :string, 32772
1277
1342
  optional :egress_filter, :string, 32773
1278
1343
  optional :bind_interface, :string, 32774
1344
+ optional :subdomain, :string, 32775
1279
1345
  optional :hostname, :string, 1
1280
1346
  optional :password, :string, 3
1281
1347
  optional :port, :int32, 5
@@ -0,0 +1,48 @@
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: nodes_history.proto
17
+
18
+ require "google/protobuf"
19
+
20
+ require "google/protobuf/timestamp_pb"
21
+ require "nodes_pb"
22
+ require "options_pb"
23
+ require "spec_pb"
24
+ Google::Protobuf::DescriptorPool.generated_pool.build do
25
+ add_file("nodes_history.proto", :syntax => :proto3) do
26
+ add_message "v1.NodeHistoryListRequest" do
27
+ optional :meta, :message, 1, "v1.ListRequestMetadata"
28
+ optional :filter, :string, 2
29
+ end
30
+ add_message "v1.NodeHistoryListResponse" do
31
+ optional :meta, :message, 1, "v1.ListResponseMetadata"
32
+ repeated :history, :message, 2, "v1.NodeHistory"
33
+ optional :rate_limit, :message, 3, "v1.RateLimitMetadata"
34
+ end
35
+ add_message "v1.NodeHistory" do
36
+ optional :activity_id, :string, 1
37
+ optional :timestamp, :message, 2, "google.protobuf.Timestamp"
38
+ optional :node, :message, 3, "v1.Node"
39
+ optional :deleted_at, :message, 4, "google.protobuf.Timestamp"
40
+ end
41
+ end
42
+ end
43
+
44
+ module V1
45
+ NodeHistoryListRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.NodeHistoryListRequest").msgclass
46
+ NodeHistoryListResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.NodeHistoryListResponse").msgclass
47
+ NodeHistory = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.NodeHistory").msgclass
48
+ 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: nodes_history.proto for package 'v1'
17
+
18
+ require "grpc"
19
+ require "nodes_history_pb"
20
+
21
+ module V1
22
+ module NodesHistory
23
+ # NodesHistory records all changes to the state of a Node.
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.NodesHistory"
30
+
31
+ # List gets a list of NodeHistory records matching a given set of criteria.
32
+ rpc :List, V1::NodeHistoryListRequest, V1::NodeHistoryListResponse
33
+ end
34
+
35
+ Stub = Service.rpc_stub_class
36
+ end
37
+ end
@@ -0,0 +1,74 @@
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: organization_history.proto
17
+
18
+ require "google/protobuf"
19
+
20
+ require "google/protobuf/duration_pb"
21
+ require "google/protobuf/timestamp_pb"
22
+ require "options_pb"
23
+ require "spec_pb"
24
+ Google::Protobuf::DescriptorPool.generated_pool.build do
25
+ add_file("organization_history.proto", :syntax => :proto3) do
26
+ add_message "v1.OrganizationHistoryListRequest" do
27
+ optional :meta, :message, 1, "v1.ListRequestMetadata"
28
+ optional :filter, :string, 2
29
+ end
30
+ add_message "v1.OrganizationHistoryListResponse" do
31
+ optional :meta, :message, 1, "v1.ListResponseMetadata"
32
+ repeated :history, :message, 2, "v1.OrganizationHistoryRecord"
33
+ optional :rate_limit, :message, 3, "v1.RateLimitMetadata"
34
+ end
35
+ add_message "v1.OrganizationHistoryRecord" do
36
+ optional :activity_id, :string, 1
37
+ optional :timestamp, :message, 2, "google.protobuf.Timestamp"
38
+ optional :organization, :message, 3, "v1.Organization"
39
+ end
40
+ add_message "v1.Organization" do
41
+ optional :name, :string, 1
42
+ optional :created_at, :message, 2, "google.protobuf.Timestamp"
43
+ optional :updated_at, :message, 3, "google.protobuf.Timestamp"
44
+ optional :auth_provider, :string, 4
45
+ optional :idle_timeout_enabled, :bool, 5
46
+ optional :idle_timeout, :message, 6, "google.protobuf.Duration"
47
+ optional :session_timeout_enabled, :bool, 7
48
+ optional :session_timeout, :message, 8, "google.protobuf.Duration"
49
+ optional :mfa_enabled, :bool, 9
50
+ optional :mfa_provider, :string, 10
51
+ optional :log_remote_encoder, :string, 11
52
+ optional :log_local_storage, :string, 12
53
+ optional :log_local_encoder, :string, 13
54
+ optional :log_local_format, :string, 14
55
+ optional :log_tcp_address, :string, 15
56
+ optional :log_socket_path, :string, 16
57
+ optional :scim_provider, :string, 17
58
+ optional :websites_subdomain, :string, 18
59
+ optional :ssh_certificate_authority_public_key, :string, 19
60
+ optional :ssh_certificate_authority_updated_at, :message, 20, "google.protobuf.Timestamp"
61
+ optional :require_secret_store, :bool, 21
62
+ optional :sensitive_label, :string, 22
63
+ optional :saml_metadata_url, :string, 23
64
+ optional :kind, :string, 24
65
+ end
66
+ end
67
+ end
68
+
69
+ module V1
70
+ OrganizationHistoryListRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.OrganizationHistoryListRequest").msgclass
71
+ OrganizationHistoryListResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.OrganizationHistoryListResponse").msgclass
72
+ OrganizationHistoryRecord = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.OrganizationHistoryRecord").msgclass
73
+ Organization = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.Organization").msgclass
74
+ end