Skip to content

Commit

Permalink
Fix default OIDC issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Feb 16, 2024
1 parent a2a7bcd commit 985e39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENV REDPANDA_MODE=development
ENV arangodb__ensureDefaults=true

# Use our auth server for OIDC
ENV OIDC_ISSUER=http://auth/oadaauth/
ENV OIDC_ISSUER=http://auth/oadaauth/.well-known/oada-configuration

ARG OADA_VER
ENV OADA_VERSION=${OADA_VER}
Expand Down

0 comments on commit 985e39a

Please sign in to comment.