diff --git a/reference/html/index.html b/reference/html/index.html index 97a68358..9836e42d 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -114,7 +114,11 @@ $(addBlockSwitches);
default profile could be /f
+
+Decrpyting Plain Text
+
+By default, encrypted values in plain text files are not decrypted. In order to enable decryption for plain text files, set spring.cloud.config.server.encrypt.enabled=true and spring.cloud.config.server.encrypt.plainTextEncrypt=true in bootstrap.[yml|properties]
+
+
+
+
+
+
+
+
+Decrpyting plain text files is only supported for YAML, JSON, and properties file extensions.
+
+
+
+
+
+If this feature is enabled, and an unsupported file extention is requested, any encrypted values in the file will not be decrypted.
+
+
diff --git a/reference/html/spring-cloud-config.html b/reference/html/spring-cloud-config.html
index 97a68358..9836e42d 100644
--- a/reference/html/spring-cloud-config.html
+++ b/reference/html/spring-cloud-config.html
@@ -114,7 +114,11 @@ $(addBlockSwitches);
Serving Alternative Formats
-Serving Plain Text
+Serving Plain Text
+
+
Embedding the Config Server
Push Notifications and Spring Cloud Bus
Spring Cloud Config Client
@@ -2338,6 +2342,27 @@ So, the preceding example for the default profile could be /f
+
+Decrpyting Plain Text
+
+By default, encrypted values in plain text files are not decrypted. In order to enable decryption for plain text files, set spring.cloud.config.server.encrypt.enabled=true and spring.cloud.config.server.encrypt.plainTextEncrypt=true in bootstrap.[yml|properties]
+
+
+
+
+
+
+
+
+Decrpyting plain text files is only supported for YAML, JSON, and properties file extensions.
+
+
+
+
+
+If this feature is enabled, and an unsupported file extention is requested, any encrypted values in the file will not be decrypted.
+
+