java - How to handle passwords in config/properties files -
we have shared code base between different teams. there kind of best practice of storing admin credentials in spring properties file? don't want see username or password. using docker , aware can use docker secrets don't want tie passwords docker. want access passwords if we're not using docker.
you can try jasypt overcome this.
link: http://www.jasypt.org/
Comments
Post a Comment