I am accessing GCP secret key in Spring boot config Server / Client with 'sm://' and it's working perfectly when application started.
Now I am invoking '/actuator/refresh' endpoint.. here application failed to bind the property specified for secret key with sm:// prefix.
However, if I provide plain text, that works fine; so issue is accessing secret key from Google cloud.
Can anyone help me on the same !
Thanks