-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
None
-
S25-W2/3
Steps to reproduce:
- Configure the Vault URL in the server/proxy configuration, ensuring it ends with a trailing slash ('/') e.g. http://my.site.com:8200/
- Check formed URL in server/proxy log
Result:
Two trailing slashes are presented in the formed URL: http://my.site.com:8200//secrets/v1/data...
Expected:
http://my.site.com:8200/secrets/v1/data...