Encrypting and Decrypting Configuration Property Values in Spring Cloud
As a follow up to my recent post on Microservices with Spring Cloud, this post will cover encrypting and decrypting config property values. The Spring Cloud docs cover this aspect briefly, so I'll go through the steps I took to get this working both in test on my laptop, and on a dev server. I'll be using the same environment as my last blog post, so that is a standalone Eureka server, a config server, and simple microservice. Full disclosure, I am by no means a security expert, so if you see something wrong, feel free to let me know.
Read full article from Encrypting and Decrypting Configuration Property Values in Spring Cloud
No comments:
Post a Comment