Describe the bug
migrate from
springboot 2.7.x
springcloud 2021.0.6
to
springboot 3.0.6
springcloud 2022.0.2
set spring.cloud.config.server.bootstrap to true, configserver no longer decrypt the entry inside the search-locations when configure itself. It working fine when change it to plain text.
P.s. it working fine during springboot 2.7.x
bootstrap.yml
spring:
application:
name: configserver
profiles:
active: dev
default: dev
include: composite
cloud:
config:
server: ## ConfigServerAutoConfiguration ##
bootstrap: true
composite:
- type: native
search-locations:
- file:/app/config/centralconfig/conf
encrypt:
key-store:
location: classpath:/encrypt/encrypt.pkcs12
password: xxxxxx
alias: encrypt-dev
type: pkcs12
configserver-dev.yml
spring:
security:
user:
name: admin
# admin
password: '{cipher}{key:encrypt-dev}AQCMdfP7wlVsVq43iJxdqnPiFyBAzpdPyXd7emIppONCqs6ilazJ8ttZLkmR7x26hAhAIxizFSy3+uYwNjakrm3o4M1MGmKEYJcMbdJKXNOKftIf15qcB0CwokXl2pSPeYq23aUwryBld6wKuBWjVg8mQ+8InYxJUVMTVbrOxg+yK/PCjCcf/j8g3g7PtTARaRo2Wz9lnojRZNFs7aHXDdyzUH6USrxFZ7l4kb6eficyhMyv+he7l8LOCckSQIBdEHsoeUnLCfAfSAm2xbbU47H8fSK5058MxJWRuSDSMaoh2O/+UcKUs38WPbofTQGudaxsn0i8xJAvMuTViEZBy+sxIl0raIYdzTcb9Ywy3DTmK5Hj6YGj4k1qiv14MQbHNsk='
roles: USER, ADMIN
Describe the bug
migrate from
springboot 2.7.x
springcloud 2021.0.6
to
springboot 3.0.6
springcloud 2022.0.2
set
spring.cloud.config.server.bootstraptotrue, configserver no longer decrypt the entry inside thesearch-locationswhen configure itself. It working fine when change it to plain text.P.s. it working fine during springboot 2.7.x
bootstrap.yml
configserver-dev.yml