Ryan Baxter
dfa609aa0d
Bumping version for next release
2017-04-07 05:29:57 -04:00
Ryan Baxter
7bada56f30
Going back to snapshots
2017-04-07 05:01:59 -04:00
Ryan Baxter
e051d56965
Update SNAPSHOT to 1.3.0.RELEASE
2017-04-07 04:55:32 -04:00
Abhijit Sarkar
8c36922d21
Making refresh modifier public so that clients can do AOP failover ( #634 )
2017-04-05 21:13:59 -04:00
Spencer Gibb
c0da97c7a8
Merge remote-tracking branch 'origin/master'
2017-04-05 18:37:28 -06:00
Spencer Gibb
b559735377
Merge pull request #656 from mouellet/feature/config-client-request-headers
...
* feature/config-client-request-headers:
Add headers configuration property
2017-04-05 18:37:01 -06:00
Mathieu Ouellet
45336cd11f
Add headers configuration property
...
This commit provides an alternative implementation for creating
config client request using the headers config prop instead
of having to create custom 'RestTemplate' when adding header to
the request.
See discusions at gh-650
Not covering gh-613
2017-04-05 18:30:25 -06:00
George Harley
1b701ebdb6
Stop VaultEnvironmentRepository returning duplicate property sources ( #679 )
...
When findOne() is called with an application parameter that matches the defaultKey property value then
the returned Environment contains two identical PropertySource values when it should only contain one.
2017-04-03 13:03:00 -04:00
Spencer Gibb
62ef648b59
polish
2017-03-31 14:18:30 -06:00
Spencer Gibb
8c8591cf53
Merge pull request #626 from vasilievip/fixErrorLogging
...
* fixErrorLogging:
Add stacktrace logging
2017-03-31 14:17:50 -06:00
ivasylyev
1152821221
Add stacktrace logging
2017-03-31 14:17:15 -06:00
Sean Dukehart
7d7b2c3ce0
Adds resolvePlaceholders to ResourceController
...
Adds resolvePlaceholders query parameter to ResourceController to allow users the option to resolve placeholders or not.
fixes gh-669
2017-03-24 17:36:17 -04:00
Nastya Smirnova
3abc1ab84c
Makes fetching of config server from Eureka retryable
...
Makes fetching of config server from Eureka retryable, adds support for failfast
Retry requires spring-retry to be on the classpath.
2017-03-24 16:14:51 -04:00
Johnny Lim
065bbefddc
Fix typos in the reference doc ( #672 )
2017-03-22 11:16:20 -04:00
Ryan Baxter
94bd2a98b8
Revert "Version changes for Dalston.RC1"
...
This reverts commit 78c24a18b2 .
2017-03-16 11:42:14 -04:00
Ryan Baxter
78c24a18b2
Version changes for Dalston.RC1
2017-03-16 11:19:21 -04:00
Don Laidlaw
91372cad2d
Add missing test for credential provider. ( #664 )
2017-03-10 12:32:02 -05:00
Dave Syer
3797004492
Use non-deprecated property placeholder config class
2017-03-02 17:14:35 +00:00
Ian Bondoc
3bfdd4b61c
Support nested arrays when translating properties to map when generating yml or json
...
Fixes gh-518
2017-03-02 16:37:27 +00:00
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
Mark Paluch
15ddd22a83
Use RestTemplate for Vault access. ( #644 )
...
Use RestTemplate for Vault access and remove Spring Vault dependency. VaultEnvironmentRepository used VaultClient but Spring Vault no longer provides VaultClient.
See also gh-586, gh-587.
2017-02-17 14:24:01 -05:00
Spencer Gibb
8515ff144d
Upgrade svnkit to 1.8.12
...
fixes gh-642
2017-02-14 14:54:15 -07:00
Spencer Gibb
b2babf8961
Upgrade jgit to 4.6.0.201612231935-r
2017-02-14 14:47:59 -07:00
Spencer Gibb
2765ed4f25
Ensures health indicator uses configured label.
...
fixes gh-638
(cherry picked from commit 30a1f81 )
(cherry picked from commit 100be64 )
2017-02-14 11:53:08 -07:00
Ryan Baxter
97f1538322
Fixing typo in Vault Environment Repository bean name
2017-02-13 19:31:58 -05:00
Ryan Baxter
1a839f94eb
Merge pull request #632 from asarkar/master
...
Clearly document the limitations with known_hosts
2017-02-08 10:50:26 -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
Chris Fraser
b68a3eba6b
Default StrictHostKeyChecking to true ( #630 )
...
* defaulted strict host key checking to true and updated test
2017-02-07 13:51:56 -05:00
Spencer Gibb
9094984b76
Ensure explicit password takes precedence.
...
fixes gh-622
2017-02-01 15:15:11 -07:00
Ryan Baxter
d850b00e37
Merge pull request #625 from shahid21st/shahid21st-springcc-docTypo
...
Corrected typo in the note
2017-02-01 07:14:10 -05: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
Ryan Baxter
f69f969696
Merge pull request #619 from eliasgomes/patch-1
...
Fixing a typo in the documentation
2017-01-27 11:48:27 -05:00
Spencer Gibb
2521778f94
Revert "Update SNAPSHOT to 1.3.0.M2"
...
This reverts commit fbaf5a22d1 .
2017-01-27 08:36:59 -07:00
Spencer Gibb
fbaf5a22d1
Update SNAPSHOT to 1.3.0.M2
2017-01-27 08:35:29 -07:00
Don Laidlaw
d81c9250dc
Update package to match directory
...
Missed a merge commit for AWS CodeCommit support
2017-01-27 10:20:31 -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
Ryan Baxter
5a29d9c476
Updated s-c-bus version
2017-01-26 20:26:33 -05:00
Ryan Baxter
edcb0cd5b8
Revert "Version changes for 1.3.0.M1 release"
...
This reverts commit 2378521e22 .
2017-01-26 20:23:57 -05:00
Ryan Baxter
2378521e22
Version changes for 1.3.0.M1 release
2017-01-26 20:21:21 -05:00
Ryan Baxter
0c19805f0f
Merge branch 'master' of https://github.com/spring-cloud/spring-cloud-config
2017-01-26 19:58:49 -05:00
Ryan Baxter
bedf1bb710
Updated s-c-build and s-c-commons versions
2017-01-26 19:58:28 -05: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
Spencer Gibb
2efe1a4134
polish
2017-01-16 11:09:57 -07:00
Chris Fraser
405ebad792
Implement configuration options for ssh passphrase and strict host key checking ( #535 )
...
* add strictHostKeyChecking config option
* Add passphrase configuration for SSH connections
* test passphrase property is pulled from the environment
* test that a if a passphrase is confgured a PassphraseCredentialsProvider is added to the git command.
2017-01-16 12:53:06 -05:00
Ryan Baxter
4e24a1f38e
Merge pull request #609 from julian-lefebvre/patch-1
...
fix javadoc
2017-01-13 11:53:13 -05:00
julian-lefebvre
27e168f982
fix javadoc
...
remove duplicate words on class ConfigServerBootstrapApplicationListener's javadoc.
2017-01-13 13:45:10 +01:00