mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-27 10:41:08 +02:00
Added debugging option to keycloak
This commit is contained in:
parent
27973c2773
commit
1240d3bfdf
@ -1,12 +1,12 @@
|
||||
import_realm: True # If True realm will be imported. If false skip.
|
||||
features:
|
||||
matomo: true
|
||||
css: false
|
||||
css: true
|
||||
port-ui-desktop: true
|
||||
ldap: true
|
||||
central_database: true
|
||||
recaptcha: true
|
||||
logout: true
|
||||
logout: true
|
||||
csp:
|
||||
flags:
|
||||
script-src-elem:
|
||||
|
@ -23,3 +23,9 @@ KC_DB_PASSWORD= {{database_password}}
|
||||
# If the initial administrator already exists and the environment variables are still present at startup, an error message stating the failed creation of the initial administrator is shown in the logs. Keycloak ignores the values and starts up correctly.
|
||||
KC_BOOTSTRAP_ADMIN_USERNAME= "{{applications | get_app_conf(application_id, 'users.administrator.username', True)}}"
|
||||
KC_BOOTSTRAP_ADMIN_PASSWORD= "{{applications | get_app_conf(application_id, 'credentials.administrator_password', True)}}"
|
||||
|
||||
# Enable detailed logs
|
||||
{% if enable_debug | bool %}
|
||||
KC_LOG_LEVEL=DEBUG
|
||||
KC_LOG_CONSOLE_ENABLED=true
|
||||
{% endif %}
|
Loading…
x
Reference in New Issue
Block a user