Skip to content

Commit 54f4e8b

Browse files
litmus-portal to chaoscenter in DEX
1 parent d25b7fc commit 54f4e8b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/docs/concepts/oauth-dex-concept.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Litmus portal uses two components for authentication of users:
2323
- Authentication Server
2424
- Dex OIDC Server (Optional)
2525

26-
By default litmus-portal comes with then authentication server as part of the **litmusportal-server** deployment and it allows local authentication that is based of mongo database. Client services such as **litmusctl** and **litmusportal-frontend** make use of this server.
26+
By default chaoscenter comes with then authentication server as part of the **litmusportal-server** deployment and it allows local authentication that is based of mongo database. Client services such as **litmusctl** and **litmusportal-frontend** make use of this server.
2727

28-
In order to provide enhanced and seamless login features, we wanted to integrate OAuth and other authentication mechanisms such as OpenID connect. To have flexibility, litmus-portal makes use of an additional component, [Dex OIDC server](https://dexidp.io/).
28+
In order to provide enhanced and seamless login features, we wanted to integrate OAuth and other authentication mechanisms such as OpenID connect. To have flexibility, chaoscenter makes use of an additional component, [Dex OIDC server](https://dexidp.io/).
2929

3030
Dex is a highly extensible cloud-native OIDC provider that is able to take care of various authentication mechanisms. With Dex being deployed, the authentication-server can communicate with the dex-server which enables the integration of various OAuth providers. GitHub and Google auth has been tested at present.
3131

website/docs/user-guides/chaoscenter-oauth-dex-installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Make sure you have your Google and GitHub client credentials ready. If you do no
3838
### Configuring Dex OIDC provider
3939

4040
```bash
41-
curl https://raw.githubusercontent.com/litmuschaos/litmus/master/litmus-portal/dex-server/dex-deployment.yaml --output dex-deployment.yaml
41+
curl https://raw.githubusercontent.com/litmuschaos/litmus/master/chaoscenter/dex-server/dex-deployment.yaml --output dex-deployment.yaml
4242
```
4343

4444
1. Open the file with your favorite text-editor
@@ -140,8 +140,8 @@ Under `auth-server`, verify if the `DEX_ENABLED` variables are set.
140140
Ports: 3000/TCP, 3030/TCP
141141
Host Ports: 0/TCP, 0/TCP
142142
Environment Variables from:
143-
litmus-portal-admin-config ConfigMap Optional: false
144-
litmus-portal-admin-secret Secret Optional: false
143+
chaoscenter-admin-config ConfigMap Optional: false
144+
chaoscenter-admin-secret Secret Optional: false
145145
Environment:
146146
STRICT_PASSWORD_POLICY: false
147147
ADMIN_USERNAME: admin

0 commit comments

Comments
 (0)