Commit Graph

356 Commits

Author SHA1 Message Date
buildmaster
081a5b68ca Bumping versions 2019-07-23 10:50:14 +00:00
buildmaster
59d8e2d693 Going back to snapshots 2019-07-03 21:56:34 +00:00
buildmaster
66b0f3c413 Update SNAPSHOT to 2.2.0.M1 2019-07-03 21:55:32 +00:00
Mark Paluch
445770f4ad Remove Lombok usage.
Closes gh-341.
2019-07-03 09:47:58 +02:00
Daniel Franco
1e30f5036b Upgrade to Consul version to 1.5.2.
See https://github.com/hashicorp/consul/blob/v1.5.2/CHANGELOG.md

Original pull request: gh-340.
2019-07-03 08:42:23 +02:00
Mark Paluch
91552f4f5f Upgrade to Spring Vault 2.1.3.
Closes gh-338.
2019-07-01 11:32:21 +02:00
Daniel Franco
c8d5e85728 Upgrade to Vault 1.1.3.
See https://github.com/hashicorp/vault/blob/v1.1.3/CHANGELOG.md

Original pull request: gh-337.
2019-06-07 14:20:49 +02:00
Daniel Franco
0dc09ff8ac Upgrade to Consul version to 1.5.1.
See https://github.com/hashicorp/consul/blob/v1.5.1/CHANGELOG.md

Original pull request: gh-336.
2019-05-27 11:03:27 +02:00
Mark Paluch
93d1d229a4 Polishing
Rewrap documentation.

Closes gh-335.
2019-05-22 15:39:31 +02:00
Mårten Svantesson
efb87eafeb Document that database credentials are not rotated.
Clarifying limitation with Spring Cloud Vault not being able to rotate database secrets

Original pull request: gh-335.
2019-05-22 15:38:49 +02:00
Mark Paluch
468aac6790 Use VaultEndpointProvider in VaultReactiveBootstrapConfiguration.
We now use VaultEndpointProvider to configure Vault endpoints for reactive usage.

Closes gh-298.
2019-05-20 12:43:29 +02:00
Mark Paluch
cf3192f960 Reformat code according Javaformat. 2019-05-20 11:50:49 +02:00
Mark Paluch
31aaa063c8 Polishing.
Closes gh-333.
Original pull request: gh-334.
2019-05-20 11:50:49 +02:00
Mårten Svantesson
59091bb7c4 Add configurable endpoints for renew and revoke of secret leases.
We now allow configuration which endpoints to use for renew/revocation
through configuring spring.cloud.vault.config.lifecycle.lease-endpoints=Legacy/SysLeases.

Vault 0.8 has introduced endpoints below sys/leases and deprecated the previous legacy approach.

Original pull request: gh-334.
2019-05-20 11:49:07 +02:00
Daniel Franco
df0c557666 Upgrade to Consul 1.5.0
see https://github.com/hashicorp/consul/blob/v1.5.0/CHANGELOG.md

Original pull request: gh-331.
2019-05-13 10:06:36 +02:00
Daniel Franco
490e8ff12e Upgrade to Vault 1.1.2.
see https://github.com/hashicorp/vault/blob/v1.1.2/CHANGELOG.md

Original pull request: gh-329.
2019-04-26 13:43:04 +02:00
Daniel Franco
a069d6edca Upgrade to Vault 1.1.1.
see https://github.com/hashicorp/vault/blob/v1.1.1/CHANGELOG.md

Original pull request: gh-328.
2019-04-23 09:24:29 +02:00
Mark Paluch
45d627d573 Update Javadoc for internal API.
Closes gh-327.
2019-04-18 14:51:55 +02:00
Zach Hubbs
0e5519cacf Fix password property in example.
* Update spring-cloud-vault.adoc

Updated password property in example to match the spring datasource password

* Fixing the rest of the property examples

Updating all property examples so the password property is mapped to a datasource password property


Original pull request: gh-324.
2019-04-18 10:24:23 +02:00
Cory Fisher
e649ef620a Update README for encrypt/decrypt via Transit
Readme file was missing the transit encrypt/decrypt feature that many enterprise users will be interested in.

Original pull request: gh-322.
2019-03-27 08:34:21 +01:00
DanielFran
4821e61fe7 Upgrade to Consul 1.4.4.
see https://github.com/hashicorp/consul/blob/v1.4.4/CHANGELOG.md

Closes gh-306.
Original pull request: gh-306.
2019-03-25 09:24:14 +01:00
DanielFran
b2b1b25eba Upgrade to Vault 1.1.0.
see https://github.com/hashicorp/vault/blob/v1.1.0/CHANGELOG.md

Closes gh-306.
Original pull request: gh-306.
2019-03-25 09:23:50 +01:00
Mark Paluch
a333f47b1e Polishing 2019-03-21 22:21:49 +02:00
Spring Operator
0a3c223020 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 2 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 111 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

Original pull request: gh-305.
2019-03-21 21:17:02 +01:00
Spring Operator
dec3d272c5 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

Closes gh-297.
2019-03-21 22:14:53 +02:00
Spring Operator
306cbb83e6 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
  https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd) result 404).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 9 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 18 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 9 occurrences

Original pull request: gh-296.
2019-03-21 17:07:19 +01:00
Mark Paluch
b8930a1f1a Fix Checkstyle violations.
Closes gh-290.
2019-03-14 10:24:22 +01:00
Spring Operator
1af5ac5632 URL Cleanup (#289)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://cloud.spring.io/spring-cloud-vault/ migrated to:
  https://cloud.spring.io/spring-cloud-vault/ ([https](https://cloud.spring.io/spring-cloud-vault/) result 200).
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch migrated to:
  https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin migrated to:
  https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.spring.io migrated to:
  https://www.spring.io ([https](https://www.spring.io) result 301).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-11 19:09:56 -04:00
Marcin Grzejszczak
ac428c0f63 Hoxton 2019-03-08 17:16:20 +01:00
Marcin Grzejszczak
be555d8c00 HTTP to HTTPS 2019-03-07 13:54:00 +01:00
Mark Paluch
f17d327b99 Upgrade to Spring Vault 2.1.2.RELEASE
Closes gh-287.
2019-02-27 14:57:51 +01:00
DanielFran
837635fac6 Upgrade to Vault 1.0.3.
Closes gh-283.
Original pull request: gh-284.
2019-02-14 09:50:47 +01:00
Mark Paluch
7ab399e278 Upgrade to Apache Cassandra 3.11.4
Closes gh-282
2019-02-13 15:12:54 +01:00
Mark Paluch
a9498efcaa Disable JMX reporting in Cassandra tests.
Closes gh-281.
2019-02-13 14:55:39 +01:00
Mark Paluch
ee983e0be5 Apply formatting settings from Spring Javaformat. 2019-02-13 14:47:14 +01:00
Mark Paluch
69e7135935 Polishing.
Add test. Fix expiry threshold configuration. Update documentation. Add author and since tags.

Original pull request: gh-278.
2019-02-13 14:44:50 +01:00
Grenville Wilson
70faa4228a Adding expiry threshold and min renewal as properties.
We now allow configuration of expiry threshold and min renewal durations for lease renewal.

Original pull request: gh-278.
2019-02-13 14:38:38 +01:00
Mark Paluch
e1ea9c9eff Bump versions to 2.2.0. 2019-02-13 14:20:18 +01:00
Philipp Trulson
fb04e93615 Fix formatting of authentication methods reference documentation.
Original pull request: #280.
2019-02-13 14:13:51 +01:00
Mark Paluch
a0d24989fb Improve test skipping for Consul.
See gh-273.
2019-02-13 14:13:51 +01:00
Marcin Grzejszczak
c8a772e5ba Applied checkstyle rules 2019-02-07 11:25:07 +01:00
Mark Paluch
c70c70e32d Improve test skipping for Consul.
See gh-273.
2019-02-07 10:47:14 +01:00
Mark Paluch
b35ebbeac3 Add Checkstyle integration.
Closes gh-276.
2019-02-07 10:47:14 +01:00
buildmaster
4ff0f8ab68 Bumping versions to 2.1.1.BUILD-SNAPSHOT after release 2019-01-22 21:28:20 +00:00
buildmaster
036ea8b26b Going back to snapshots 2019-01-22 21:28:20 +00:00
buildmaster
3d77806fef Update SNAPSHOT to 2.1.0.RELEASE 2019-01-22 21:26:26 +00:00
Mark Paluch
6ee8c93fd5 Upgrade to Vault 1.0.2.
Closes gh-272.
2019-01-16 08:34:43 +01:00
Spencer Gibb
118d721fde Bumps spring cloud build to 2.1.2.BUILD-SNAPSHOT 2019-01-12 13:07:47 -05:00
buildmaster
a9b3bbce26 Going back to snapshots 2018-12-12 00:55:14 +00:00
buildmaster
8c7892d973 Update SNAPSHOT to 2.1.0.RC1 2018-12-12 00:54:18 +00:00