quarkus-vault icon indicating copy to clipboard operation
quarkus-vault copied to clipboard

Quarkus HashiCorp Vault extension

Results 24 quarkus-vault issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/quarkiverse/quarkus-vault/issues/327 I have tested this in my own fork of the repo, and confirmed it to be working. --- Under `.getCredentials()`, the current code uses `.readSecret()` which will fail...

Question: Why is default value of token refresh 30 seconds? ![{065DE0E0-FF39-4EAC-B7BF-AC51C0D2B2C3}](https://github.com/user-attachments/assets/f4e44420-750b-4e49-aec6-810f1e55a36f) Is there a way to override this (I cannot find it) ? In practice always a new token will...

Fixes #315 Let me know if there is a place where to test this.

This issue is found in version `4.0.1`, although I still see the problematic code in `4.1.0`. ### Issue In my use case, I have a JSON secret in Vault which...