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

Granting users access to Project Namespaces #42

Closed garywong-bc closed 2 years ago

garywong-bc commented 3 years ago

In the Console GUI, first switch from Administrator to Developer mode, and on the Developer menu, select a project and then select Project Access.

Important, GitHub usernames need to be cast to lowercase and appended with @github. @github is the specific auth provider to KeyCloak; in the future it will also support IDIR.

RocketChat Reference(s):

rloisell commented 3 years ago

@garywong-bc - casting the username in lower case is creating issues and security concerns as they are case sensitive within GitHub.com. It very easy to assign the incorrect user when in one place it is case sensitive, and in another it is not.

CC: @NickCorcoran @mitovskaol @juhewitt