Skip to content

Commit

Permalink
enabled bearer token feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Oct 1, 2024
1 parent 208c5c0 commit 8f5caa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-env/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ services:
DATAVERSE_DB_HOST: postgres
DATAVERSE_DB_PASSWORD: secret
DATAVERSE_DB_USER: ${DATAVERSE_DB_USER}
DATAVERSE_FEATURE_API_BEARER_AUTH: "1"
DATAVERSE_AUTH_OIDC_ENABLED: "1"
DATAVERSE_AUTH_OIDC_CLIENT_ID: oauth2-proxy
DATAVERSE_AUTH_OIDC_CLIENT_SECRET: 72341b6d-7065-4518-a0e4-50ee15025608
Expand Down

0 comments on commit 8f5caa6

Please sign in to comment.