Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions templates/nebariapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ spec:
enabled: {{ .enabled | default true }}
provider: {{ .provider | default "keycloak" }}
provisionClient: {{ .provisionClient | default true }}
redirectURI: {{ .redirectURI | default "/hub/oauth_callback" }}
{{- with .scopes }}
scopes:
{{- toYaml . | nindent 6 }}
{{- end }}
{{- end }}
{{- end }}
6 changes: 6 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ nebariapp:
enabled: true
provider: keycloak
provisionClient: true
redirectURI: /hub/oauth_callback # JupyterHub's OAuth callback
scopes:
- openid
- profile
- email
- groups

# Shared storage configuration (disabled - requires RWX storage class)
sharedStorage:
Expand Down
Loading