buildmaster
fdf08fb1aa
Bumping versions to 3.0.4-SNAPSHOT after release
2021-05-27 10:55:00 +00:00
buildmaster
3615750c40
Going back to snapshots
2021-05-27 10:55:00 +00:00
buildmaster
7794272215
Update SNAPSHOT to 3.0.3
2021-05-27 10:50:58 +00:00
buildmaster
6a1df5f37e
Bumping versions to 3.0.3-SNAPSHOT after release
2021-03-17 23:16:44 +00:00
buildmaster
b17f4cd74c
Going back to snapshots
2021-03-17 23:16:44 +00:00
buildmaster
79abb23bbc
Update SNAPSHOT to 3.0.2
2021-03-17 23:13:38 +00:00
Mark Paluch
e337be70e1
Add ability to configure client TLS enabled protocol versions and cipher suites via Spring properties.
...
Closes gh-581.
2021-03-16 16:13:37 +01:00
Mark Paluch
f596d2c55c
Document paths and operations for SecretLeaseContainer and Session management for ACL setup.
...
Closes gh-561
2021-03-16 14:53:20 +01:00
buildmaster
cf4201276a
Bumping versions
2021-03-11 12:00:28 +00:00
Mark Paluch
fb8ad234d7
Hello 2021.
2021-03-11 11:42:09 +01:00
krisiye
a7565ef285
Add support for AWS STS credential types.
...
We now support assumed role and federation tokens.
Closes gh-572
Original pull request gh-575.
2021-03-11 11:01:45 +01:00
Olga Maciaszek-Sharma
b2363b2c3d
Add info on spring.config.import to docs.
...
Original pull request: gh-578.
2021-03-03 14:07:03 +01:00
buildmaster
28a35aa46c
Bumping versions to 3.0.2-SNAPSHOT after release
2021-01-27 22:27:30 +00:00
buildmaster
6e579d10f6
Going back to snapshots
2021-01-27 22:27:29 +00:00
buildmaster
0c228f9bda
Update SNAPSHOT to 3.0.1
2021-01-27 22:24:29 +00:00
buildmaster
5fda9846dd
Bumping versions to 3.0.1-SNAPSHOT after release
2020-12-22 09:58:06 +00:00
buildmaster
5251bb7834
Going back to snapshots
2020-12-22 09:58:06 +00:00
buildmaster
d82370a64e
Update SNAPSHOT to 3.0.0
2020-12-22 09:53:41 +00:00
buildmaster
af42827681
Going back to snapshots
2020-12-11 23:12:19 +00:00
buildmaster
e85621da5a
Update SNAPSHOT to 3.0.0-RC1
2020-12-11 23:10:51 +00:00
buildmaster
9fa12ba9a0
Going back to snapshots
2020-12-01 23:54:31 +00:00
buildmaster
287bfc2a4f
Update SNAPSHOT to 3.0.0-M6
2020-12-01 23:53:06 +00:00
buildmaster
4732586274
Bumping versions
2020-11-19 12:00:09 +00:00
buildmaster
690dc96f3d
Going back to snapshots
2020-11-17 21:52:36 +00:00
buildmaster
2b9eb887e9
Update SNAPSHOT to 3.0.0-M5
2020-11-17 21:51:04 +00:00
buildmaster
beb9d45107
Bumping versions
2020-11-17 12:00:48 +00:00
buildmaster
02cafdae36
Going back to snapshots
2020-10-03 15:05:38 +00:00
buildmaster
1c1aae1c96
Update SNAPSHOT to 3.0.0-M4
2020-10-03 15:04:04 +00:00
buildmaster
fdec26144b
Bumping versions
2020-09-25 12:00:26 +00:00
Mark Paluch
3349c814a2
Polishing
...
Switch AwsEc2Properties.identityDocument to URI. Reorder property accessors. Tweak documentation formatting.
Original pull request: gh-495.
Resolves gh-451.
2020-09-24 14:25:18 +02:00
infa-szhong
f95fea8e92
Make Azure auth metadata URIs configurable
...
Original pull request: gh-495
See gh-451
2020-09-24 14:23:22 +02:00
buildmaster
57d6643e32
Bumping versions
2020-09-24 12:00:58 +00:00
Mark Paluch
9b5ea83918
Add support for ReactiveDiscoveryClient
...
ReactiveDiscoveryClient beans are now used to configure ReactiveVaultEndpointProvider. If no ReactiveDiscoveryClient is available, then VaultEndpointProvider gets adapted by offloading the call to a worker Scheduler to avoid blocking calls on the calling thread.
Resolves gh-486.
2020-09-24 12:35:19 +02:00
Mark Paluch
f44a525dff
Allow for configurable keystore / truststore type in ssl options
...
We've introduced two new configuration properties (spring.cloud.vault.ssl.key-store-type=…/spring.cloud.vault.ssl.trust-store-type=…) to configure the keystore type including PEM support.
Resolves gh-387.
2020-09-24 11:08:04 +02:00
buildmaster
6b999e5c38
Bumping versions
2020-09-21 12:00:21 +00:00
Mark Paluch
a60c51907c
Polishing
...
Fix property names to spring.couchbase instead of spring.data.couchbase. Fix VaultConfigCouchbaseTests to make it work with Couchbase instead of using Cassandra.
Add CouchbaseSecretIntegrationTests to verify interaction through VaultConfigTemplate. Remove property overrides for username/password so that Vault PropertySources are used. Use unique role name to avoid clashes with other tests.
Enable VaultConfigCouchbaseDatabaseTests for ConfigData API by importing vault://. Update reference documentation.
Resolves gh-408.
2020-09-21 13:54:24 +02:00
fhitchen@gmail.com
7a2742cfbc
Add support for Couchbase through vault-plugin-database-couchbase
...
Original pull request: gh-408.
2020-09-21 13:53:30 +02:00
dependabot-preview[bot]
c5ba961fb4
Bump maven-jar-plugin from 3.1.0 to 3.2.0
...
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases )
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.1.0...maven-jar-plugin-3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
See gh-437.
2020-09-21 10:05:14 +02:00
Mark Paluch
e1e15030f4
Refine documentation
...
Include common config properties. Add what's new section.
See gh-483
2020-09-21 10:04:24 +02:00
Mark Paluch
fe9caa58f9
Update documentation for ConfigData
...
See gh-483
2020-09-21 09:47:15 +02:00
Mark Paluch
2e4bf3d0cd
Introduce configuration properties for session lifecycle management
...
We now provide configuration properties to configure session token renewal, especially renewal and expiry thresholds.
spring.cloud.vault:
session.lifecycle:
enabled: true
refresh-before-expiry: 10s
expiry-threshold: 20s
Closes gh-400.
2020-08-11 17:07:37 +02:00
John Gasper
254342bb73
Fix Invalid effective property name in reference documentation
...
`server-id:` should be `server-name` per https://github.com/spring-cloud/spring-cloud-vault/blob/master/spring-cloud-vault-config/src/main/java/org/springframework/cloud/vault/config/VaultProperties.java#L584-L588
See gh-407.
2020-08-11 12:26:30 +02:00
dependabot-preview[bot]
f5a2ea293e
Bump maven-source-plugin from 3.0.1 to 3.2.1
...
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin ) from 3.0.1 to 3.2.1.
- [Release notes](https://github.com/apache/maven-source-plugin/releases )
- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.0.1...maven-source-plugin-3.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
See gh-417.
2020-08-11 12:20:27 +02:00
dependabot-preview[bot]
0129da0646
Bump maven-javadoc-plugin from 3.0.1 to 3.2.0
...
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin ) from 3.0.1 to 3.2.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases )
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.0.1...maven-javadoc-plugin-3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
See gh-414.
2020-08-11 12:19:22 +02:00
buildmaster
d1ecef4af1
Going back to snapshots
2020-07-23 19:32:34 +00:00
buildmaster
b8a7610805
Update SNAPSHOT to 3.0.0-M3
2020-07-23 19:30:44 +00:00
Marcin Grzejszczak
5ba60c38d8
Changed packaging to jar
2020-06-08 17:12:48 +02:00
Marcin Grzejszczak
970c64888a
Uploading sources for docs
2020-06-08 16:48:16 +02:00
buildmaster
89dd6abde4
Going back to snapshots
2020-05-29 19:31:33 +00:00
buildmaster
627411fb42
Update SNAPSHOT to 3.0.0-M2
2020-05-29 19:30:29 +00:00