quarkiverse / quarkus-vault

Quarkus HashiCorp Vault extension
Apache License 2.0
19 stars 27 forks source link

Full Pull Mode implementation #340

Open ahermes opened 1 week ago

ahermes commented 1 week ago

Hi there, We are migrating our applications from SpringBoot to Quarkus :)

But it seems the Vault implementation we choose with Spring Cloud Vault was the "Full Pull Mode" as explained here approle authentication, we provide an approle name and a token to automaticaly retrieve at start time the role-id, secret-id and login token for the secrets.

What is the best way to go to migrate to your extention ? Is the "Full Pull Mode" going to be implemented ?

Best regards

vsevel commented 6 days ago

We support approle authentification.