I am using latest JHipster Registry updated just couple of days ago. I am trying to setup symmetric key encryption
that is part of spring boot itself https://cloud.spring.io/spring-cloud-config/spring-cloud-config.html (see Key Management). I have gotten it to work in Spring boot by setting the key in bootstrap.properties
Under JHipster, the developers advise is that all endpoints are under /management/**
so I have tried /management/encrypt
and just encrypt
both return a 404.
I have set the encrypt.key
in many places to try and get this to work
- environment variable
ENCRYPT_KEY
- in git under application.yml
- in bootstrap.yml within the registry app
However it still does not activate the endpoints or something else is wrong. If anyone has gotten it to work please indicate if it works for you and what settings you used.