BCDevOps / OpenShift4-Migration

Scripts and info for Ministry teams migration from OpenShift 3.11 to 4.x
Apache License 2.0
3 stars 0 forks source link

How do I add users to my namespace #54

Closed jleach closed 2 years ago

jleach commented 3 years ago

The UI has changed but the functionality largely remains the same. To add users, admin or otherwise, using the "Administrator / Developer" drop down in the top left. Then Developer -> Project -> Project Access. Add users with @github after their name like jane@github.

add-user

patricksimonian commented 3 years ago

You can also add users via the commandline: oc policy add-role-to-user <role> <user> for a given namespace. This will create a rolebinding in that namespace just like the above gif.