Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: updating default dex config #101

Merged
merged 2 commits into from
Mar 13, 2023
Merged
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
6 changes: 3 additions & 3 deletions addons/dex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ dex-source:
# The base path of dex and the external name of the OpenID Connect service.
# This is the canonical URL that all clients MUST use to refer to dex. If a
# path is provided, dex's HTTP service will listen at a non-root URL.
# issuer: http://127.0.0.1:5556
issuer: http://127.0.0.1:5556

# See https://dexidp.io/docs/storage/ for more options
# storage:
# type: memory
storage:
type: memory

# Enable at least one connector
# See https://dexidp.io/docs/connectors/ for more options
Expand Down