*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 653e511e authored by Wörister, Florian's avatar Wörister, Florian
Browse files

Merge branch 'fwoerister/changeLogFormatToJson' into 'staging'

change log format to json

See merge request fairdata/crdm-keycloak-setup!3
parents 0681c6ff c97e87fa
No related branches found
No related tags found
2 merge requests!4Fw/cleanup,!3change log format to json
Pipeline #34224 passed
embed-server --server-config=standalone-ha.xml --std-out=echo
/subsystem=logging/json-formatter=JSON/:add
/subsystem=logging/console-handler=CONSOLE/:write-attribute(name=named-formatter,value=JSON)
stop-embedded-server
\ No newline at end of file
...@@ -48,6 +48,7 @@ services: ...@@ -48,6 +48,7 @@ services:
volumes: volumes:
- keycloak_data:/opt/jboss/keycloak/standalone/data - keycloak_data:/opt/jboss/keycloak/standalone/data
- ./cert/:/etc/x509/https - ./cert/:/etc/x509/https
- ./cli/json-logging.cli:/opt/jboss/startup-scripts/json-logging.cli
# - ./export/:/opt/export/ # - ./export/:/opt/export/
# command: # command:
# - "-b 0.0.0.0 -Dkeycloak.migration.action=import -Dkeycloak.migration.provider=singleFile -Dkeycloak.migration.file=/opt/export/realms-export.json -Dkeycloak.migration.strategy=IGNORE_EXISTING -Dkeycloak.profile.feature.upload_scripts=enabled" # - "-b 0.0.0.0 -Dkeycloak.migration.action=import -Dkeycloak.migration.provider=singleFile -Dkeycloak.migration.file=/opt/export/realms-export.json -Dkeycloak.migration.strategy=IGNORE_EXISTING -Dkeycloak.profile.feature.upload_scripts=enabled"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment