jdbc_download and validate_certs params update

- Added jdbc_download customization to both keycloak releases
- Added option to allow invalid certificates to download JDBC drivers
This commit is contained in:
Deven Phillips 2024-05-02 14:33:36 -04:00
commit b14d75dfab
5 changed files with 31 additions and 4 deletions

View file

@ -385,6 +385,10 @@ argument_specs:
keycloak_quarkus_jdbc_download_pass:
description: "Set a password with which to authenticate when downloading JDBC drivers from an alternative location (requires keycloak_quarkus_jdbc_download_user)"
type: "str"
keycloak_quarkus_jdbc_download_validate_certs:
default: true
description: "Allow the option to ignore invalid certificates when downloading JDBC drivers from a custom URL"
type: "bool"
downstream:
options:
rhbk_version: