File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -171,8 +171,10 @@ how to manage these tokens with `kubeadm`.
171
171
A service account is an automatically enabled authenticator that uses signed
172
172
bearer tokens to verify requests. The plugin takes two optional flags:
173
173
174
- * ` --service-account-key-file ` A file containing a PEM encoded key for signing bearer tokens.
175
- If unspecified, the API server's TLS private key will be used.
174
+ * ` --service-account-key-file ` File containing PEM-encoded x509 RSA or ECDSA
175
+ private or public keys, used to verify ServiceAccount tokens. The specified file
176
+ can contain multiple keys, and the flag can be specified multiple times with
177
+ different files. If unspecified, --tls-private-key-file is used.
176
178
* ` --service-account-lookup ` If enabled, tokens which are deleted from the API will be revoked.
177
179
178
180
Service accounts are usually created automatically by the API server and
You can’t perform that action at this time.
0 commit comments