Skip to content

Commit

Permalink
Nest the authenticator config correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Mar 21, 2023
1 parent 2985040 commit e3e6ec6
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions config/clusters/openscapes/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,15 @@ basehub:
enabled: false
readinessProbe:
enabled: false
Authenticator:
admin_users: &users
- amfriesz
- jules32
- erinmr
- betolink
# Without this, any GitHub user can authenticate
allowed_users: *users
config:
Authenticator:
admin_users: &users
- amfriesz
- jules32
- erinmr
- betolink
# Without this, any GitHub user can authenticate
allowed_users: *users
dask-gateway:
gateway:
extraConfig:
Expand Down

0 comments on commit e3e6ec6

Please sign in to comment.