File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -466,6 +466,12 @@ jwt:
466
466
expression: 'claims.sub'
467
467
# extra attributes to be added to the UserInfo object. Keys must be domain-prefix path and must be unique.
468
468
extra:
469
+ # key is a string to use as the extra attribute key.
470
+ # key must be a domain-prefix path (e.g. example.org/foo). All characters before the first "/" must be a valid
471
+ # subdomain as defined by RFC 1123. All characters trailing the first "/" must
472
+ # be valid HTTP Path characters as defined by RFC 3986.
473
+ # k8s.io, kubernetes.io and their subdomains are reserved for Kubernetes use and cannot be used.
474
+ # key must be lowercase and unique across all extra attributes.
469
475
- key: 'example.com/tenant'
470
476
# valueExpression is a CEL expression that evaluates to a string or a list of strings.
471
477
valueExpression: 'claims.tenant'
You can’t perform that action at this time.
0 commit comments