Skip to content

Commit

Permalink
setting AUTH_JAAS_ENABLED to true to test
Browse files Browse the repository at this point in the history
  • Loading branch information
LBH-wgreeff committed Nov 19, 2024
1 parent 0113100 commit 8cd8773
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 @@ -28,7 +28,7 @@ locals {
{ name : "AUTH_OIDC_USER_NAME_CLAIM", value : "email" },
{ name : "AUTH_OIDC_USER_NAME_CLAIM_REGEX", value : "([^@]+)" },
{ name : "DATAHUB_ANALYTICS_ENABLED", value : "false" },
{ name : "AUTH_JAAS_ENABLED", value : "false" }
{ name : "AUTH_JAAS_ENABLED", value : "true" }
]
secrets = [
{ name : "DATAHUB_SECRET", valueFrom : aws_ssm_parameter.datahub_password.arn },
Expand Down

0 comments on commit 8cd8773

Please sign in to comment.