From 7c96ad2c67052457db6a43edd2bc54aa484dffb3 Mon Sep 17 00:00:00 2001 From: Nathan Rodet <nrodet@grandlyon.com> Date: Fri, 20 Jan 2023 14:05:30 +0100 Subject: [PATCH] Corrected TTYD unauthorized issue --- README.md | 1 + instance-scripts/config-files/atrium.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 33a9ac0..32c3e7f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/instance-scripts/config-files/atrium.yaml b/instance-scripts/config-files/atrium.yaml index aaccd45..b9f6de3 100644 --- a/instance-scripts/config-files/atrium.yaml +++ b/instance-scripts/config-files/atrium.yaml @@ -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% -- GitLab