335 Commits

Author SHA1 Message Date
Spring Operator
6fe9f46fce 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).

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/assembly-1.1.2.xsd with 1 occurrences migrated to:
  https://maven.apache.org/xsd/assembly-1.1.2.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.2.xsd) result 200).
* [ ] http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd with 1 occurrences migrated to:
  https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd ([https](https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd) result 200).

These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 8 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 2 occurrences
* http://www.w3.org/2000/svg with 1 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 5 occurrences

Original pull request: gh-407.
Closes gh-411.
Original pull request: gh-411.
2019-03-27 11:35:51 +01:00
Spring Operator
22596e9a7a 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 268 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).

Original pull request: #397.
2019-03-25 10:14:41 +02:00
Spring Operator
678a208b61 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).

Original pull request: gh-394.
2019-03-21 22:06:54 +02:00
Spring Operator
28838bf39e URL Cleanup (#391)
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://maven.apache.org/xsd/maven-4.0.0.xsd with 2 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).
* http://www.apache.org/licenses/LICENSE-2.0 with 6 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://maven.apache.org/maven-v4_0_0.xsd with 2 occurrences migrated to:
  https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301).
* http://repo.spring.io/libs-milestone-local with 1 occurrences migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).

# Ignored
These URLs were intentionally ignored.

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

Original pull request: gh-391.
2019-03-18 08:13:02 +01:00
Mark Paluch
82289fe84b Consistently use https for linkable resources
Resolves gh-381.
2019-02-26 15:20:22 +01:00
Mark Paluch
3d0aadaa22 Upgrade to Jackson 2.9.8.
Closes gh-368.
2019-01-16 10:34:47 +01:00
DanielFran
1702bfc719 Upgrade to Vault 1.0.0-beta2.
Original pull request: gh-335.
Closes gh-334.
2018-11-16 11:23:28 +01:00
Mark Paluch
41141c35f5 [maven-release-plugin] prepare for next development iteration
See gh-330
2018-11-14 09:27:11 +01:00
Mark Paluch
d772003bbd [maven-release-plugin] prepare release 2.0.3.RELEASE
See gh-330
2018-11-14 09:27:01 +01:00
Mark Paluch
eb8430c062 Update changelog.
See gh-330
2018-11-14 08:56:03 +01:00
Mark Paluch
d439a3d512 Upgrade to netty 4.1.31.Final.
Closes gh-331.
2018-11-14 08:53:25 +01:00
Mark Paluch
d94a4c0de6 Upgrade to Spring Data Kay SR-10.
Closes gh-328.
2018-11-09 08:09:12 +01:00
Mark Paluch
2c335e49bd Upgrade to Spring Framework 5.0.10.RELEASE.
Closes gh-327.
2018-11-09 08:08:08 +01:00
Mark Paluch
941da95a58 Fix secret rotation on expired leases.
Handling for expired leases now considers the appropriate exception type.

See gh-319 gh-321.
2018-11-09 08:06:39 +01:00
Nándor István Krácser
ce8ab7f83b Fix typo in KubernetesAuthenticationOptionsBuilder.
Original pull request: gh-317.
2018-10-05 10:44:09 +02:00
Mark Paluch
b179ceee7e [maven-release-plugin] prepare for next development iteration 2018-09-10 15:03:01 +02:00
Mark Paluch
77d821cfb5 [maven-release-plugin] prepare release 2.0.2.RELEASE 2018-09-10 15:03:01 +02:00
Mark Paluch
97ce845bea Update changelog.
See gh-307.
2018-09-10 14:59:34 +02:00
Mark Paluch
74eac01211 Upgrade to Spring Data Kay SR10.
Closes gh-306.
2018-09-10 14:54:43 +02:00
Mark Paluch
a8dab5ede0 Upgrade to Spring Security 5.0.7.
Closes gh-305.
2018-09-10 14:28:10 +02:00
Mark Paluch
9456c83a07 Upgrade to Spring Framework 5.0.9.
Closes gh-303.
2018-09-07 15:43:16 +02:00
Mark Paluch
77e0d42d96 Upgrade to Reactor Bismuth SR11.
Closes gh-299.
2018-09-07 11:13:03 +02:00
Mark Paluch
bf9d9dd448 Upgrade to AWS SDK 1.11.404.
Closes gh-295.
2018-09-07 09:46:20 +02:00
Mark Paluch
b60fada504 Upgrade to netty 4.1.29.Final.
Closes gh-293.
2018-09-07 09:43:53 +02:00
Vikash Tiwari
52e1bd25b6 Fix reference documentation links.
Closes gh-291.
2018-09-03 10:32:01 +02:00
Mark Paluch
6d67f1f0bb Polishing.
Add missing assertions. Javadoc.

See gh-284.
2018-08-27 15:38:29 +02:00
Mark Paluch
816b8db464 Upgrade to Spring Framework 5.0.8.
Closes gh-289.
2018-08-26 19:16:04 +02:00
Mark Paluch
a0451bb32c Pretty-print JSON for policy creation.
We now use pretty-printed (formatted) JSON for policy creation/updating to avoid templating character clashes between compact JSON formatting and Vault 0.11's policy templating feature.

Closes gh-288.
2018-08-25 22:46:23 +02:00
Mark Paluch
36a5daf00c Generate subject alt name in local certificate.
Closes gh-274.
2018-07-31 10:10:05 +02:00
Mark Paluch
d4f870b35c Upgrade to AWS SDK 1.11.376.
Closes gh-271.
2018-07-31 09:49:04 +02:00
Mark Paluch
5468453aea Upgrade to Jackson 2.9.6.
Closes gh-270.
2018-07-31 09:47:44 +02:00
Mark Paluch
ec9181678b Upgrade to Netty 4.1.28.Final.
Closes gh-268.
2018-07-31 09:44:49 +02:00
Mark Paluch
84866a5c19 Upgrade to HttpCore 4.4.10.
Closes gh-267.
2018-07-31 09:44:49 +02:00
Mark Paluch
9105d7d71a Upgrade to Apache HttpClient 4.5.6.
Closes gh-266.
2018-07-31 09:44:49 +02:00
Mark Paluch
e9c7331519 Guard tests against unsupported Vault versions.
Closes gh-263.
2018-07-28 20:59:32 +02:00
Mark Paluch
5b11cb7bb4 Fix TTL format for PKI Certificate Requests.
We now send TTL validity as seconds instead of attempting to serialize a Duration object.

Closes gh-263.
2018-07-27 15:34:45 +02:00
Mark Paluch
a39f1be6ad Upgrade to Vault 0.10.3.
Closes gh-258.
2018-06-20 20:09:34 +02:00
Mark Paluch
4c3c439f9a Upgrade to netty 4.1.25.Final.
Closes gh-254.
2018-05-16 09:57:32 +02:00
Mark Paluch
151a71bcc1 Upgrade to Spring Framework 5.0.6.
Closes gh-251.
2018-05-16 09:57:32 +02:00
Mark Paluch
e887d92c87 Upgrade to Spring Framework 5.0.6 snapshots.
See gh-251.
2018-05-07 08:47:16 +02:00
Mark Paluch
3ded0020b0 Extend netty availability discovery.
We now check additionally for presence of io.netty.handler.ssl.SslContext and io.netty.handler.codec.http.HttpClientCodec classes to prevent netty usage by presence of partial API components.

Closes gh-249.
2018-04-24 18:26:58 +02:00
Mark Paluch
d5904fa7c0 Polishing.
Catch RuntimeException in LifecycleAwareSessionManager on revocation.

See gh-203.
2018-04-23 15:49:23 +02:00
Vincent Oberle
e618b25f28 Fix JSON serialization of VaultTokenRequest.noParent.
Fixes gh-243.
Original pull request: gh-244.
2018-04-19 10:28:13 +02:00
Mark Paluch
52caecb171 Bind Kubernetes to fixed versions to avoid instabilities 2018-04-11 15:04:22 +02:00
Mark Paluch
746958d187 Upgrade to Vault 0.10.0.
Closes gh-240.
2018-04-11 14:54:34 +02:00
Mark Paluch
89bea444ea Post-release cleanups.
See gh-229.
2018-04-05 10:32:13 +02:00
Mark Paluch
3bfed52adc [maven-release-plugin] prepare for next development iteration
See gh-229.
2018-04-04 17:46:21 +02:00
Mark Paluch
c725dcff33 [maven-release-plugin] prepare release 2.0.1.RELEASE
See gh-229.
2018-04-04 17:45:39 +02:00
Mark Paluch
b024ebf495 Update changelog.
See gh-229.
2018-04-04 17:42:26 +02:00
Mark Paluch
388e21053b Upgrade to AWS Java SDK 1.11.308.
Closes gh-237.
2018-04-04 17:34:14 +02:00