From 405397a4e88eb7fb0c33775ceb218cdf4f559805 Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Fri, 27 Jan 2017 19:36:25 +0000
Subject: [PATCH] Sync docs from master to gh-pages
---
spring-cloud-config.html | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/spring-cloud-config.html b/spring-cloud-config.html
index a4f0b399..1a309e0d 100644
--- a/spring-cloud-config.html
+++ b/spring-cloud-config.html
@@ -1752,6 +1752,19 @@ to encrypt values by POSTing to the /encrypt endpoint, e.g.
682bc583f4641835fa2db009355293665d2647dade3375c0ee201de2a49f7bda
+
+
+
+|
+ Note
+ |
+
+If the value you are encrypting has characters in it that need to be URL encoded you should use
+the --data-urlencode option to curl to make sure they are encoded properly.
+ |
+
+
+
The inverse operation is also available via /decrypt (provided the server is
configured with a symmetric key or a full key pair):