172 Commits

Author SHA1 Message Date
buildmaster
83966b6bfc Bumping versions 2021-04-21 00:13:12 +00:00
buildmaster
dac9b95d91 Bumping versions to 2.2.8.BUILD-SNAPSHOT after release 2021-02-11 15:19:12 +00:00
buildmaster
6302b9f9cd Going back to snapshots 2021-02-11 15:19:12 +00:00
buildmaster
29530c777f Update SNAPSHOT to 2.2.7.RELEASE 2021-02-11 15:16:33 +00:00
buildmaster
d5ba6fc39a Bumping versions to 2.2.7.BUILD-SNAPSHOT after release 2020-11-09 11:55:06 +00:00
buildmaster
2fad1e8ea0 Going back to snapshots 2020-11-09 11:55:06 +00:00
buildmaster
42c3be7ae0 Update SNAPSHOT to 2.2.6.RELEASE 2020-11-09 11:52:08 +00:00
buildmaster
14cf14255c Bumping versions to 2.2.6.BUILD-SNAPSHOT after release 2020-08-28 20:40:38 +00:00
buildmaster
f826161228 Going back to snapshots 2020-08-28 20:40:37 +00:00
buildmaster
0ba62c9d84 Update SNAPSHOT to 2.2.5.RELEASE 2020-08-28 20:37:15 +00:00
John Gasper
d9f2d245d0 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:46 +02:00
spencergibb
0d42c75dd9 Updates docs artifact to spring-cloud-vault-docs
This follows the spring cloud release train pattern
2020-08-03 18:21:35 -04:00
buildmaster
4ee0bc1cd0 Bumping versions to 2.2.5.BUILD-SNAPSHOT after release 2020-07-31 22:22:44 +00:00
buildmaster
52e4bebca8 Going back to snapshots 2020-07-31 22:22:44 +00:00
buildmaster
9655c988f2 Update SNAPSHOT to 2.2.4.RELEASE 2020-07-31 22:19:00 +00:00
Marcin Grzejszczak
2a042adf8f Migrated to docs.spring.io & updated sc-build 2020-06-04 15:58:43 +02:00
buildmaster
7dee7cbb93 Bumping versions to 2.2.4.BUILD-SNAPSHOT after release 2020-05-29 15:44:11 +00:00
buildmaster
9e9c2dec31 Going back to snapshots 2020-05-29 15:44:11 +00:00
buildmaster
c0c812c876 Update SNAPSHOT to 2.2.3.RELEASE 2020-05-29 15:38:15 +00:00
Mark Paluch
b2bcf183cb Polishing
Reformat documentation.

See gh-394.
2020-04-02 15:09:01 +02:00
Mark Paluch
0178b6b5a1 Deprecate spring.cloud.vault.generic in favor of spring.cloud.vault.kv
Deprecating properties that used the previous kv backend name "generic" so these can be removed with the next major release.

Closes gh-394.
2020-04-02 15:09:01 +02:00
Mark Paluch
d6c83e3ad8 Update quickstart guide
Reflect Spring Cloud Vault perspective of setting up Vault. Add references to config- and bash files.

Closes gh-541.
2020-03-10 10:57:23 +01:00
Spencer Gibb
4336e6c460 Updates docs branches 2020-03-06 13:02:59 -05:00
buildmaster
ea4b6c4ee5 Bumping versions to 2.2.3.BUILD-SNAPSHOT after release 2020-03-04 21:17:03 +00:00
buildmaster
9c38e5fc9d Going back to snapshots 2020-03-04 21:17:03 +00:00
buildmaster
97fed5aa6a Update SNAPSHOT to 2.2.2.RELEASE 2020-03-04 21:10:31 +00:00
Mark Paluch
49aee4cf51 Allow disabling authentication for Vault Agent use
We now allow disabling Spring Vault's ClientAuthentication and SessionManagement features to rely on authenticated requests sent by Vault Agent. The authentication infrastructure can be disabled via:

spring.cloud.vault:
    authentication: NONE

Closes gh-356.
2020-01-13 12:08:15 +01:00
buildmaster
9a1ddef9d2 Bumping versions to 2.2.2.BUILD-SNAPSHOT after release 2019-12-20 14:45:08 +00:00
buildmaster
1f07408fc3 Going back to snapshots 2019-12-20 14:45:08 +00:00
buildmaster
e1a32c057f Update SNAPSHOT to 2.2.1.RELEASE 2019-12-20 14:42:04 +00:00
buildmaster
c0cc4535b2 Bumping versions to 2.2.1.BUILD-SNAPSHOT after release 2019-11-26 12:19:00 +00:00
buildmaster
75faff1e3a Going back to snapshots 2019-11-26 12:19:00 +00:00
buildmaster
78b478ed91 Update SNAPSHOT to 2.2.0.RELEASE 2019-11-26 12:17:10 +00:00
Mark Paluch
11e940d975 Use project-version placeholder in documentation.
Closes gh-370.
2019-11-14 16:00:56 +01:00
Mark Paluch
fbb36e29b8 Polishing 2019-11-14 15:58:19 +01:00
Raoof Mohammed
7376b03c7e Fix azure-msi default mount path in reference documentation
Closes gh-369.
2019-11-14 15:56:08 +01:00
buildmaster
eefe187fae Going back to snapshots 2019-11-10 00:52:41 +00:00
buildmaster
3da9dfe0e2 Update SNAPSHOT to 2.2.0.RC2 2019-11-10 00:51:39 +00:00
buildmaster
7a5b0e0e80 Bumping versions 2019-11-07 16:44:25 +00:00
buildmaster
5ef5e6f0d2 Going back to snapshots 2019-10-24 21:45:57 +00:00
buildmaster
c22d0bd189 Update SNAPSHOT to 2.2.0.RC1 2019-10-24 21:45:14 +00:00
buildmaster
6b6d110b84 Going back to snapshots 2019-10-03 21:46:49 +00:00
buildmaster
b22cee52cc Update SNAPSHOT to 2.2.0.M3 2019-10-03 21:46:05 +00:00
zhogov
e0700bbf10 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
Mark Paluch
c0b958f598 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
fb99455e53 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
buildmaster
2d8329040f Going back to snapshots 2019-08-15 15:12:43 +00:00
buildmaster
a0a073724f Update SNAPSHOT to 2.2.0.M2 2019-08-15 15:11:50 +00:00
Mark Paluch
7a5d997283 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
Marcin Grzejszczak
834a799099 Added symbolic link of index.adoc 2019-07-29 14:47:46 +02:00