Skip to content

Commit

Permalink
Merge branch 'nebari-dev:develop' into 2284-keda-conda-store-worker-hpa
Browse files Browse the repository at this point in the history
  • Loading branch information
pt247 authored May 8, 2024
2 parents d5370e6 + bb321cf commit 2f23a23
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ resource "helm_release" "jupyterhub" {
login_service = "Keycloak"
username_claim = "preferred_username"
claim_groups_key = "groups"
allowed_groups = ["/analyst", "/developer", "/admin"]
admin_groups = ["/admin"]
allowed_groups = ["/analyst", "/developer", "/admin", "jupyterhub_admin", "jupyterhub_developer"]
admin_groups = ["/admin", "jupyterhub_admin"]
manage_groups = true
refresh_pre_spawn = true
validate_server_cert = false
Expand Down

0 comments on commit 2f23a23

Please sign in to comment.