Fix initial authentication configuration
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-10 09:16:40 +02:00
parent 19c3da0b22
commit c2a717444b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,11 @@ ALLOWED_ENVIRONMENTS = [
BASE_URL = "/api"
USE_PROXYFIX = True
AUTH_REQUIRED = True
# Note(decentral1se): on initial deployment, this must be set to False but on
# subsequent deployments, we can then turn it to True once the Keycloak
# integration has been configured and API keys have been setup
AUTH_REQUIRED = False
AUTH_PROVIDER = "keycloak"
ADMIN_USERS = [