Skip to content

Commit

Permalink
removing profile from AUTH_OIDC_SCOPE
Browse files Browse the repository at this point in the history
  • Loading branch information
LBH-wgreeff committed Nov 12, 2024
1 parent 1c2eb17 commit 7ed8d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/datahub/03-locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {
{ name : "AUTH_OIDC_ENABLED", value : var.is_live_environment },
{ name : "AUTH_OIDC_DISCOVERY_URI", value : "https://accounts.google.com/.well-known/openid-configuration" },
{ name : "AUTH_OIDC_BASE_URL", value : var.datahub_url },
{ name : "AUTH_OIDC_SCOPE", value : "openid profile email" },
{ name : "AUTH_OIDC_SCOPE", value : "openid email" },
{ name : "AUTH_OIDC_USER_NAME_CLAIM", value : "email" },
{ name : "AUTH_OIDC_USER_NAME_CLAIM_REGEX", value : "([^@]+)" },
{ name : "DATAHUB_ANALYTICS_ENABLED", value : "false" },
Expand Down

0 comments on commit 7ed8d26

Please sign in to comment.