Spring Cloud Config を使用する Spring Boot アプリがありますが、Spring Boot アプリの bootstrap.yml ファイルで Spring Cloud Config パスワードを暗号化したいです。これを行う方法はありますか?以下は例です。
Spring Boot アプリの bootstrap.yml
spring:
cloud:
config:
uri: http://locahost:8888
username: user
password: '{cipher}encryptedpassword'