ansible-middleware / keycloak

Collection to install and configure Keycloak or Red Hat Single Sign-On / Red Hat Build of Keycloak
Apache License 2.0
82 stars 49 forks source link

Hardcoded values in roles/keycloak_quarkus/vars/main.yml #221

Closed dmitriytsokolov closed 2 weeks ago

dmitriytsokolov commented 2 weeks ago
SUMMARY

Hi! I'm setting up a keycloak using this middleware and have a problem. I'm using https with self-signed certificate. Everything works fine except "healthcheck" step, because "http" is hardcoded in the file. I know I can set hash to merge in ansible config, but it would be great to have this part parametrized as well as this part: /realms/master/.well-known/openid-configuration

Thanks in advance

ISSUE TYPE