We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842f3dd commit ffc29bbCopy full SHA for ffc29bb
compose.e2e.yaml
@@ -3,6 +3,7 @@ services:
3
environment:
4
KEYCLOAK_ENABLE_HTTPS: "true"
5
KEYCLOAK_HTTPS_USE_PEM: "true"
6
+ KC_LOG_LEVEL: "debug"
7
KEYCLOAK_HTTPS_CERTIFICATE_FILE: /opt/bitnami/keycloak/certs/tls.crt
8
KEYCLOAK_HTTPS_CERTIFICATE_KEY_FILE: /opt/bitnami/keycloak/certs/tls.key
9
KEYCLOAK_EXTRA_ARGS: "--features=\"hostname:v2,scripts,persistent-user-sessions:v1\" --import-realm"
0 commit comments