From 386a00322c8019ef8f72801d0debcd97d12ddb2c Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 5 Aug 2015 18:00:50 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-config.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-cloud-config.html b/spring-cloud-config.html index 12afb1a9..ba19db6d 100644 --- a/spring-cloud-config.html +++ b/spring-cloud-config.html @@ -1098,9 +1098,9 @@ mysecret
-

Take the encypted value and add the {cipher} prefix before you put +

Take the encrypted value and add the {cipher} prefix before you put it in the YAML or properties file, and before you commit and push it -to a remote, potentially insecure store. The /encypt and /decrypt +to a remote, potentially insecure store. The /encrypt and /decrypt endpoints also both accept paths of the form /*/{name}/{profiles} which can be used to control cryptography per application (name) and profile when clients call into the main Environment resource.

@@ -1133,7 +1133,7 @@ mysecret
-

To use a key in a file (e.g. an RSA public key for encyption) prepend +

To use a key in a file (e.g. an RSA public key for encryption) prepend the key value with "@" and provide the file path, e.g.

@@ -1464,7 +1464,7 @@ grabbing it in the bootstrap context and injecting one).