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.
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.