Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keycloak docker image: Upgrade to Keycloak.X 19.0.1 #3742

Closed
gunterze opened this issue Jul 28, 2022 · 1 comment
Closed

Keycloak docker image: Upgrade to Keycloak.X 19.0.1 #3742

gunterze opened this issue Jul 28, 2022 · 1 comment
Assignees
Labels
dependencies Pull requests that update a dependency file
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Jul 28, 2022

Keycloak docker image: Upgrade to Keycloak.X 19.0.1

Changed envirionment variables for configuration of GELF Logger:

Logging configuration:

KC_LOG

Enable one or more log handlers by comma separated list of enumerated values:

  • console - console log handler (=default)
  • file - file log handler
  • gelf - GELF log handler

(optional, default is console).

KC_LOG_GELF_HOST

Hostname of the Logstash or Graylog Host. By default UDP is used, prefix the host with 'tcp:' to switch to TCP. Example: 'tcp:logstash'". (optional, default is logstash).

KC_LOG_GELF_PORT

The port the Logstash or Graylog Host is called on (optional, default is 12201).

KC_LOG_GELF_VERSION

The gelf version to be used (optional, default is 1.1).

KC_LOG_GELF_FACILITY

The facility (name of the process) that sends the message (optional, default is keycloak).

KC_LOG_GELF_LEVEL

Log-Level threshold (optional, default is INFO).

KC_LOG_GELF_INCLUDE_STACK_TRACE

If set to true, occuring stack traces are included in the 'StackTrace' field in the gelf output (optional, default is true).

KC_LOG_GELF_TIMESTAMP_FORMAT

Set the format for the gelf timestamp field. Uses Java SimpleDateFormat pattern (optional, default is yyyy-MM-dd HH:mm:ss,SSS).

KC_LOG_GELF_MAX_MSG_SIZE

Maximum message size (in bytes). If the message size is exceeded, gelf will submit the message in multiple chunks (optional, default is 8192).

KC_LOG_GELF_INCLUDE_LOG_MSG_PARAMS

Include message parameters from the log event. (optional, default is true).

KC_LOG_GELF_INCLUDE_LOCATION

Include source code location (optional, default is true).

@gunterze gunterze added the dependencies Pull requests that update a dependency file label Jul 28, 2022
@gunterze gunterze added this to the 5.27.1 milestone Jul 28, 2022
@gunterze gunterze self-assigned this Jul 28, 2022
@gunterze gunterze changed the title Keycloak docker image: Upgrade to Keycloak.X 18.0.2 Keycloak docker image: Upgrade to Keycloak.X 19.0.0 Jul 28, 2022
gunterze added a commit to dcm4che-dockerfiles/keycloak-quarkus that referenced this issue Jul 28, 2022
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jul 29, 2022
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jul 29, 2022
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jul 29, 2022
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jul 29, 2022
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jul 29, 2022
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jul 29, 2022
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jul 29, 2022
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jul 29, 2022
@gunterze
Copy link
Member Author

There is an issue concerning MariaDB schema initialization in Keycloak 19.0.0: keycloak/keycloak#13423

@gunterze gunterze reopened this Jul 29, 2022
@gunterze gunterze changed the title Keycloak docker image: Upgrade to Keycloak.X 19.0.0 Keycloak docker image: Upgrade to Keycloak.X 19.0.1 Jul 29, 2022
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jul 29, 2022
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant