Update content/en/docs/reference/access-authn-authz/service-accounts-admin.md

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
pull/48495/head
James Munnelly 2024-11-26 18:08:56 +00:00 committed by GitHub
parent 0c28e697d4
commit a3c89ce64a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Supported object types are as follows:
* Pod (used for projected volume mounts, see below)
* Secret (can be used to allow revoking a token by deleting the Secret)
* Node (in v1.31, creating new node-bound tokens is beta, using existing node-bound tokens is GA)
* Node (in v1.32, creating new node-bound tokens is beta, using existing node-bound tokens is GA)
When a token is bound to an object, the object's `metadata.name` and `metadata.uid` are
stored as extra 'private claims' in the issued JWT.