Skip to content

Commit

Permalink
fix OIDC_ISSUER
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Feb 13, 2024
1 parent d583392 commit 917bb5a
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=auth
ENV OIDC_ISSUER=http://auth/oadaauth/

ARG OADA_VER
ENV OADA_VERSION=${OADA_VER}
Expand Down

0 comments on commit 917bb5a

Please sign in to comment.