8.3. Creating service accounts
You can create a service account in a project and grant it permissions by binding it to a role.
Procedure
Optional: To view the service accounts in the current project:
$ oc get saExample output
NAME SECRETS AGE builder 2 2d default 2 2d deployer 2 2dTo create a new service account in the current project:
$ oc create sa <service_account_name>1 - 1
- To create a service account in a different project, specify
-n <project_name>.
Example output
serviceaccount "robot" createdOptional: View the secrets for the service account:
$ oc describe sa robotExample output
Name: robot Namespace: project1 Labels: <none> Annotations: <none> Image pull secrets: robot-dockercfg-qzbhb Mountable secrets: robot-token-f4khf robot-dockercfg-qzbhb Tokens: robot-token-f4khf robot-token-z8h44