ulisesbocchio / jasypt-spring-boot

Jasypt integration for Spring boot
MIT License
2.87k stars 514 forks source link

Jasypt fails to decrypt properties in @ConfigurationProperties (Spring Boot 3) when executed in Docker. #360

Open MSChristian opened 1 year ago

MSChristian commented 1 year ago

As the tittle says im trying to deploy a pod in a cluster that gets the JASYPT_PASSWORD from a variables injected into the pod.

To replicate it created a project with a Dockerfile to test it in local.

https://github.com/MSChristian/jasypt-test-docker-sb3

image