-
Notifications
You must be signed in to change notification settings - Fork 242
/
Copy pathteleportrolev6_v1.json
1519 lines (1519 loc) · 67.2 KB
/
teleportrolev6_v1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"description": "RoleV6 is the Schema for the rolesv6 API",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"metadata": {
"type": "object"
},
"spec": {
"description": "Role resource definition v6 from Teleport",
"properties": {
"allow": {
"description": "Allow is the set of conditions evaluated to grant access.",
"properties": {
"account_assignments": {
"description": "AccountAssignments holds the list of account assignments affected by this condition.",
"items": {
"properties": {
"account": {
"type": "string"
},
"permission_set": {
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"app_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "AppLabels is a map of labels used as part of the RBAC system.",
"type": "object"
},
"app_labels_expression": {
"description": "AppLabelsExpression is a predicate expression used to allow/deny access to Apps.",
"type": "string"
},
"aws_role_arns": {
"description": "AWSRoleARNs is a list of AWS role ARNs this role is allowed to assume.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"azure_identities": {
"description": "AzureIdentities is a list of Azure identities this role is allowed to assume.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"cluster_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "ClusterLabels is a map of node labels (used to dynamically grant access to clusters).",
"type": "object"
},
"cluster_labels_expression": {
"description": "ClusterLabelsExpression is a predicate expression used to allow/deny access to remote Teleport clusters.",
"type": "string"
},
"db_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "DatabaseLabels are used in RBAC system to allow/deny access to databases.",
"type": "object"
},
"db_labels_expression": {
"description": "DatabaseLabelsExpression is a predicate expression used to allow/deny access to Databases.",
"type": "string"
},
"db_names": {
"description": "DatabaseNames is a list of database names this role is allowed to connect to.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"db_permissions": {
"description": "DatabasePermissions specifies a set of permissions that will be granted to the database user when using automatic database user provisioning.",
"items": {
"properties": {
"match": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "Match is a list of object labels that must be matched for the permission to be granted.",
"type": "object"
},
"permissions": {
"description": "Permission is the list of string representations of the permission to be given, e.g. SELECT, INSERT, UPDATE, ...",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"db_roles": {
"description": "DatabaseRoles is a list of databases roles for automatic user creation.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"db_service_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "DatabaseServiceLabels are used in RBAC system to allow/deny access to Database Services.",
"type": "object"
},
"db_service_labels_expression": {
"description": "DatabaseServiceLabelsExpression is a predicate expression used to allow/deny access to Database Services.",
"type": "string"
},
"db_users": {
"description": "DatabaseUsers is a list of databases users this role is allowed to connect as.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"desktop_groups": {
"description": "DesktopGroups is a list of groups for created desktop users to be added to",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"gcp_service_accounts": {
"description": "GCPServiceAccounts is a list of GCP service accounts this role is allowed to assume.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"group_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "GroupLabels is a map of labels used as part of the RBAC system.",
"type": "object"
},
"group_labels_expression": {
"description": "GroupLabelsExpression is a predicate expression used to allow/deny access to user groups.",
"type": "string"
},
"host_groups": {
"description": "HostGroups is a list of groups for created users to be added to",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"host_sudoers": {
"description": "HostSudoers is a list of entries to include in a users sudoer file",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"impersonate": {
"description": "Impersonate specifies what users and roles this role is allowed to impersonate by issuing certificates or other possible means.",
"nullable": true,
"properties": {
"roles": {
"description": "Roles is a list of resources this role is allowed to impersonate",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"users": {
"description": "Users is a list of resources this role is allowed to impersonate, could be an empty list or a Wildcard pattern",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"where": {
"description": "Where specifies optional advanced matcher",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"join_sessions": {
"description": "JoinSessions specifies policies to allow users to join other sessions.",
"items": {
"properties": {
"kinds": {
"description": "Kinds are the session kinds this policy applies to.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"modes": {
"description": "Modes is a list of permitted participant modes for this policy.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"name": {
"description": "Name is the name of the policy.",
"type": "string"
},
"roles": {
"description": "Roles is a list of roles that you can join the session of.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
}
},
"type": "object",
"additionalProperties": false
},
"nullable": true,
"type": "array"
},
"kubernetes_groups": {
"description": "KubeGroups is a list of kubernetes groups",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"kubernetes_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "KubernetesLabels is a map of kubernetes cluster labels used for RBAC.",
"type": "object"
},
"kubernetes_labels_expression": {
"description": "KubernetesLabelsExpression is a predicate expression used to allow/deny access to kubernetes clusters.",
"type": "string"
},
"kubernetes_resources": {
"description": "KubernetesResources is the Kubernetes Resources this Role grants access to.",
"items": {
"properties": {
"kind": {
"description": "Kind specifies the Kubernetes Resource type.",
"type": "string"
},
"name": {
"description": "Name is the resource name. It supports wildcards.",
"type": "string"
},
"namespace": {
"description": "Namespace is the resource namespace. It supports wildcards.",
"type": "string"
},
"verbs": {
"description": "Verbs are the allowed Kubernetes verbs for the following resource.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"kubernetes_users": {
"description": "KubeUsers is an optional kubernetes users to impersonate",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"logins": {
"description": "Logins is a list of *nix system logins.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"node_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "NodeLabels is a map of node labels (used to dynamically grant access to nodes).",
"type": "object"
},
"node_labels_expression": {
"description": "NodeLabelsExpression is a predicate expression used to allow/deny access to SSH nodes.",
"type": "string"
},
"request": {
"nullable": true,
"properties": {
"annotations": {
"additionalProperties": {
"items": {
"type": "string"
},
"type": "array"
},
"description": "Annotations is a collection of annotations to be programmatically appended to pending Access Requests at the time of their creation. These annotations serve as a mechanism to propagate extra information to plugins. Since these annotations support variable interpolation syntax, they also offer a mechanism for forwarding claims from an external identity provider, to a plugin via `{{external.trait_name}}` style substitutions.",
"type": "object"
},
"claims_to_roles": {
"description": "ClaimsToRoles specifies a mapping from claims (traits) to teleport roles.",
"items": {
"properties": {
"claim": {
"description": "Claim is a claim name.",
"type": "string"
},
"roles": {
"description": "Roles is a list of static teleport roles to match.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"value": {
"description": "Value is a claim value to match.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"kubernetes_resources": {
"description": "kubernetes_resources can optionally enforce a requester to request only certain kinds of kube resources. Eg: Users can make request to either a resource kind \"kube_cluster\" or any of its subresources like \"namespaces\". This field can be defined such that it prevents a user from requesting \"kube_cluster\" and enforce requesting any of its subresources.",
"items": {
"properties": {
"kind": {
"description": "kind specifies the Kubernetes Resource type.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"max_duration": {
"description": "MaxDuration is the amount of time the access will be granted for. If this is zero, the default duration is used.",
"format": "duration",
"type": "string"
},
"roles": {
"description": "Roles is the name of roles which will match the request rule.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"search_as_roles": {
"description": "SearchAsRoles is a list of extra roles which should apply to a user while they are searching for resources as part of a Resource Access Request, and defines the underlying roles which will be requested as part of any Resource Access Request.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"suggested_reviewers": {
"description": "SuggestedReviewers is a list of reviewer suggestions. These can be teleport usernames, but that is not a requirement.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"thresholds": {
"description": "Thresholds is a list of thresholds, one of which must be met in order for reviews to trigger a state-transition. If no thresholds are provided, a default threshold of 1 for approval and denial is used.",
"items": {
"properties": {
"approve": {
"description": "Approve is the number of matching approvals needed for state-transition.",
"format": "int32",
"type": "integer"
},
"deny": {
"description": "Deny is the number of denials needed for state-transition.",
"format": "int32",
"type": "integer"
},
"filter": {
"description": "Filter is an optional predicate used to determine which reviews count toward this threshold.",
"type": "string"
},
"name": {
"description": "Name is the optional human-readable name of the threshold.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
}
},
"type": "object",
"additionalProperties": false
},
"require_session_join": {
"description": "RequireSessionJoin specifies policies for required users to start a session.",
"items": {
"properties": {
"count": {
"description": "Count is the amount of people that need to be matched for this policy to be fulfilled.",
"format": "int32",
"type": "integer"
},
"filter": {
"description": "Filter is a predicate that determines what users count towards this policy.",
"type": "string"
},
"kinds": {
"description": "Kinds are the session kinds this policy applies to.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"modes": {
"description": "Modes is the list of modes that may be used to fulfill this policy.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"name": {
"description": "Name is the name of the policy.",
"type": "string"
},
"on_leave": {
"description": "OnLeave is the behaviour that's used when the policy is no longer fulfilled for a live session.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"nullable": true,
"type": "array"
},
"review_requests": {
"description": "ReviewRequests defines conditions for submitting access reviews.",
"nullable": true,
"properties": {
"claims_to_roles": {
"description": "ClaimsToRoles specifies a mapping from claims (traits) to teleport roles.",
"items": {
"properties": {
"claim": {
"description": "Claim is a claim name.",
"type": "string"
},
"roles": {
"description": "Roles is a list of static teleport roles to match.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"value": {
"description": "Value is a claim value to match.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"preview_as_roles": {
"description": "PreviewAsRoles is a list of extra roles which should apply to a reviewer while they are viewing a Resource Access Request for the purposes of viewing details such as the hostname and labels of requested resources.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"roles": {
"description": "Roles is the name of roles which may be reviewed.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"where": {
"description": "Where is an optional predicate which further limits which requests are reviewable.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"rules": {
"description": "Rules is a list of rules and their access levels. Rules are a high level construct used for access control.",
"items": {
"properties": {
"actions": {
"description": "Actions specifies optional actions taken when this rule matches",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"resources": {
"description": "Resources is a list of resources",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"verbs": {
"description": "Verbs is a list of verbs",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"where": {
"description": "Where specifies optional advanced matcher",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"spiffe": {
"description": "SPIFFE is used to allow or deny access to a role holder to generating a SPIFFE SVID.",
"items": {
"properties": {
"dns_sans": {
"description": "DNSSANs specifies matchers for the SPIFFE ID DNS SANs. Each requested DNS SAN is compared against all matchers configured and if any match, the condition is considered to be met. The matcher by default allows '*' to be used to indicate zero or more of any character. Prepend '^' and append '$' to instead switch to matching using the Go regex syntax. Example: *.example.com would match foo.example.com",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"ip_sans": {
"description": "IPSANs specifies matchers for the SPIFFE ID IP SANs. Each requested IP SAN is compared against all matchers configured and if any match, the condition is considered to be met. The matchers should be specified using CIDR notation, it supports IPv4 and IPv6. Examples: - 10.0.0.0/24 would match 10.0.0.0 to 10.255.255.255 - 10.0.0.42/32 would match only 10.0.0.42",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"path": {
"description": "Path specifies a matcher for the SPIFFE ID path. It should not include the trust domain and should start with a leading slash. The matcher by default allows '*' to be used to indicate zero or more of any character. Prepend '^' and append '$' to instead switch to matching using the Go regex syntax. Example: - /svc/foo/*/bar would match /svc/foo/baz/bar - ^\\/svc\\/foo\\/.*\\/bar$ would match /svc/foo/baz/bar",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"nullable": true,
"type": "array"
},
"windows_desktop_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "WindowsDesktopLabels are used in the RBAC system to allow/deny access to Windows desktops.",
"type": "object"
},
"windows_desktop_labels_expression": {
"description": "WindowsDesktopLabelsExpression is a predicate expression used to allow/deny access to Windows desktops.",
"type": "string"
},
"windows_desktop_logins": {
"description": "WindowsDesktopLogins is a list of desktop login names allowed/denied for Windows desktops.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
}
},
"type": "object",
"additionalProperties": false
},
"deny": {
"description": "Deny is the set of conditions evaluated to deny access. Deny takes priority over allow.",
"properties": {
"account_assignments": {
"description": "AccountAssignments holds the list of account assignments affected by this condition.",
"items": {
"properties": {
"account": {
"type": "string"
},
"permission_set": {
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"app_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "AppLabels is a map of labels used as part of the RBAC system.",
"type": "object"
},
"app_labels_expression": {
"description": "AppLabelsExpression is a predicate expression used to allow/deny access to Apps.",
"type": "string"
},
"aws_role_arns": {
"description": "AWSRoleARNs is a list of AWS role ARNs this role is allowed to assume.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"azure_identities": {
"description": "AzureIdentities is a list of Azure identities this role is allowed to assume.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"cluster_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "ClusterLabels is a map of node labels (used to dynamically grant access to clusters).",
"type": "object"
},
"cluster_labels_expression": {
"description": "ClusterLabelsExpression is a predicate expression used to allow/deny access to remote Teleport clusters.",
"type": "string"
},
"db_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "DatabaseLabels are used in RBAC system to allow/deny access to databases.",
"type": "object"
},
"db_labels_expression": {
"description": "DatabaseLabelsExpression is a predicate expression used to allow/deny access to Databases.",
"type": "string"
},
"db_names": {
"description": "DatabaseNames is a list of database names this role is allowed to connect to.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"db_permissions": {
"description": "DatabasePermissions specifies a set of permissions that will be granted to the database user when using automatic database user provisioning.",
"items": {
"properties": {
"match": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "Match is a list of object labels that must be matched for the permission to be granted.",
"type": "object"
},
"permissions": {
"description": "Permission is the list of string representations of the permission to be given, e.g. SELECT, INSERT, UPDATE, ...",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"db_roles": {
"description": "DatabaseRoles is a list of databases roles for automatic user creation.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"db_service_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "DatabaseServiceLabels are used in RBAC system to allow/deny access to Database Services.",
"type": "object"
},
"db_service_labels_expression": {
"description": "DatabaseServiceLabelsExpression is a predicate expression used to allow/deny access to Database Services.",
"type": "string"
},
"db_users": {
"description": "DatabaseUsers is a list of databases users this role is allowed to connect as.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"desktop_groups": {
"description": "DesktopGroups is a list of groups for created desktop users to be added to",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"gcp_service_accounts": {
"description": "GCPServiceAccounts is a list of GCP service accounts this role is allowed to assume.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"group_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "GroupLabels is a map of labels used as part of the RBAC system.",
"type": "object"
},
"group_labels_expression": {
"description": "GroupLabelsExpression is a predicate expression used to allow/deny access to user groups.",
"type": "string"
},
"host_groups": {
"description": "HostGroups is a list of groups for created users to be added to",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"host_sudoers": {
"description": "HostSudoers is a list of entries to include in a users sudoer file",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"impersonate": {
"description": "Impersonate specifies what users and roles this role is allowed to impersonate by issuing certificates or other possible means.",
"nullable": true,
"properties": {
"roles": {
"description": "Roles is a list of resources this role is allowed to impersonate",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"users": {
"description": "Users is a list of resources this role is allowed to impersonate, could be an empty list or a Wildcard pattern",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"where": {
"description": "Where specifies optional advanced matcher",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"join_sessions": {
"description": "JoinSessions specifies policies to allow users to join other sessions.",
"items": {
"properties": {
"kinds": {
"description": "Kinds are the session kinds this policy applies to.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"modes": {
"description": "Modes is a list of permitted participant modes for this policy.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"name": {
"description": "Name is the name of the policy.",
"type": "string"
},
"roles": {
"description": "Roles is a list of roles that you can join the session of.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
}
},
"type": "object",
"additionalProperties": false
},
"nullable": true,
"type": "array"
},
"kubernetes_groups": {
"description": "KubeGroups is a list of kubernetes groups",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"kubernetes_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "KubernetesLabels is a map of kubernetes cluster labels used for RBAC.",
"type": "object"
},
"kubernetes_labels_expression": {
"description": "KubernetesLabelsExpression is a predicate expression used to allow/deny access to kubernetes clusters.",
"type": "string"
},
"kubernetes_resources": {
"description": "KubernetesResources is the Kubernetes Resources this Role grants access to.",
"items": {
"properties": {
"kind": {
"description": "Kind specifies the Kubernetes Resource type.",
"type": "string"
},
"name": {
"description": "Name is the resource name. It supports wildcards.",
"type": "string"
},
"namespace": {
"description": "Namespace is the resource namespace. It supports wildcards.",
"type": "string"
},
"verbs": {
"description": "Verbs are the allowed Kubernetes verbs for the following resource.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"kubernetes_users": {
"description": "KubeUsers is an optional kubernetes users to impersonate",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"logins": {
"description": "Logins is a list of *nix system logins.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"node_labels": {
"additionalProperties": {
"x-kubernetes-preserve-unknown-fields": true
},
"description": "NodeLabels is a map of node labels (used to dynamically grant access to nodes).",
"type": "object"
},
"node_labels_expression": {
"description": "NodeLabelsExpression is a predicate expression used to allow/deny access to SSH nodes.",
"type": "string"
},
"request": {
"nullable": true,
"properties": {
"annotations": {
"additionalProperties": {
"items": {
"type": "string"
},
"type": "array"
},
"description": "Annotations is a collection of annotations to be programmatically appended to pending Access Requests at the time of their creation. These annotations serve as a mechanism to propagate extra information to plugins. Since these annotations support variable interpolation syntax, they also offer a mechanism for forwarding claims from an external identity provider, to a plugin via `{{external.trait_name}}` style substitutions.",
"type": "object"
},
"claims_to_roles": {
"description": "ClaimsToRoles specifies a mapping from claims (traits) to teleport roles.",
"items": {
"properties": {
"claim": {
"description": "Claim is a claim name.",
"type": "string"
},
"roles": {
"description": "Roles is a list of static teleport roles to match.",
"items": {
"type": "string"
},
"nullable": true,
"type": "array"
},
"value": {
"description": "Value is a claim value to match.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"kubernetes_resources": {
"description": "kubernetes_resources can optionally enforce a requester to request only certain kinds of kube resources. Eg: Users can make request to either a resource kind \"kube_cluster\" or any of its subresources like \"namespaces\". This field can be defined such that it prevents a user from requesting \"kube_cluster\" and enforce requesting any of its subresources.",
"items": {
"properties": {
"kind": {
"description": "kind specifies the Kubernetes Resource type.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},