87125/how-to-add-policy-to-a-service-account-in-minishift
Hi Guys,
I have one service account. I want to add a policy to this account. How can I do that?
Hi@akhtar,
You can add an SCC to your service account. Some application needs extra power to deploy their environment. You can use the below command to do so.
$ oc adm policy add-user-to-user anyuid -z account_name
Hi@akhtar, You can give different roles to different ...READ MORE
Hi@akhtar, You can add a user to a ...READ MORE
Hi@akhtar, You can expose your service in the ...READ MORE
Hi@akhtar, You can create a secret using generic ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, Some application requires service account for their ...READ MORE
Hi@akhtar, Some environment is dependent on a service ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.