mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
23 lines
1016 B
Plaintext
23 lines
1016 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * rosa_learning/creating_cluster_workshop/learning-getting-started-idp.adoc
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="learning-getting-started-idp-granting-access_{context}"]
|
|
= Granting other users access to the cluster
|
|
|
|
[role="_abstract"]
|
|
To grant access to other cluster users, you will need to add their GitHub user ID to the GitHub organization used for this cluster.
|
|
|
|
.Procedure
|
|
. In GitHub, go to the *Your organizations* page.
|
|
|
|
. Click your *profile icon*, then *Your organizations*. Then click *<your-organization-name>*. In our example, it is `my-rosa-cluster`.
|
|
+
|
|
image::cloud-experts-getting-started-idp-org.png[]
|
|
|
|
. Click *Invite someone*.
|
|
+
|
|
image::cloud-experts-getting-started-idp-invite.png[]
|
|
|
|
. Enter the GitHub ID of the new user, select the correct user, and click *Invite*.
|
|
. Once the new user accepts the invitation, they will be able to log in to the {product-title} cluster using the {hybrid-console-second} link and their GitHub credentials. |