mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
added keycloak content fixing build error added the file under gitops folder added keycloak in TOC review changes done added keycloak files review changes done removed dex is used to delegate made review changes made review changes made review changes made review changes made review changes made review changes made review changes made review changes remoed extra space from commands added italics made review changes made review changes optional step formatted review changes done made review changes created callouts made review changes review changes done review changes done
21 lines
462 B
Plaintext
21 lines
462 B
Plaintext
// Module is included in the following assemblies:
|
|
//
|
|
// * configuring-sso-for-argo-cd-on-openshift
|
|
|
|
[id="gitops-disable-dex_{context}"]
|
|
= Disabling Dex
|
|
|
|
Dex is installed by default for all the Argo CD instances created by the Operator. You can disable Dex.
|
|
|
|
.Procedure
|
|
|
|
* Set the environmental variable `DISABLE_DEX` to true in the *YAML* resource of the Operator:
|
|
+
|
|
[source,yaml]
|
|
----
|
|
spec:
|
|
config:
|
|
env:
|
|
- name: DISABLE_DEX
|
|
value: "true"
|
|
---- |