Fix initial authentication configuration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
19c3da0b22
commit
c2a717444b
@ -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 = [
|
||||
|
Reference in New Issue
Block a user