Skip to content
Closed
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
8 changes: 6 additions & 2 deletions 99-examples-context.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -879,10 +879,14 @@ spec:
- clientId: polaris-console
name: polaris-console
publicClient: true
# The console is deployed per project, so its host carries the project
# namespace. Keycloak only supports a trailing wildcard, which keeps the
# match scoped to the console hosts instead of the "https://*" used by
# the other clients.
redirectUris:
- "https://polaris-console-default.{{ .Context.ingress.suffix }}/auth/callback"
- "https://polaris-console-*"
webOrigins:
- "https://polaris-console-default.{{ .Context.ingress.suffix }}"
- "https://polaris-console-*"
- clientId: seaweedfs-s3
name: seaweedfs-s3
publicClient: true
Expand Down