Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate certs parameter for JDBC driver downloads #207

Conversation

InfoSec812
Copy link
Contributor

@InfoSec812 InfoSec812 commented May 2, 2024

  • Added jdbc_download customization to both keycloak releases
  • Added option to allow invalid certificates to download JDBC drivers

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.

- Added jdbc_download customization to both keycloak releases
- Added option to allow invalid certificates to download JDBC drivers
Copy link
Member

@guidograzioli guidograzioli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looking good

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label May 3, 2024
@guidograzioli guidograzioli merged commit ba12715 into ansible-middleware:main May 3, 2024
18 checks passed
@guidograzioli guidograzioli changed the title jdbc_download and validate_certs params update Validate certs parameter for JDBC driver downloads May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom JDBC driver download options
2 participants