Skip to content

Commit

Permalink
delete repeated username_claim instance
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 authored and GeorgianaElena committed Mar 21, 2023
1 parent e66a478 commit f16de11
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/clusters/2i2c/binder-staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ binderhub:
authenticator_class: cilogon
CILogonOAuthenticator:
oauth_callback_url: "https://binder-staging.2i2c.cloud/hub/oauth_callback"
username_claim: "email"
allowed_idps:
- http://google.com/accounts/o8/id:
username_derivation:
username_claim: "email"
username_claim: email
Authenticator:
username_pattern: '^(.+@2i2c\.org|deployment-service-check)$'
delete_invalid_users: true
singleuser:
cmd: jupyterhub-singleuser
initContainers:
Expand Down

0 comments on commit f16de11

Please sign in to comment.