diff --git a/README.md b/README.md
index 33a9ac0b7d55ddda82c74cff17495f35a4ac828c..32c3e7f1b3a18f5e52fc2f951273efefbd7d7b3c 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 aaccd459454a117c61a0616bfce690fbb4196edb..b9f6de3f6cc1e9de8850f93af647f93887b56e3e 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%