-
As soon as I set one of the following properties, the encrypted ENC fields are not decrypted anymore.
application.properties:
```
spring.datasource.url=jdbc:mysql://localhost/mymtable
spring.dat…
-
I am having an odd problem that I can't figure out.
Using spring-boot 2.0.1 and jasypt-spring-boot version 2.1.0, Application is using ConfiguredProperties to load property classes. I encrypt my…
-
am getting the issue. My Jenkins server running behind AWS ELB.
Error
2018-11-26 09:49:39,894 INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
2018-11-26 09:4…
-
The current state of the docker-compose file results in exceptions when attempting to run API. See below. The docker-compose API should not default to requiring Jasypt. Right now it does because the d…
-
Issue type: Bug report/Enhancement Request
**My Rundeck detail**
* Rundeck version: 2.8.3
* install type: deb
* OS Name/version: Ubuntu 14.04.05 LTS
* DB Type/version: mysql
**Expected Be…
-
**Describe the bug**
We have a long running job (60 minutes total, 54 minutes longest step), that was working without issues until we migrated to a mysql DB. Both steps still complete OK with status…
-
The following properties will not be decoded by jasypt.
It there any way you could process ```@ConfigurationProperties``` also, maybe using ```ConfigurationPropertiesBindingPostProcessor.postProcessB…
-
Can someone point me out whats wrong here? (i don't understand whats mentioned [here](https://github.com/capitalone/Hygieia/issues/1130))
Pulled latest code from master branch today.
`mvn install`…
-
for quick runing docker-compose demo, found the api logs raised error. so check the Dockerfile, found missing a config
ENV SPRING_DATA_MONGODB_PASSWORD=ENC(oMDFvt5wzfXx5pxgG2qgNw==)
ENV JASYPT_ENC…
-
http://jasypt.org/
...allows us to store passwords encrypted in config files (`application.properties`)...