From fbd7c83af78d4cae9fc2a171d8ac4956434a10d2 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 18 Oct 2024 11:33:27 +0200 Subject: [PATCH] [jupyter-health] grant access to some users --- config/clusters/jupyter-health/staging.values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/clusters/jupyter-health/staging.values.yaml b/config/clusters/jupyter-health/staging.values.yaml index cde765735..43eb7f225 100644 --- a/config/clusters/jupyter-health/staging.values.yaml +++ b/config/clusters/jupyter-health/staging.values.yaml @@ -26,6 +26,14 @@ jupyterhub: scope: - openid enable_auth_state: true + admin_users: + - benjaminrk@simula.no + - yuvipanda@2i2c.org + allowed_users: + # TODO: implement allow based on organization membership, + # so we don't have to add users one at a time + # this is the test user account + - anna@example.com extraConfig: # add access tokens via auth state auth_state_env.py: |