Typo: Decrpyting -> Decrypting (#1521)

This commit is contained in:
Jens Teglhus Møller
2019-12-13 14:15:26 +01:00
committed by Spencer Gibb
parent 02d59362e6
commit 6bd1b5a37b

View File

@@ -1335,11 +1335,11 @@ So, if you want a profile-specific file, `/\*/development/*/logback.xml` can be
NOTE: If you do not want to supply the `label` and let the server use the default label, you can supply a `useDefaultLabel` request parameter.
So, the preceding example for the `default` profile could be `/foo/default/nginx.conf?useDefaultLabel`.
=== Decrpyting Plain Text
=== Decrypting 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]`
NOTE: Decrpyting plain text files is only supported for YAML, JSON, and properties file extensions.
NOTE: Decrypting 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.