-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.17
-
Informational
-
None
-
1
-
False
-
Description of problem:
The creation of a service account no longer creates a token automatically
Version-Release number of selected component (if applicable):
4.17
How reproducible:
N/A
Steps to Reproduce:
N/A
Actual results:
the describe text shows a token when doing 'oc describe serviceaccount'
Expected results:
the "Tokens" field should be <none>
Additional info:
Problem here: https://docs.openshift.com/container-platform/4.17/authentication/using-service-accounts-in-applications.html#service-accounts-managing_using-service-accounts According to Openshifts own documentation here https://docs.openshift.com/container-platform/4.17/authentication/using-service-accounts-in-applications.html#auto-generated-sa-token-secrets_using-service-accounts A creation of a serviceaccount does no longer create a token. Also it would be good to add documentation in the same page, or create a sub-page that describes how to create a service account token and specifically a long-lived one.