Skip to content

Commit

Permalink
Update website/docs/user-guides/chaoscenter-oauth-dex-installation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hemanth Krishna <[email protected]>
Signed-off-by: Bruno Barin <[email protected]>
  • Loading branch information
2 people authored and bruno-barin-ifood committed Dec 14, 2021
1 parent 6544e4d commit ec4fe90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ec4fe90

Please sign in to comment.