81669/how-to-assign-edit-role-to-a-group-in-minishift
Hi Guys,
I have one group in Minishift. I want to assign an edit role to this group. How can I do that?
Hi@akhtar,
Role assigning to a group is a project level task. So you can use oc policy command. This command allows us to add a role to a group or a user as shown below.
$ oc policy add-role-to-group edit mygroup role "edit" added: "mygroup"
Hi@akhtar, To create a group in Minishift, you ...READ MORE
Hi@akhtar, You can add a user to a ...READ MORE
Hi@akhtar, You can create a secret using generic ...READ MORE
Hi@MD, You can use oc new-app command in ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE
Hi@akhtar, You can give different roles to different ...READ MORE
Hi@akhtar, You can use oc adm policy command ...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.