Hi,
I was trying to expose the spring actuator cloud endpoints using cloud vault.
To expose all '/actuator' endpoints, I used below code:
bootstrap.yml
Here, vault enabled is
false.
When vault is false then /actuators all 17 endpoints are expose successfully.
Also, I was successfully
test /actuator 17 endpoints using
vault http scheme.
e.g.
When, I use vault configuration as below:
Here, vault enabled is
true and vault scheme is
https. And expecting all 17 endpoints are getting expose irrespective of vault scheme. But found '/actuator' endpoints are not able to expose.
Find below log:
I am unable to understand, what is the issue with vault scheme
https.
Can somebody give me insights on this?
Your sharing is appreciable.
Thank you.