***************************
APPLICATION FAILED TO START
***************************
Description:
Failed to bind properties under 'spring.cloud.config.password' to java.lang.String:
Property: spring.cloud.config.password
Value: "{cipher}12c545c7e569d579c0b205bfebeef99dcbf07c0d079b4035ce2980ef6ef2301e"
Origin: class path resource [application.properties] - 22:30
Reason: java.lang.UnsupportedOperationException: No decryption for FailsafeTextEncryptor. Did you configure the keystore correctly?
Action:
Update your application's configuration
Hello,
Describe the bug
Spring Boot
3.1.4, Spring Cloud2022.0.4Run this Config Server : https://github.com/mpalourdio/ConfigServer
Run this Spring Cloud Gateway : https://github.com/mpalourdio/ProxyServer
This fails with
Sample
See above, clone both and
mvn spring-boot:runObservations
Going back to
2022.0.2as version in https://github.com/mpalourdio/ProxyServer works. Fails with2022.0.3too.