Add option to override JDBC download parameters

This commit is contained in:
Deven Phillips 2024-04-30 14:27:42 -04:00
commit a7b9f0ef97
2 changed files with 20 additions and 2 deletions

View file

@ -372,6 +372,15 @@ argument_specs:
description: "Activation delay for service systemd unit (seconds)"
default: 10
type: 'int'
keycloak_quarkus_jdbc_download_url:
description: "Override the default Maven Central download URL for the JDBC driver"
type: "str"
keycloak_quarkus_jdbc_download_user:
description: "Set a username with which to authenticate when downloading JDBC drivers from an alternative location"
type: "str"
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"
downstream:
options:
rhbk_version: