spring.datasource.username: dbuser
+spring.datasource.password: {cipher}FKSAJDFGYOS8F7GLHAKERGFHLSAJ
+diff --git a/spring-cloud-config.html b/spring-cloud-config.html index aa7d8be4..07ebdb43 100644 --- a/spring-cloud-config.html +++ b/spring-cloud-config.html @@ -1087,6 +1087,16 @@ instance:
Encrypted values in a .properties file must not be wrapped in quotes, otherwise the value will not be decrypted:
+spring.datasource.username: dbuser
+spring.datasource.password: {cipher}FKSAJDFGYOS8F7GLHAKERGFHLSAJ
+You can safely push this plain text to a shared git repository and the secret password is protected.