Commit Graph

130 Commits

Author SHA1 Message Date
Ryan Baxter
a51412e629 Escaping underscore 2017-02-24 11:45:09 -05:00
Ryan Baxter
ed12706c68 Fixing code formatting 2017-02-24 11:14:20 -05:00
Ryan Baxter
21e46b0192 Clarifying docs for slash in labels
Fixes #652
2017-02-24 11:13:06 -05:00
Abhijit Sarkar
23a210ff5e Update spring-cloud-config.adoc 2017-02-07 22:32:31 -08:00
Abhijit Sarkar
d4c1a3d000 Update spring-cloud-config.adoc 2017-02-07 22:20:35 -08:00
Shahid Zaman
db39a5f75a Corrected typo in the note
Changed 'us' to intended 'use'
2017-02-01 16:04:15 +11:00
Ryan Baxter
937027b9a4 Adding note about URL encoding characters with encrypt endpoint 2017-01-27 14:35:14 -05:00
Elias Gomes
3eec2cb65c Fixing a typo in the documentation
There's a typo in the *Vault Server* section:
When using Vault as a backend you can share configuration with all applications by placing configuration in `html5/application`. For example, if you run this Vault command

When it should be:
When using Vault as a backend you can share configuration with all applications by placing configuration in `secret/application`. For example, if you run this Vault command
2017-01-27 11:32:57 +01:00
Don Laidlaw
ae0adc9322 Add AWS CodeCommit authentication support (#548)
The jgit library does not support the credential helpers defined in
git configuration files. Since AWS CodeCommit requires a signature
used as the password part of authentication, jgit is not able to
authenticate to AWS Code Commit without help. These changes calculate
the required AWS Code Commit signature value and provide a jgit
compatible CredentialsProvider class.

Fixes gh-334
2017-01-26 19:57:08 -05:00
Ryan Baxter
f4020f8ff7 Merge pull request #598 from marcosbarbero/master
Add force-pull property documentation.  Fixes #596.
2016-12-21 13:33:46 -05:00
Marcos Barbero
7fe44a0d86 Add force-pull property documentation 2016-12-21 12:03:34 +01:00
Ryan Baxter
84db9b9867 Clarified documentation on custom environment repositories 2016-12-20 19:53:25 -05:00
Ryan Baxter
5ebecb60b4 Removed OrderedEnvironmentRepository interface, and applied other review feedback. 2016-12-20 13:46:46 -05:00
Ryan Baxter
3db105c475 Fixed spacing in documentation 2016-12-19 19:46:08 -05:00
Ryan Baxter
133c172ddd Allows users to provide composite environments. Fixes #495. 2016-12-19 12:28:41 -05:00
Pei-Tang Huang
664243bbcf Fixed path to spring.factories. 2016-10-20 17:17:02 +08:00
Spencer Gibb
b155a1d58b Cache config client health indicator.
So config server isn't bombarded with requests.
2016-10-13 09:10:32 -06:00
Ryan Baxter
a8f3d03593 Fixes #501 (#523) 2016-10-13 10:42:46 -04:00
Lingchao Xin
48c9fad272 Java 8 JCE link fixed 2016-09-27 12:58:26 +08:00
Ryan Baxter
c3638109be added version number to docs 2016-09-23 10:56:10 -04:00
Ryan Baxter
9ba4666c4b Added badges 2016-09-07 20:13:47 -04:00
Marcin Grzejszczak
ae41d6074d Removed adoc footer 2016-09-07 18:00:37 +02:00
Ben Klein
f6ddd58c83 Use reworded note on cloneOnStart 2016-08-24 15:50:29 -07:00
Marcin Grzejszczak
cdb3dd75a5 Updating ghpages for all projects 2016-08-22 13:31:24 +02:00
Ben Klein
a31eb66aa0 cloneOnStart helps identify misconf.d conf. source 2016-08-19 16:42:22 -06:00
Marcin Grzejszczak
35344624e9 Updating ghpages for all projects 2016-08-19 11:45:23 +02:00
Ryan Baxter
091f07e0df Updating ghpages script from SC Build 2016-08-18 13:41:52 -04:00
Marcin Grzejszczak
bc14b6e088 Updating ghpages for all projects 2016-08-18 13:13:55 +02:00
Marcin Grzejszczak
4f0188321b Updating ghpages for all projects 2016-08-17 12:43:50 +02:00
Dave Syer
37734c0e48 Merge remote-tracking branch 'origin/1.1.x' 2016-08-17 10:34:10 +01:00
Dave Syer
6dd5a54f5e Fix missing end of sentence 2016-08-17 10:33:15 +01:00
Marcin Grzejszczak
ac6f3de915 Deploying documentation to proper folder
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's:

- finding out what is the current branch (e.g. 1.0.x)
- finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth)
- pulling the changes from gh-pages after checkout
- finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop)
- in gh-pages creating a folder with name of the branch  (e.g. /1.0.x)
copying all the docs/target/generated-docs/ to that folder
- if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/)
2016-08-16 14:55:02 +02:00
Marcin Grzejszczak
8d4667a964 Deploying documentation to proper folder
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's:

- finding out what is the current branch (e.g. 1.0.x)
- finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth)
- pulling the changes from gh-pages after checkout
- finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop)
- in gh-pages creating a folder with name of the branch  (e.g. /1.0.x)
copying all the docs/target/generated-docs/ to that folder
- if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/)
2016-08-16 14:54:14 +02:00
Ryan Baxter
ae5d4eec20 Added JCE install to README 2016-08-10 09:26:36 -04:00
Dominik Gätjens
1a7618e36a Adds incompatbility of ecdsa-sha2-nistp256 to doc (#469)
Improves spring cloud configuration ssh documentation - It is important to know that ecdsa-sha2-nistp256 public keys are not supported.

* remove trailing whitespaces
2016-08-08 16:32:13 +02:00
Ryan Baxter
67f93e572f Added details about multiple properties sources for Vault 2016-07-19 11:44:44 -04:00
Ryan Baxter
34eb0f9d44 Fixed typo and added location of config properties 2016-07-15 13:16:55 -04:00
Ryan Baxter
9adb2e513b Initial Vault documentation 2016-07-15 10:46:56 -04: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
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
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