Skip to content

Commit dc25822

Browse files
Added purpose of admin login (#3790)
1 parent d17aa9a commit dc25822

File tree

6 files changed

+35
-0
lines changed

6 files changed

+35
-0
lines changed

docs/setup/install/Install-devtron-on-Minikube-Microk8s-K3s-Kind.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ kubectl -ndevtroncd port-forward service/devtron-service 8000:80
6969

7070
## Devtron Admin credentials
7171

72+
When you install Devtron for the first time, it creates a default admin user and password (with unrestricted access to Devtron). You can use that credentials to log in as an administrator.
73+
74+
After the initial login, we recommend you set up any SSO service like Google, GitHub, etc., and then add other users (including yourself). Subsequently, all the users can use the same SSO (let's say, GitHub) to log in to Devtron's dashboard.
75+
76+
The section below will help you understand the process of getting the administrator credentials.
77+
7278
### For Devtron version v0.6.0 and higher
7379

7480
**Username**: `admin` <br>

docs/setup/install/faq-on-installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@
3737
Next, [install Devtron](./install-devtron.md)
3838
</details>
3939

40+
<details>
41+
<summary>4. What's the purpose of 'Login as administrator' option on the login page?</summary>
42+
When you install Devtron for the first time, it creates a default admin user and password (with unrestricted access to Devtron). You can use that credentials to log in as an administrator. After the initial login, we recommend you set up any SSO service like Google, GitHub, etc., and then add other users (including yourself). Subsequently, all the users can use the same SSO (let's say, GitHub) to log in to Devtron's dashboard.
43+
</details>
44+
4045

4146
Still facing issues, please reach out to us on [Discord](https://discord.gg/jsRG5qx2gp).

docs/setup/install/install-devtron-helm-3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ If you don't see any results or receive a message that says "service doesn't exi
172172
173173
### Devtron Admin credentials
174174
175+
When you install Devtron for the first time, it creates a default admin user and password (with unrestricted access to Devtron). You can use that credentials to log in as an administrator.
176+
177+
After the initial login, we recommend you set up any SSO service like Google, GitHub, etc., and then add other users (including yourself). Subsequently, all the users can use the same SSO (let's say, GitHub) to log in to Devtron's dashboard.
178+
179+
The section below will help you understand the process of getting the administrator credentials.
180+
175181
#### For Devtron version v0.6.0 and higher
176182
177183
Use username:`admin` and for password run command mentioned below.

docs/setup/install/install-devtron-with-cicd-with-gitops.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@ Please wait until the installation is completed.
228228
229229
## Devtron Admin credentials
230230
231+
When you install Devtron for the first time, it creates a default admin user and password (with unrestricted access to Devtron). You can use that credentials to log in as an administrator.
232+
233+
After the initial login, we recommend you set up any SSO service like Google, GitHub, etc., and then add other users (including yourself). Subsequently, all the users can use the same SSO (let's say, GitHub) to log in to Devtron's dashboard.
234+
235+
The section below will help you understand the process of getting the administrator credentials.
236+
231237
### For Devtron version v0.6.0 and higher
232238
233239
**Username**: `admin` <br>

docs/setup/install/install-devtron-with-cicd.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,12 @@ Please wait until the installation is completed.
235235
236236
## Devtron Admin credentials
237237
238+
When you install Devtron for the first time, it creates a default admin user and password (with unrestricted access to Devtron). You can use that credentials to log in as an administrator.
239+
240+
After the initial login, we recommend you set up any SSO service like Google, GitHub, etc., and then add other users (including yourself). Subsequently, all the users can use the same SSO (let's say, GitHub) to log in to Devtron's dashboard.
241+
242+
The sections below will help you understand the process of getting the administrator password.
243+
238244
### For Devtron version v0.6.0 and higher
239245
240246
**Username**: `admin` <br>

docs/setup/install/install-devtron.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ The hostname `aaff16e9760594a92afa0140dbfd99f7-305259315.us-east-1.elb.amazonaws
7272

7373
## Devtron Admin credentials
7474

75+
When you install Devtron for the first time, it creates a default admin user and password (with unrestricted access to Devtron). You can use that credentials to log in as an administrator.
76+
77+
After the initial login, we recommend you set up any SSO service like Google, GitHub, etc., and then add other users (including yourself). Subsequently, all the users can use the same SSO (let's say, GitHub) to log in to Devtron's dashboard.
78+
79+
The section below will help you understand the process of getting the administrator credentials.
80+
7581
### For Devtron version v0.6.0 and higher
7682

7783
**Username**: `admin` <br>

0 commit comments

Comments
 (0)