-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change error message in retrieve variable if variable is empty #2023
Comments
@alexkalish @izgeri FYI |
@InbalZilberman @shulifink @izgeri @alexkalish is the message |
not sure about security issues etc, but the English is fine. |
@liavyona what is the status of this bug? |
@liavyona Role that has |
@sashaCher I think the remark you made should be addressed to @shulifink who asked if this is a security issue |
@sashaCher @InbalZilberman - I was not asking about the security issue. |
@liavyona all approved we can go on |
We are testing the log message and the error changed on the server side in cyberark/conjur#2023. This updates the expected message.
We are testing the log message and the error changed on the server side in cyberark/conjur#2023. This updates the expected message.
As a developer, I want to understand the different reasons for failing to retrieve a Conjur variable , so that I can identify the problem better and resolve the it if needed.
Today when one retrieve a variable and the variable is empty he gets
Variable not found in account
We would like to change only the message to
Variable is empty or not found
GIVEN policy with variable X loaded
WHEN retrieving variable x
THEN return 404 with error message Variable is empty or not found
Developer Notes
The text was updated successfully, but these errors were encountered: