From ec4fe90009403eeef4b289a553d115153e4e377e Mon Sep 17 00:00:00 2001 From: Bruno Barin Date: Tue, 14 Dec 2021 14:31:03 -0300 Subject: [PATCH] Update website/docs/user-guides/chaoscenter-oauth-dex-installation.md Co-authored-by: Hemanth Krishna Signed-off-by: Bruno Barin --- .../docs/user-guides/chaoscenter-oauth-dex-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/user-guides/chaoscenter-oauth-dex-installation.md b/website/docs/user-guides/chaoscenter-oauth-dex-installation.md index 0199404d..d44205f9 100644 --- a/website/docs/user-guides/chaoscenter-oauth-dex-installation.md +++ b/website/docs/user-guides/chaoscenter-oauth-dex-installation.md @@ -110,8 +110,8 @@ To set up Dex, we would require to modify our litmusportal-server a bit in order - `OIDC_ISSUER`: The place where the Dex OIDC lives, i.e `NODE_IP:32000` - `DEX_ENABLED`: This variable enables dex features in the litmusportal-server - `DEX_OAUTH_CALLBACK_URL`: This is the url that will be called back after user completes its authentication, this will be the litmusportal-frontend service -- `DEX_OAUTH_CLIENT_ID`: The client ID defined at the DEX server to allow it act on behalf of Litmus, i.e: `LitmusPortalAuthBackend` -- `DEX_OAUTH_CLIENT_SECRET`: The client secret defined at the DEX server, i.e: `ZXhhbXBsZS1hcHAtc2VjcmV0` +- `DEX_OAUTH_CLIENT_ID`: The client ID defined at the DEX server to allow it act on behalf of Litmus, e.g: `LitmusPortalAuthBackend` +- `DEX_OAUTH_CLIENT_SECRET`: The client secret defined at the DEX server, e.g: `ZXhhbXBsZS1hcHAtc2VjcmV0` Set your variables using