buildmaster
49c0be176f
Bumping versions to 2.2.2.BUILD-SNAPSHOT after release
2019-12-20 14:45:08 +00:00
buildmaster
f3c4584502
Going back to snapshots
2019-12-20 14:45:08 +00:00
buildmaster
2f25da55ba
Update SNAPSHOT to 2.2.1.RELEASE
2019-12-20 14:42:04 +00:00
Mark Paluch
30378c8761
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
c87ff55123
Bumping versions
2019-11-27 12:00:12 +00:00
buildmaster
4ce88dafcb
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
2019-11-26 12:19:00 +00:00
buildmaster
9e6e173c84
Going back to snapshots
2019-11-26 12:19:00 +00:00
buildmaster
ee8b5ea6c0
Update SNAPSHOT to 2.2.0.RELEASE
2019-11-26 12:17:10 +00:00
buildmaster
d6a9e7d66f
Bumping versions
2019-11-20 12:02:39 +00:00
Ryan Baxter
34f233720a
Adding issue templates
2019-11-19 17:12:39 -05:00
Ryan Baxter
1949d3454c
Create SECURITY.md
2019-11-19 17:08:00 -05:00
buildmaster
61cde18e61
Bumping versions
2019-11-15 12:01:35 +00:00
Mark Paluch
050c56eb89
Inherit dependency management for netty
...
Closes gh-371.
2019-11-14 16:53:34 +01:00
Marcin Grzejszczak
e147b72cd4
removed resource class large for circle
2019-11-14 16:41:24 +01:00
Mark Paluch
918b5eb4b1
Use project-version placeholder in documentation.
...
Closes gh-370.
2019-11-14 16:00:56 +01:00
Mark Paluch
9087216a29
Polishing
2019-11-14 15:58:19 +01:00
Raoof Mohammed
cf3edb5741
Fix azure-msi default mount path in reference documentation
...
Closes gh-369.
2019-11-14 15:56:08 +01:00
buildmaster
9368a1bd67
Going back to snapshots
2019-11-10 00:52:41 +00:00
buildmaster
8828489767
Update SNAPSHOT to 2.2.0.RC2
2019-11-10 00:51:39 +00:00
buildmaster
b2703da2d2
Bumping versions
2019-11-07 16:44:25 +00:00
Mark Paluch
b658e4f5b2
Upgrade to Netty 4.1.43.Final
...
Closes gh-368.
2019-11-07 17:29:07 +01:00
Marcin Grzejszczak
6d85123366
Added maven flatten plugin
2019-11-07 14:37:59 +01:00
Mark Paluch
4f7ae02140
Consider performance standby mode in health check.
...
Extract common code to HealthBuilderDelegate.
Closes gh-367.
2019-11-06 11:28:52 +01:00
Mark Paluch
551d0f2761
Upgrade to Spring Vault 2.2.0.RELEASE.
...
Closes gh-366.
2019-11-06 11:13:19 +01:00
buildmaster
4e5a7a61be
Going back to snapshots
2019-10-24 21:45:57 +00:00
buildmaster
693c77e74b
Update SNAPSHOT to 2.2.0.RC1
2019-10-24 21:45:14 +00:00
Mark Paluch
4a49dfd11b
Upgrade dependencies
...
* httpclient 4.5.5 -> 4.5.10
* httpcore 4.4.9 -> 4.4.12
* okhttp 3.10.0 -> 3.14.4
* bcpkix-jdk15on 1.62 -> 1.64
* google-api-services-iam 1-rev259-1.25.0 -> v1-rev20191010-1.30.3
* google-auth-library-oauth2-http 0.10.0 -> 0.18.0
Closes gh-365.
2019-10-24 12:38:33 +02:00
Mark Paluch
69a4cf80c0
Upgrade to Spring Vault 2.2 RC1.
...
Closes gh-362.
2019-10-24 12:31:38 +02:00
Mark Paluch
80b4a9424c
Move off deprecated HealthIndicator API in favor of HealthContributor API.
...
Closes gh-361.
2019-10-21 10:35:06 +02:00
Mark Paluch
b89e7d25fe
Reduce need for bean method proxying and disable where not needed.
...
Closes gh-360.
2019-10-21 10:21:44 +02:00
buildmaster
62f8be6ac0
Going back to snapshots
2019-10-03 21:46:49 +00:00
buildmaster
c215742103
Update SNAPSHOT to 2.2.0.M3
2019-10-03 21:46:05 +00:00
Daniel Franco
b79817c672
Upgrade Consul to 1.6.1.
...
See https://github.com/hashicorp/consul/blob/master/CHANGELOG.md#161-september-12-2019
Original pull request: gh-359.
2019-09-30 14:50:50 +02:00
Daniel Franco
29c92dd664
Upgrade Vault to 1.2.3.
...
See https://github.com/hashicorp/vault/blob/v1.2.3/CHANGELOG.md
Original pull request: gh-359.
2019-09-30 14:50:44 +02:00
zhogov
b147b2f31e
Fix documentation for GCP-IAM.
...
As per [VaultProperties](c0b958f598/spring-cloud-vault-config/src/main/java/org/springframework/cloud/vault/config/VaultProperties.java (L741) )
Original pull request: gh-358.
2019-09-27 08:50:57 +02:00
buildmaster
0d5ad78020
Bumping versions
2019-09-17 12:00:25 +00:00
Mark Paluch
2b340015d6
Upgrade to Spring Vault 2.2 M1.
...
Closes gh-355.
2019-09-12 15:22:32 +02:00
Mark Paluch
fb00ff2672
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
Mark Paluch
7e22219e09
Polishing.
...
Fix method names. Reorder dependencies.
See gh-354.
2019-09-09 14:53:40 +02:00
Mark Paluch
8569e78e6f
Add support for PCF authentication.
...
We now support PCF authentication:
spring.cloud.vault:
authentication: PCF
pcf:
role: my-dev-role
Closes gh-354.
2019-09-09 14:45:14 +02:00
Mark Paluch
2f60c97ef3
Build against Spring Vault 2.2 snapshots.
...
Adapt to key-value mount-version auto-discovery.
See gh-355
2019-09-09 14:30:20 +02:00
Daniel Franco
b479ca2d38
Upgrade Consul to 1.6.0.
...
See https://github.com/hashicorp/consul/blob/master/CHANGELOG.md#160-august-23-2019
Original pull request: #351 .
2019-09-02 09:45:50 +02:00
Daniel Franco
5996d205b5
Upgrade Vault to 1.2.2.
...
See https://github.com/hashicorp/vault/blob/v1.2.2/CHANGELOG.md
Original pull request: #350 .
2019-09-02 09:45:22 +02:00
Mark Paluch
2fb59f059e
Polishing.
...
Disable static role support for deprecated mysql and postgres databases. Reorder properties. Add author tags. Update license headers.
Add unit test for static credential path.
Original pull request: gh-348.
Closes gh-347.
2019-08-16 10:05:52 +02:00
Sebastien Nahelou
c5f5bbcf6c
Add static role support for Vault 1.2.
...
Original pull request: gh-348.
See gh-347.
2019-08-16 10:05:27 +02:00
buildmaster
67bddfcff6
Going back to snapshots
2019-08-15 15:12:43 +00:00
buildmaster
707300103f
Update SNAPSHOT to 2.2.0.M2
2019-08-15 15:11:50 +00:00
Mark Paluch
6b041b4df3
Add support to override endpointUri for AWS IAM Authentication.
...
We now allow setting the AWS IAM Endpoint URI to adjust for various AWS regions.
Closes gh-346.
2019-08-14 10:19:44 +02:00
Daniel Franco
ff3de271ec
Upgrade Vault to 1.2.1.
...
See https://github.com/hashicorp/vault/blob/v1.2.1/CHANGELOG.md
Original pull request: #349
2019-08-14 09:54:34 +02:00
Daniel Franco
6c4aed3bd5
Update Vault version to 1.1.5 and 1.2.0.
...
Original pull request: #345 .
2019-08-01 09:14:22 +02:00