File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
content/en/docs/tasks/configure-pod-container Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -349,8 +349,11 @@ JSON Web Key Set (JWKS) at `/openid/v1/jwks`. The OpenID Provider Configuration
349
349
is sometimes referred to as the _discovery document_.
350
350
351
351
Clusters include a default RBAC ClusterRole called
352
- ` system:service-account-issuer-discovery` . No role bindings are provided
353
- by default. Administrators may, for example, choose whether to bind the role to
352
+ ` system:service-account-issuer-discovery` . A default RBAC ClusterRoleBinding
353
+ assigns this role to the `system:serviceaccounts` group, which all service
354
+ accounts implicitly belong to. This allows pods running on the cluster to access
355
+ the service account discovery document via their mounted service account token.
356
+ Administrators may, additionally, choose to bind the role to
354
357
` system:authenticated` or `system:unauthenticated` depending on their security
355
358
requirements and which external systems they intend to federate with.
356
359
You can’t perform that action at this time.
0 commit comments