Skip to content

Commit 38f7637

Browse files
authored
Remove Keycloak/RHSSO references from documentation (#1051)
Signed-off-by: nmirasch <[email protected]>
1 parent 261cc3d commit 38f7637

File tree

2 files changed

+2
-367
lines changed

2 files changed

+2
-367
lines changed

docs/OpenShift GitOps Usage Guide.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
## Table of Contents
44
1. [Installing OpenShift GitOps](#installing-openshift-gitops)
55
2. [Configure SSO for OpenShift GitOps](#configure-sso-for-openshift-gitops)
6-
a. [Dex](#dex)
7-
b. [RHSSO / Keycloak](#rhssokeycloak)
6+
a. [Dex](#dex)
87
3. [Setting environment variables](#setting-environment-variables)
98
4. [Setting up a new ArgoCD instance](#setting-up-a-new-argo-cd-instance)
109
5. [Configure resource quota/requests for OpenShift GitOps workloads](#configure-resource-quotarequests-for-openshift-gitops-workloads)
@@ -194,12 +193,6 @@ Dex can be used to authenticate with Argo CD. Refer [Dex config guidance](./dex_
194193
> **Note**
195194
Dex is automatically configured for default Argo CD instance in the openshift-gitops namespace to allow users to use OpenShift OAuth to login into Argo CD. Refer [Uninstall](./dex_config_guidance.md#uninstall) section to disable dex on default Argo CD instance.
196195

197-
### RHSSO/Keycloak
198-
199-
GitOps comes with a bundled keycloak instance which is configured for authenticating with Argo CD component of Openshift GitOps. The main purpose of this instance created by the operator is to allow users to login into Argo CD with their OpenShift users.
200-
201-
Refer [RHSSO config guidance](./rhsso_config_guidance.md) for installation & configuration steps.
202-
203196
## Setting environment variables
204197

205198
Updating the following environment variables in the existing Subscription Object for the GitOps Operator will allow you (as an admin) to change certain properties in your cluster:
@@ -679,7 +672,7 @@ Similarly, A user can update the Application Controller **resource limits** of a
679672

680673
`kubectl -n argocd patch argocd example --type='json' -p='[{"op": "replace", "path": "/spec/controller/resources/limits/memory", "value":"2048Mi"}]'`
681674

682-
**The above commands can be modified to replace application controller with any other OpenShift GitOps workloads such as ApplicationSet Controller, Dex, Redis, Repo Server, Server, Keycloak e.t.c.,.**
675+
**The above commands can be modified to replace application controller with any other OpenShift GitOps workloads such as ApplicationSet Controller, Dex, Redis, Repo Server, Server, e.t.c.,.**
683676

684677
### Remove the resource requirements for Argo CD workloads
685678

docs/rhsso_config_guidance.md

Lines changed: 0 additions & 358 deletions
This file was deleted.

0 commit comments

Comments
 (0)