We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remember to label the issue with the appropriate area, and also assign it to yourself if you plan to work on the issue in the near future.
Describe the bug
Properties of workspace such as client_secret are no longer being redacted.
This is due to the fact that they used to be under "properties" field, but are no longer there as per #2805 , and are instead on a level above.
The secret redaction code should be changed to account for this fact, and the test should be updated too.
Steps to reproduce
The text was updated successfully, but these errors were encountered:
damoodamoo
Successfully merging a pull request may close this issue.
Remember to label the issue with the appropriate area, and also assign it to yourself if you plan to work on the issue in the near future.
Describe the bug
Properties of workspace such as client_secret are no longer being redacted.
This is due to the fact that they used to be under "properties" field, but are no longer there as per #2805 , and are instead on a level above.
The secret redaction code should be changed to account for this fact, and the test should be updated too.
Steps to reproduce
The text was updated successfully, but these errors were encountered: