Mark Paluch
7b304b16e9
Polishing.
...
See gh-610
Original pull request: gh-612.
2021-10-01 15:02:54 +02:00
user40d
3bdef6618d
Consider spring.cloud.vault.ssl.cert-auth-path for TLS authentication.
...
Closes gh-610
Original pull request: gh-612.
2021-10-01 15:02:54 +02:00
buildmaster
dac9b95d91
Bumping versions to 2.2.8.BUILD-SNAPSHOT after release
2021-02-11 15:19:12 +00:00
buildmaster
6302b9f9cd
Going back to snapshots
2021-02-11 15:19:12 +00:00
buildmaster
29530c777f
Update SNAPSHOT to 2.2.7.RELEASE
2021-02-11 15:16:33 +00:00
buildmaster
d5ba6fc39a
Bumping versions to 2.2.7.BUILD-SNAPSHOT after release
2020-11-09 11:55:06 +00:00
buildmaster
2fad1e8ea0
Going back to snapshots
2020-11-09 11:55:06 +00:00
buildmaster
42c3be7ae0
Update SNAPSHOT to 2.2.6.RELEASE
2020-11-09 11:52:08 +00:00
nurinamu
5a6ce777b3
Fix typo in ClientAuthenticationFactory exception message
...
See gh-477.
2020-09-21 10:09:50 +02:00
buildmaster
14cf14255c
Bumping versions to 2.2.6.BUILD-SNAPSHOT after release
2020-08-28 20:40:38 +00:00
buildmaster
f826161228
Going back to snapshots
2020-08-28 20:40:37 +00:00
buildmaster
0ba62c9d84
Update SNAPSHOT to 2.2.5.RELEASE
2020-08-28 20:37:15 +00:00
buildmaster
4ee0bc1cd0
Bumping versions to 2.2.5.BUILD-SNAPSHOT after release
2020-07-31 22:22:44 +00:00
buildmaster
52e4bebca8
Going back to snapshots
2020-07-31 22:22:44 +00:00
buildmaster
9655c988f2
Update SNAPSHOT to 2.2.4.RELEASE
2020-07-31 22:19:00 +00:00
buildmaster
7dee7cbb93
Bumping versions to 2.2.4.BUILD-SNAPSHOT after release
2020-05-29 15:44:11 +00:00
buildmaster
9e9c2dec31
Going back to snapshots
2020-05-29 15:44:11 +00:00
buildmaster
c0c812c876
Update SNAPSHOT to 2.2.3.RELEASE
2020-05-29 15:38:15 +00:00
Mark Paluch
0178b6b5a1
Deprecate spring.cloud.vault.generic in favor of spring.cloud.vault.kv
...
Deprecating properties that used the previous kv backend name "generic" so these can be removed with the next major release.
Closes gh-394.
2020-04-02 15:09:01 +02:00
Mark Paluch
9faee70f86
Polishing
...
Add this for field dereference. Tweak renewal timing for shorter test runtime. Move lifecycle configuration into SecretLeaseContainer bean method.
Closes gh-393.
2020-03-20 14:23:39 +01:00
Mark Paluch
62b29b895b
Request rotating tokens for Consul
...
Extend LeasingSecretBackendMetadata with callback methods before/after registration to add secret rotation listeners for config properties rebinding.
Refactor Consul configuration to use LeasingSecretBackendMetadata and rebind Consul ConfigurationProperties accordingly.
See gh-393
2020-03-20 14:23:39 +01:00
Mark Paluch
cf16437e2b
Reinstate VaultConfigCassandraTests
...
Closes gh-380.
2020-03-19 11:34:15 +01:00
Spencer Gibb
5fe5c96adb
bumps to build 2.2.4.BUILD-SNAPSHOT
2020-03-18 19:49:52 -04:00
buildmaster
ea4b6c4ee5
Bumping versions to 2.2.3.BUILD-SNAPSHOT after release
2020-03-04 21:17:03 +00:00
buildmaster
9c38e5fc9d
Going back to snapshots
2020-03-04 21:17:03 +00:00
buildmaster
97fed5aa6a
Update SNAPSHOT to 2.2.2.RELEASE
2020-03-04 21:10:31 +00:00
Mark Paluch
c1a08fe797
Bypass Vault namespace for healthchecks
...
Apparently sys/init and sys/health are not available from within a namespace.
Closes gh-386.
2020-02-13 09:26:28 +01:00
Mark Paluch
1d994c941d
Pass-thru VaultToken obtained from ReactiveSessionManager
...
We now pass-thru the token obtained from ReactiveSessionManager instead of caching it.
Previously, we used a method reference and the method reference cached the SessionToken Mono instead of requesting a fresh token each time from the session manager.
Closes gh-382.
2020-01-24 15:16:54 +01:00
Mark Paluch
0c45446882
Polishing
...
Use SpringRunner instead of SpringJUnit4ClassRunner.
2020-01-16 09:35:04 +01:00
Mark Paluch
49aee4cf51
Allow disabling authentication for Vault Agent use
...
We now allow disabling Spring Vault's ClientAuthentication and SessionManagement features to rely on authenticated requests sent by Vault Agent. The authentication infrastructure can be disabled via:
spring.cloud.vault:
authentication: NONE
Closes gh-356.
2020-01-13 12:08:15 +01:00
Mark Paluch
4118d4a076
Update license headers to 2020
...
Closes gh-376.
2020-01-10 15:15:25 +01:00
buildmaster
9a1ddef9d2
Bumping versions to 2.2.2.BUILD-SNAPSHOT after release
2019-12-20 14:45:08 +00:00
buildmaster
1f07408fc3
Going back to snapshots
2019-12-20 14:45:08 +00:00
buildmaster
e1a32c057f
Update SNAPSHOT to 2.2.1.RELEASE
2019-12-20 14:42:04 +00:00
Mark Paluch
ad986edba8
Fix versioned key-value access with disabled lifecycle support
...
Versioned key-value secrets are now loaded properly when lifecycle support is disabled.
We're using our own mechanism to read secrets instead of using Spring Vault's property source so we need to inspect whether the mount is a key-value v1 or v2 one to load its value properly.
Closes gh-372.
2019-12-02 09:54:53 +01:00
buildmaster
c0cc4535b2
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
2019-11-26 12:19:00 +00:00
buildmaster
75faff1e3a
Going back to snapshots
2019-11-26 12:19:00 +00:00
buildmaster
78b478ed91
Update SNAPSHOT to 2.2.0.RELEASE
2019-11-26 12:17:10 +00:00
Mark Paluch
fbb36e29b8
Polishing
2019-11-14 15:58:19 +01:00
buildmaster
eefe187fae
Going back to snapshots
2019-11-10 00:52:41 +00:00
buildmaster
3da9dfe0e2
Update SNAPSHOT to 2.2.0.RC2
2019-11-10 00:51:39 +00:00
buildmaster
7a5b0e0e80
Bumping versions
2019-11-07 16:44:25 +00:00
Mark Paluch
c66d5e6fed
Consider performance standby mode in health check.
...
Extract common code to HealthBuilderDelegate.
Closes gh-367.
2019-11-06 11:28:52 +01:00
buildmaster
5ef5e6f0d2
Going back to snapshots
2019-10-24 21:45:57 +00:00
buildmaster
c22d0bd189
Update SNAPSHOT to 2.2.0.RC1
2019-10-24 21:45:14 +00:00
Mark Paluch
96994e5a6d
Move off deprecated HealthIndicator API in favor of HealthContributor API.
...
Closes gh-361.
2019-10-21 10:35:06 +02:00
Mark Paluch
8af88cca87
Reduce need for bean method proxying and disable where not needed.
...
Closes gh-360.
2019-10-21 10:21:44 +02:00
buildmaster
6b6d110b84
Going back to snapshots
2019-10-03 21:46:49 +00:00
buildmaster
b22cee52cc
Update SNAPSHOT to 2.2.0.M3
2019-10-03 21:46:05 +00:00
Mark Paluch
c0b958f598
Add X-Vault-Namespace Support.
...
We now support Vault namespaces by setting the spring.cloud.vault.namespace property.
Closes gh-259
2019-09-09 15:21:58 +02:00