ansible-middleware/keycloak

Allow for downloading JDBC drivers from alternate URLs and allow for using username/password

Closed this issue · 2 comments

SUMMARY

In some environments, access to Maven Central is not allowed, but those environments often have a local repository manager which "proxies" maven central. Sometimes those repository managers require authentication to download. It would be useful to be able to:

  1. Set an alternative URL for downloading JDBC drivers
  2. Set credentials for authentication to download said JDBC drivers.
ISSUE TYPE
  • Feature Idea

Good idea!

We should likely do the same here https://github.com/ansible-middleware/keycloak/blob/main/roles/keycloak_quarkus/tasks/install.yml#L62 in case some place hosts available keycloak releases in their internal nexus/artifactory