Skip to content
Snippets Groups Projects
Commit 7c96ad2c authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Corrected TTYD unauthorized issue

parent 9155bb04
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ After deployment, each resource can be accessed though HTTPS depending on their
- https://desktop-1.rust-1.daag.alpha.grandlyon.com/
- https://code-1.rust-1.daag.alpha.grandlyon.com/
- https://terminal-1.rust-1.daag.alpha.grandlyon.com/
- https://rust-1.daag.alpha.grandlyon.com/
### Credentials
......
......@@ -28,6 +28,8 @@ apps: # optional : applications served by atrium
secured: true
login: admin
password: %user_password%
roles:
- ADMINS
users:
- login: admin
password: %user_password_hash%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment