From 1e729709d2152685197b19c2522aaaff49e91926 Mon Sep 17 00:00:00 2001 From: Ryan Lovett Date: Mon, 18 Dec 2023 13:08:16 -0800 Subject: [PATCH] Scope of astro hub is all servers. --- deployments/astro/config/common.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployments/astro/config/common.yaml b/deployments/astro/config/common.yaml index 42279a2ef..8cfb98ca8 100644 --- a/deployments/astro/config/common.yaml +++ b/deployments/astro/config/common.yaml @@ -35,13 +35,13 @@ jupyterhub: - course::1524699::group::all-admins # astro admins astro-admins: - description: Enable departmental folks to view and access servers. + description: Enable astro folks to view and access all servers. # this role provides permissions to... scopes: - admin-ui - - list:users!group=course::N - - admin:servers!group=course::N - - access:servers!group=course::N + - list:users + - admin:servers + - access:servers # this role will be assigned to... groups: - course::1524699::group::astro-admins