Update service account token docs
The docs currently indicate that setting permissions on service account tokens is a future feature, but it can be done today with the ABAC authorization plugin.
This commit is contained in:
@@ -72,7 +72,7 @@ secrets:
|
|||||||
|
|
||||||
then you will see that a token has automatically been created and is referenced by the service account.
|
then you will see that a token has automatically been created and is referenced by the service account.
|
||||||
|
|
||||||
In the future, you will be able to configure different access policies for each service account.
|
You may use the ABAC authorization plugin to [set permissions on service accounts](/docs/admin/authorization/#a-quick-note-on-service-accounts).
|
||||||
|
|
||||||
To use a non-default service account, simply set the `spec.serviceAccount`
|
To use a non-default service account, simply set the `spec.serviceAccount`
|
||||||
field of a pod to the name of the service account you wish to use.
|
field of a pod to the name of the service account you wish to use.
|
||||||
|
|||||||
Reference in New Issue
Block a user