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

Validate certs parameter for JDBC driver downloads #207

Closed InfoSec812 closed 4 weeks ago

InfoSec812 commented 1 month ago

keycloak_quarkus:

Variable Description Required
keycloak_quarkus_jdbc_download_url Override the default Maven Central download URL for the JDBC driver no
keycloak_quarkus_jdbc_download_user Set a username with which to authenticate when downloading JDBC drivers from an alternative location no
keycloak_quarkus_jdbc_download_pass Set a password with which to authenticate when downloading JDBC drivers from an alternative location (requires keycloak_quarkus_jdbc_download_user) no

keycloak:

Variable Description Required
keycloak_jdbc_download_url Override the default Maven Central download URL for the JDBC driver no
keycloak_jdbc_download_user Set a username with which to authenticate when downloading JDBC drivers from an alternative location no
keycloak_jdbc_download_pass Set a password with which to authenticate when downloading JDBC drivers from an alternative location (requires keycloak_quarkus_jdbc_download_user) no

Resolves #206

I was able to test for keycloak_quarkus, but not for keycloak.