Closed orenbm closed 4 years ago
Variable IDs are not encoded at all so in case a user has a variable with spaces in it, we are not able to retrieve it.
We should use an encoding method that encodes spaces into "%20" as required by the Conjur v5 server. We also encode slashes into "%2F" as required.
Steps to reproduce the behavior:
Secret is retrieved
404 error
Summary
Variable IDs are not encoded at all so in case a user has a variable with spaces in it, we are not able to retrieve it.
We should use an encoding method that encodes spaces into "%20" as required by the Conjur v5 server. We also encode slashes into "%2F" as required.
Steps to Reproduce
Steps to reproduce the behavior:
Expected Results
Secret is retrieved
Actual Results (including error logs, if applicable)
404 error