Spring Operator
64999d590b
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 69 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-300.
2019-03-21 21:15:39 +01:00
Spring Operator
e596462a22
URL Cleanup ( #291 )
...
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/ with 1 occurrences migrated to:
https://cloud.spring.io/spring-cloud-vault/ ([https](https://cloud.spring.io/spring-cloud-vault/ ) result 200).
* 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).
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences 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 with 1 occurrences 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 with 2 occurrences 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 with 1 occurrences 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 with 18 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 9 occurrences
2019-03-16 12:02:15 -04:00
Mark Paluch
fab421a1d3
[maven-release-plugin] prepare for next development iteration
...
See gh-138.
2017-07-21 13:39:42 +02:00
Mark Paluch
3844367bb8
[maven-release-plugin] prepare release v1.0.2.RELEASE
...
See gh-138.
2017-07-21 13:28:12 +02:00
Mark Paluch
5f6cb4fde0
[maven-release-plugin] prepare for next development iteration
2017-05-12 19:45:28 +02:00
Mark Paluch
c8c85b75f1
[maven-release-plugin] prepare release 1.0.1.RELEASE
2017-05-12 19:45:28 +02:00
Mark Paluch
ec880a7ca0
Update RELEASE to 1.0.1.BUILD-SNAPSHOT
2017-04-10 20:23:26 +02:00
Mark Paluch
9d21b6572e
Update SNAPSHOT to 1.0.0.RELEASE
2017-04-10 20:06:46 +02:00
Mark Paluch
44f3c10b9b
Use unique bean names for SecretBackendMetadataFactory beans.
...
We now use unique bean names for SecretBackendMetadataFactory beans for bean definition. Previously, we used the same bean name (secretBackendMetadataFactory) across all bean definitions which causes definition overrides. The overrides erased previously defined beans so only a single instance of SecretBackendMetadataFactory was defined and using multiple Spring Cloud Vault modules at the same time was not possible.
Closes gh-94.
2017-04-05 19:39:17 +02:00
Mark Paluch
0add1698d5
Annotate Vault…Properties with @Validated to enable property validation.
...
Closes gh-96.
2017-04-05 19:35:42 +02:00
Mark Paluch
c26674bade
[maven-release-plugin] prepare for next development iteration
2017-03-16 14:42:26 +01:00
Mark Paluch
d6596c1e56
[maven-release-plugin] prepare release 1.0.0.RC1
2017-03-16 14:42:26 +01:00
Mark Paluch
97645a29a6
Adopt Spring Vault's VaultClient removal.
...
Closes gh-78.
2017-02-16 15:02:22 +01:00
Mark Paluch
74d8012b9f
[maven-release-plugin] prepare for next development iteration
2017-01-27 09:08:04 +01:00
Mark Paluch
09a9afed60
[maven-release-plugin] prepare release 1.0.0.M2
2017-01-27 09:07:57 +01:00
Mark Paluch
4df846bfd6
[maven-release-plugin] prepare for next development iteration
2016-10-28 14:07:33 +02:00
Mark Paluch
fb5bb7a2a1
[maven-release-plugin] prepare release 1.0.0.M1
2016-10-28 14:07:29 +02:00
Mark Paluch
80d38f46ff
Upgrade to Vault 0.6.2.
...
Setup test run with Vault 0.5.3 to 0.6.2, guard tests accessing features available since specific versions.
Fixes gh-44.
2016-10-10 08:24:30 +02:00
Mark Paluch
0f0a6957e3
Polishing.
...
Rename SecureBackend to SecretBackend. Refactor SecureBackendAccessor to SecretBackendMetadata. Move Property Transformation into PropertyTransformer. Enhance JavaDoc. Remove Properties beans and use EnableProperties annotation.
2016-10-10 08:24:30 +02:00
Mark Paluch
17e0412bf1
Polishing.
...
Provide readable artifact display names. Interit groupId from parent.
2016-10-10 08:24:29 +02:00
Mark Paluch
b291e9c989
Support lease lifecycle (renewal and revocation).
...
Spring Cloud Vault now handles lifecycle of obtained secrets by property sources. Secrets associated with a renewable lease are renewed before they expire until terminal expiration. Application shutdown revokes leases so generated credentials can be disabled by Vault.
Fixes gh-40.
2016-10-10 08:24:26 +02:00
Mark Paluch
b95e8d90eb
Upgrade to Spring Boot 1.4 SR1.
...
Upgrade to 1.4.1.RELEASE. Migrate to SpringBootTest annotation usage.
Fixes gh-38.
2016-09-21 21:29:23 +02:00
Mark Paluch
ff1540e71c
Reformat code.
...
Reformat code and reorganize import using the code formatter settings.
2016-09-21 20:57:10 +02:00
Mark Paluch
7a09c9875f
Refactor code to use Spring Vault.
...
Extract VaultClient and configuration parts into Spring Vault and reimport using the spring-vault-core dependency.
Fixes gh-37
2016-09-21 20:54:29 +02:00
Mark Paluch
d4f40a1f40
Provide a Vault client API for low-level and higer-order functions
...
Split functionality from VaultClient and refactor it into VaultConfigOperations/VaultConfigTemplate. The template now holds the authentication state and the property source just uses the template.
Fixes gh-23
2016-07-19 16:39:49 +02:00
Mark Paluch
232aae9ba8
Refactor ClientAuthentication into own component
...
The authentication API can be provided into VaultClient by implementing a ClientAuthentication.
2016-07-04 22:45:47 +02:00
Mark Paluch
d267ecc0df
Polishing
...
Align JavaDoc
2016-07-03 14:04:04 +02:00
Mark Paluch
656c181178
Add possibility to disable generic backend #12
2016-06-23 08:58:58 +02:00
Mark Paluch
915df54325
Create BOM and starter #13
...
Create a Bill of Materials (spring-cloud-vault-dependencies) and refactor dependencies to the BOM. Create also a starter to simplify adoption.
2016-06-23 08:58:54 +02:00
Mark Paluch
c0da914b00
Split into modules #11
...
Split Spring Cloud Vault Config into multiple modules: Core, Config, Database/Consul/RabbitMQ integrations.
2016-06-23 00:13:58 +02:00