Skip to content

Commit 05be4a6

Browse files
litmus-portal to chaoscenter in DEX
1 parent 5531cba commit 05be4a6

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 `litmus-ctl` 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 `litmus-ctl` 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, enabling 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
@@ -138,8 +138,8 @@ Under `auth-server`, verify if the `DEX_ENABLED` variables are set
138138
Ports: 3000/TCP, 3030/TCP
139139
Host Ports: 0/TCP, 0/TCP
140140
Environment Variables from:
141-
litmus-portal-admin-config ConfigMap Optional: false
142-
litmus-portal-admin-secret Secret Optional: false
141+
chaoscenter-admin-config ConfigMap Optional: false
142+
chaoscenter-admin-secret Secret Optional: false
143143
Environment:
144144
STRICT_PASSWORD_POLICY: false
145145
ADMIN_USERNAME: admin

0 commit comments

Comments
 (0)