1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/gitops-disable-dex.adoc
Debargho Ghosh b2390464ca added separate page for dex
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
2021-12-22 09:23:32 +00:00

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"
----