Update content/en/docs/reference/access-authn-authz/service-accounts-admin.md
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>pull/48495/head
parent
0c28e697d4
commit
a3c89ce64a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue