Skip to content

Commit f028093

Browse files
committed
fixup
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
1 parent d239bd8 commit f028093

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

modules/administration-guide/pages/installing-che-on-openshift-with-keycloak-as-oidc.adoc

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you have multiple OIDC providers configured, adjust the array index in the pa
6868
(currently 0) to match your {keycloak} provider's position in the configuration.
6969
====
7070

71-
. Wait for the `kube-apiserver` cluster operator to roll out the configuration changes:
71+
. Wait for the `kube-apiserver` cluster Operator to roll out the configuration changes:
7272
+
7373
[source,shell,subs="+quotes,+attributes"]
7474
----
@@ -195,28 +195,6 @@ echo "$({orch-cli} get checluster {prod-checluster} -n {prod-namespace} -o jsonp
195195
... Click *Save*.
196196
--
197197
198-
. Create a `ClusterRoleBinding` to grant users access to {prod-short}:
199-
+
200-
[source,shell,subs="+quotes,+attributes"]
201-
----
202-
{orch-cli} apply -f - <<EOF
203-
apiVersion: rbac.authorization.k8s.io/v1
204-
kind: ClusterRoleBinding
205-
metadata:
206-
name: openshift-developers
207-
roleRef:
208-
apiGroup: rbac.authorization.k8s.io
209-
kind: ClusterRole
210-
name: self-provisioner <1>
211-
subjects:
212-
- apiGroup: rbac.authorization.k8s.io
213-
kind: Group
214-
name: __<GROUP_NAME>__ <2>
215-
EOF
216-
----
217-
<1> Users must have the `self-provisioner` role to create a {platforms-namespace}.
218-
<2> The name of the user group from {keycloak} that should be granted access to {prod-short}.
219-
220198
.Verification
221199
222200
. Verify the {prod-short} instance status:

0 commit comments

Comments
 (0)