From ec045ed2164026cf39122bda4f5eb8485637db59 Mon Sep 17 00:00:00 2001 From: Sam Ghods Date: Wed, 13 Apr 2016 00:26:24 -0700 Subject: [PATCH] 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. --- docs/user-guide/service-accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/service-accounts.md b/docs/user-guide/service-accounts.md index ecc9f53537..f51dbd87bb 100644 --- a/docs/user-guide/service-accounts.md +++ b/docs/user-guide/service-accounts.md @@ -72,7 +72,7 @@ secrets: 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` field of a pod to the name of the service account you wish to use.