mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-03 20:54:30 -07:00
#221 - add keycloak_quarkus_health_check_url_path config option
This commit is contained in:
parent
db831fa339
commit
1e9a669dea
3 changed files with 6 additions and 1 deletions
|
@ -104,6 +104,10 @@ argument_specs:
|
|||
default: 8080
|
||||
description: "HTTP port"
|
||||
type: "int"
|
||||
keycloak_quarkus_health_check_url_path:
|
||||
default: "realms/master/.well-known/openid-configuration"
|
||||
description: "Path to the health check endpoint; scheme, host and keycloak_quarkus_http_relative_path will be prepended automatically"
|
||||
type: "str"
|
||||
keycloak_quarkus_https_key_file_enabled:
|
||||
default: false
|
||||
description: "Enable configuration of HTTPS via files in PEM format"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue