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

This is related to this: ``` if (firstTime) { log.debug("fetch secrets first time with attempts = " + vaultRuntimeConfig.mpConfigInitialAttempts()); fetchSecretsFirstTime(properties); firstTime = false; ``` If there is a failure, `firstTime`...

When upgrading to Quarkus 3.7.1 (and quarkus-vault 3.4.1) the application crash at startup with ``` Configuration validation failed: SRCFG00050: quarkus.vault.authentication.app.role.role.id in io.smallrye.config.ConfigSourceContext$ConfigSourceContextConfigSource does not map to any root SRCFG00050: quarkus.vault.authentication.app.role.secret.id...

Hi, Is it possible to use Vault dynamic credentails with reactive reactive-mysql-client (and other reactive deps) ? I use two datasource (one default and one named). If I put the...

Hello, is this extension intended to support [HCP Vault Secrets](https://developer.hashicorp.com/hcp/api-docs/vault-secrets) or should that become a separate extension? I think the authentication uses a different base URL than the vault API...

This PR provides AWS IAM authentication mechanism for the Vault. AWS client dependency is set as provided, so in order to use the authentication, the library must be on the...

I would like to sign a certificate with the PKI engine and use [the `pem_bundle` format](https://developer.hashicorp.com/vault/api-docs/secret/pki#format-2). Currently, the DataFormat enum only contains `der` and `pem`. Is it only required to...

Vault Agent provides an Auto-Auth capability where the agent is responsible for managing and using the token but a proxy API is provided so that clients no longer need to...

I have integrated vault with appauth and kv - version 2 in my quarkus application. when i wanted to load a specific version of secret, i have added it as...

When using credentials-provider which is default hashicorp vault, if I define get password from Vault it is working weel, but when I try to get datasource.username from Vault I am...

I opened this issue in the Quarkus repository, but I think this might be a good place as well. Vault extension is preventing reload of quarkus. I have one reproducer:...