Skip to content

Commit

Permalink
fix: openid discovery URL
Browse files Browse the repository at this point in the history
  • Loading branch information
japsu committed Dec 30, 2023
1 parent 7ab5180 commit b97a523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const env = Object.entries({
SMTP_HOST: "mailer.b2.fi",
SMTP_TLS_ENABLED: true,
OIDC_NAME: "Kompassi",
OIDC_DISCOVERY_URL: `${kompassiBaseUrl}/oidc/.well-known/openid-configuration`,
OIDC_DISCOVERY_URL: `${kompassiBaseUrl}/oidc/.well-known/openid-configuration/`,
OIDC_CLIENT_ID: secretKeyRef("OIDC_CLIENT_ID"),
OIDC_CLIENT_SECRET: secretKeyRef("OIDC_CLIENT_SECRET"),
}).map(([key, value]) => {
Expand Down

0 comments on commit b97a523

Please sign in to comment.