Can anyone experience problem while encrypting through config server with values having special characters?
Currently I am doing this
curl http://localhost:8888/configser/config/encrypt -d eF345edo=
I also referred this https://github.com/spring-cloud/spring-cloud-config/issues/620 and tried as below
curl http://localhost:8888/configser/config/encrypt --data-urlencode eF345edo=
But still no success in encrypting that '=' sign.
Thanks in advance