spring-vault
spring-vault copied to clipboard
Provides familiar Spring abstractions for HashiCorp Vault
Hi 👋 I saw this first asked in [stackoverflow](https://stackoverflow.com/questions/48035036/how-do-you-use-spring-retry-with-spring-vault-configuration-with-vaultpropertyso). This seems fairly common and a normal thing to have (retries) but all the alternatives to implement this are very cumbersome....
Vault defines an environment variable [VAULT_ADDR](https://www.vaultproject.io/docs/commands#vault_addr) to hold the Vault URL for the `vault` command line reference client. Spring Vault defines an equivalent property [vault.uri](https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.core.environment-vault-configuration) in its `EnvironmentVaultConfiguration` class. Is...
The Transit Engine API (https://www.vaultproject.io/api-docs/secret/transit#encrypt-data) allows the inclusion of a "key_version" attribute when calling encrypt endpoint. There does not seem to be any way to include this attribute when calling...
I have a spring boot project where I wanted to disable the vault conditionally. ` org.springframework.vault spring-vault-core 2.2.3.RELEASE ` The version I am using. How can I do that? I...
When using Apache Http Components with an http (non-SSL) Vault URI, the read-timeout option is not applied to the `HttpClientBuilder`. This results in the Apache-default of 3-minutes always being used,...
I reopen this issue related to https://github.com/spring-projects/spring-vault/issues/844 We tested the version 3.1.1 and and unfortunately we still have the issue. Best regards,
Hello, I am using the CryptoConfiguration class, which extends AbstractVaultConfiguration, to provide a custom SslConfiguration for Vault communication. This configuration is currently set statically. ` @Configuration public class CryptoConfiguration extends...
Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.30.2 to 9.37.2. Changelog Sourced from com.nimbusds:nimbus-jose-jwt's changelog. version 1.0 (2012-03-01) First version based on the OpenInfoCard JWT, JWS and JWE code base. version 1.1 (2012-03-06) Introduces...
Hello, I'm trying to update from Spring Vault 3.0.2 to 3.1.0 (through spring-cloud-starter-vault-config) and I'm having an issue where, having created an instance of the CertificateBundle, I get `null` when...
Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0. Release notes Sourced from com.jayway.jsonpath:json-path's releases. json-path-2.9.0 What's Changed Fix for CVE-2023-51074. update dependencies by @SingingBush in json-path/JsonPath#965 JPMS: define Automatic-Module-Name as json.path by...