mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 01:42:06 -04:00
Added comma for readability (#5941)
Signed-off-by: Bert Roos <Bert-R@users.noreply.github.com>
This commit is contained in:
parent
2afefe6f1c
commit
426016d99f
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ setting. Otherwise deleted tokens in Kubernetes will not be properly revoked and
|
|||
will be able to authenticate to this auth method.
|
||||
|
||||
Service Accounts used in this auth method will need to have access to the
|
||||
TokenReview API. If Kubernetes is configured to use RBAC roles the Service
|
||||
TokenReview API. If Kubernetes is configured to use RBAC roles, the Service
|
||||
Account should be granted permissions to access this API. The following
|
||||
example ClusterRoleBinding could be used to grant these permissions:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue