Skip to content

Commit ffc29bb

Browse files
chore: enable debug on keycloak on e2e tests
1 parent 842f3dd commit ffc29bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose.e2e.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ services:
33
environment:
44
KEYCLOAK_ENABLE_HTTPS: "true"
55
KEYCLOAK_HTTPS_USE_PEM: "true"
6+
KC_LOG_LEVEL: "debug"
67
KEYCLOAK_HTTPS_CERTIFICATE_FILE: /opt/bitnami/keycloak/certs/tls.crt
78
KEYCLOAK_HTTPS_CERTIFICATE_KEY_FILE: /opt/bitnami/keycloak/certs/tls.key
89
KEYCLOAK_EXTRA_ARGS: "--features=\"hostname:v2,scripts,persistent-user-sessions:v1\" --import-realm"

0 commit comments

Comments
 (0)