ansible-middleware/keycloak

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

dmitriytsokolov opened this issue · 0 comments

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
  • Feature Idea