InseeFrLab / keycloak-hashicorp-vault-ext

Keycloak extension to obtain secrets from HashiCorp Vault
Apache License 2.0
13 stars 7 forks source link

Integrating with new Keycloak (Quarkus) #15

Open SatriyoJati opened 2 months ago

SatriyoJati commented 2 months ago

Since there is no standalone.xml in new version of Keycloak (Quarkus). How to integrate this to keycloak? From the documentation said that after compiling and packaging to .jar , we just need to copy the jar file into providers directory. But since no standalone xml how do I pass vaulturl, secretengine to keycloak?

micedre commented 2 months ago

This extension was not updated to be compatible with the new quarkus deployment of keycloak and it is not planned to do so at the moment. That said, the logic should be the same for the provider and the config could be simpler than expected, with this documentation : https://www.keycloak.org/server/configuration-provider

All PR welcome