Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating references from litmus-portal to chaoscenter in DEX documentation #264

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c8d9e4c
litmus-portal to chaoscenter in DEX
andoriyaprashant May 20, 2024
117d909
Merge branch 'master' into branch1
andoriyaprashant Jul 3, 2024
233f2cd
Merge branch 'master' of https://github.com/andoriyaprashant/litmus-d…
andoriyaprashant Jul 30, 2024
bd672b5
fix
andoriyaprashant Jul 30, 2024
0701239
Merge branch 'master' of https://github.com/andoriyaprashant/litmus-d…
andoriyaprashant Sep 19, 2024
932b1d7
litmus-portal to chaoscenter in DEX
andoriyaprashant May 20, 2024
de8f734
Updated credentials for algolia (#265)
Jonsy13 May 28, 2024
e94b5c6
litmus-portal to chaoscenter in DEX
neelanjan00 Jun 14, 2024
ca15570
chore: Fixes probe run properties and headings (#261)
neelanjan00 Jun 14, 2024
94ab882
chore: Updated docs for 3.8.0 release (#268)
hrishavjha Jun 24, 2024
28f8bc3
docs: change crd url (#273)
dusdjhyeon Jul 10, 2024
ae4d782
Updated installation steps for litmus (#274)
Saranya-jena Jul 15, 2024
e0d53fc
chore: Adding docs for probe best practices and future roadmap (#269)
S-ayanide Jul 15, 2024
4c55b55
chore: Added versioned docs for litmus 3.9.0 and 3.9.1 (#276)
hrishavjha Jul 16, 2024
3028385
Corrected Minor Spelling Errors in Documentation (#278)
andoriyaprashant Jul 20, 2024
b005f07
fix
andoriyaprashant Jul 30, 2024
ac75b66
fix: add missing spaces (#279)
bagmeg Aug 9, 2024
6e62ab2
chore: Updated docs for 3.9.2 and 3.10.0 releases (#283)
hrishavjha Aug 19, 2024
2dc1c89
chore: manifest link update (#285)
hrishavjha Sep 6, 2024
2e82bfb
Merge branch 'master' of https://github.com/andoriyaprashant/litmus-d…
andoriyaprashant Sep 19, 2024
f0c58d3
Merge branch 'branch1' of https://github.com/andoriyaprashant/litmus-…
andoriyaprashant Sep 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion website/docs/concepts/oauth-dex-concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,17 @@ Litmus portal uses two components for authentication of users:
- Authentication Server
- Dex OIDC Server (Optional)

<<<<<<< HEAD
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.
=======
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.
>>>>>>> ceb8a67f939a9cbf444a6a40a60b4a2b3050e727

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/).
<<<<<<< HEAD
=======

>>>>>>> 0701239a71547d4177ceb6272a35f7b239617acf
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/).

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Make sure you have your Google and GitHub Client credentials ready, if you do no
### Configuring Dex OIDC provider

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

1. Open the file with your favorite text-editor
Expand Down Expand Up @@ -138,8 +138,8 @@ Under `auth-server`, verify if the `DEX_ENABLED` variables are set
Ports: 3000/TCP, 3030/TCP
Host Ports: 0/TCP, 0/TCP
Environment Variables from:
litmus-portal-admin-config ConfigMap Optional: false
litmus-portal-admin-secret Secret Optional: false
chaoscenter-admin-config ConfigMap Optional: false
chaoscenter-admin-secret Secret Optional: false
Environment:
STRICT_PASSWORD_POLICY: false
ADMIN_USERNAME: admin
Expand Down
3 changes: 3 additions & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,12 @@ module.exports = {
]
},
{
<<<<<<< HEAD
=======
'Developer Guide': ['developer-guide/chaoscenter-developer-guide']
},
{
>>>>>>> ceb8a67f939a9cbf444a6a40a60b4a2b3050e727
Litmusctl: ['litmusctl/installation', 'litmusctl/litmusctl-usage']
},
{
Expand Down
3 changes: 3 additions & 0 deletions website/versioned_sidebars/version-3.10.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,14 @@
]
},
{
<<<<<<< HEAD
=======
"Developer Guide": [
"developer-guide/chaoscenter-developer-guide"
]
},
{
>>>>>>> ceb8a67f939a9cbf444a6a40a60b4a2b3050e727
"Litmusctl": [
"litmusctl/installation",
"litmusctl/litmusctl-usage"
Expand Down
3 changes: 3 additions & 0 deletions website/versioned_sidebars/version-3.9.1-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,14 @@
]
},
{
<<<<<<< HEAD
=======
"Developer Guide": [
"developer-guide/chaoscenter-developer-guide"
]
},
{
>>>>>>> ceb8a67f939a9cbf444a6a40a60b4a2b3050e727
"Litmusctl": [
"litmusctl/installation",
"litmusctl/litmusctl-usage"
Expand Down
3 changes: 3 additions & 0 deletions website/versioned_sidebars/version-3.9.2-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,13 @@
"user-guides/image-registry",
"user-guides/uninstall-litmus"
]
<<<<<<< HEAD
=======
},{
"Developer Guide": [
"developer-guide/chaoscenter-developer-guide"
]
>>>>>>> ceb8a67f939a9cbf444a6a40a60b4a2b3050e727
},
{
"Litmusctl": [
Expand Down
Loading