Spencer Gibb
753db0ed22
Implement VaultEnvironmentRepository.
...
This is an alternative to VCS or file based repository implementations.
All properties are stored ecrypted in vault, regardless of whether or
not that actaully need to be encrypted.
Supports properties style (this.is.a.property) or vault nested
properties.
Adds a watch to client and server, if enabled, the client will long poll
the server and wait for changes rather than relying on a message broker
to send change events.
Adds a server side watch for consul keys, this is useful when vault is
backed by consul (and currently the only use case, since there is not a
consul repository implementation).
Closes gh-397
2016-07-01 11:29:29 -06:00
Dave Syer
0850de9737
Revert to snapshots
2016-06-30 07:57:17 -07:00
Dave Syer
82b44fe333
Bump to 1.1.2.RELEASE
2016-06-30 07:57:17 -07:00
jarrad
c700983281
Update spring-cloud-config.adoc ( #433 )
...
Fix typo "fro mthe" -> "from the"
2016-06-29 11:40:58 -06:00
Spencer Gibb
a424690962
Documents /tmp cleanout workaround.
...
fixes gh-424
2016-06-27 15:19:29 -06:00
Dave Syer
be4cc1b051
Update readme script to handle local includes
2016-06-11 09:54:41 +01:00
Ashish Jain
57103d3607
Fixed typo in documentation, from spring.active.profiles to spring.profiles.active ( #415 )
2016-06-07 15:49:52 -06:00
Spencer Gibb
de732ec6c4
Update boot and cloud versions for quickstart
2016-06-06 18:28:19 -06:00
Spencer Gibb
19921d4a1d
Update to SNAPSHOT
2016-06-06 18:27:03 -06:00
Spencer Gibb
110755c493
Update SNAPSHOT to 1.1.1.RELEASE
2016-06-06 18:12:31 -06:00
Dave Syer
2840887da8
Revert to snapshots
2016-05-10 16:46:56 +01:00
Dave Syer
89b72f0e0f
Update for 1.1.0.RELEASE
2016-05-10 16:42:36 +01:00
Dave Syer
9d64a12292
Switch parent of docs poms
2016-05-06 17:40:09 +01:00
Dave Syer
2c54239a94
Update parent to 1.1.0.RELEASE
2016-05-06 17:13:33 +01:00
Spencer Gibb
134379f473
Fix typo
2016-05-05 12:37:47 -06:00
Dave Syer
deddfb6881
Add tip about git config --global
2016-05-05 09:31:53 +01:00
Dave Syer
668f06196e
Add more docs for YAML and properties formats
...
Fixes gh-348
2016-05-05 09:24:13 +01:00
Spencer Gibb
7dc7de8357
Update eureka first bootstrap documentation to be discovery first bootstrap since this works with eureka and consul.
2016-05-02 11:01:35 -06:00
Matt Benson
1e38abfc6b
minor edits ( #369 )
2016-04-22 11:43:16 +02:00
Dave Syer
18305ba8b8
Revert to snapshots
2016-04-18 10:49:01 +01:00
Dave Syer
8e381eae82
Update to RC2
2016-04-18 10:48:33 +01:00
Dave Syer
14013b2570
Revert to snapshots
2016-03-22 16:56:38 +00:00
Dave Syer
031e01af45
Bump for 1.1.0.RC1
2016-03-22 16:55:53 +00:00
Dave Syer
e86170fbf7
Clarify how to get encrypted properies to clients
...
Fixes gh-349
2016-03-18 11:56:27 +00:00
Max Romanovsky
55bda1a15b
Updated docs with proper name of user property in Eureka First Bootstrap
...
According to [DiscoveryClientConfigServiceBootstrapConfiguration.java](https://github.com/spring-cloud/spring-cloud-config/blob/master/spring-cloud-config-client/src/main/java/org/springframework/cloud/config/client/DiscoveryClientConfigServiceBootstrapConfiguration.java ), proper name of `username` property is `user`.
2016-03-16 13:31:21 +03:00
Misagh Moayyed
7cbcd8078f
Update spring-cloud-config.adoc
2016-03-07 02:43:02 -07:00
Dave Syer
901764cd0b
Add note about memory usage in JGit
2016-02-23 13:45:21 +00:00
Tommy Ludwig
1edd104127
Quote {application} in searchPaths placeholder doc
...
Previously it was not quoted in the sample configuration in the documentation. This is not a valid YAML literal.
See #328
2016-02-16 20:11:57 +09:00
Dave Syer
3c8ce9fb20
Revert to snapshots
2016-02-05 06:53:51 +00:00
Dave Syer
b31a5b4eec
Update to 1.1.0.M5
2016-02-05 06:53:13 +00:00
Dave Syer
2043b05bbe
Add placeholder substitution to search paths within SCM repository
...
E.g. ...searchPaths={application}/ to search the directory with the
same name as the application (in addition to the root).
Fixes gh-328
2016-01-29 10:10:53 +00:00
Dave Syer
6ab9ad3b90
Fix typo in config sample about overrides
...
Missing "overrides" key. Fixes gh-323.
2016-01-26 10:01:12 +00:00
Dave Syer
e5bb03b571
Add notes on metadata for config server
2016-01-25 09:53:24 +00:00
Dave Syer
2bf9b60690
Fix documemtation bug around invalid decryption
...
Fixes gh-319
2016-01-11 16:50:34 +00:00
Dave Syer
56feb145d5
Revert to snapshots
2015-12-22 09:31:46 +00:00
Dave Syer
2c4dc7e0ce
Update to 1.1.0.M4
2015-12-22 09:28:33 +00:00
Dave Syer
a125393f27
Add some more docs on embedded config server
...
Fixes gh-280
2015-12-21 11:54:11 +00:00
Dave Syer
1c1ca02aad
Add some notes on windows file paths
...
Windows users hav eto be careful to use `file:///` prefix
for stuff in `${user.home}`.
Fixes gh-308
2015-12-21 09:45:46 +00:00
Dave Syer
99b6064dc7
Some clarifications on encryption and multiple keys
2015-12-18 10:23:28 +00:00
Dave Syer
f3acf50be2
Add escape of '{' to docs
2015-12-18 10:16:30 +00:00
Stephane Nicoll
d4b4a8415b
Polish doc
2015-12-17 17:51:28 +01:00
Dave Syer
87a1e773a0
Support for placeholders in git and file URIs
...
The default git repository and also the native one (local files)
now support placeholders for {application}, {profile} and
{label} in the URI (searchLocation for the native repository).
Fixes gh-257
2015-12-02 11:46:30 +00:00
Dave Syer
1c69c59705
Revert to snapshots
2015-11-17 12:09:56 +00:00
Dave Syer
5574535b07
Update to 1.1.0.M3
2015-11-17 12:09:08 +00:00
Dave Syer
15b5ca804e
Remove executable jar from distribution
...
It doesn't get used much and it has way too many optional dependencies
in it now.
2015-11-05 07:13:31 +01:00
Dave Syer
444a8cb39f
Update to 1.1.0.BUILD_SNAPSHOT again
2015-10-23 17:58:08 +01:00
Dave Syer
31d4326756
Update to 1.1.0.M2
2015-10-23 17:56:48 +01:00
Dave Syer
274c7cff49
Add note on using curl to test /encrypt and /decrypt
...
Fixes gh-246
2015-10-06 17:48:32 +01:00
Spencer Gibb
309d1fbfbc
Add bitbucket webhook watch.
...
fixes gh-243
2015-09-30 13:00:50 -06:00
Dave Syer
cead15bf8d
Clarify profile-specific file paths
2015-09-30 17:58:00 +01:00