Skip to content

Commit

Permalink
Removed: session auth feature flag from docker-compose due to incompa…
Browse files Browse the repository at this point in the history
…tibility with bearer auth feature flag
  • Loading branch information
GPortas committed Oct 7, 2024
1 parent 5b07eb4 commit ba14705
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev-env/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ services:
DATAVERSE_DB_HOST: postgres
DATAVERSE_DB_PASSWORD: secret
DATAVERSE_DB_USER: ${DATAVERSE_DB_USER}
DATAVERSE_FEATURE_API_SESSION_AUTH: 1
DATAVERSE_FEATURE_API_BEARER_AUTH: 1
DATAVERSE_AUTH_OIDC_ENABLED: 1
DATAVERSE_AUTH_OIDC_CLIENT_ID: test
Expand Down

0 comments on commit ba14705

Please sign in to comment.