hyness / spring-cloud-config-server

Docker build of the spring-cloud-config-server
Apache License 2.0
74 stars 54 forks source link

support Encryption/Decryption? #8

Closed saihari724 closed 6 years ago

saihari724 commented 6 years ago

Hi, I see that end points encrpt/decrypt wont work, is JCE not setup yet?

hyness commented 6 years ago

Encrypt and decrypt are fully supported as well as full strength encryption (provided by the openjdk image this one is based on). You do need to configure an asymmetric key/pair or a symmetric key. Please refer to the linked spring cloud config server documentation