Skip to content
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

bug fix to permit audit streaming to stdout writer #7803

Merged
merged 1 commit into from
May 11, 2021

Conversation

thsubaku9-pro
Copy link
Contributor

@thsubaku9-pro thsubaku9-pro commented May 11, 2021

The current code doesn't allow stdout (reserved keyword) to be used for audit streaming (since everything was being resolved as a path).

This PR first checks if the passed value is the same as stdout, if not it resolves it to a path


This change is Reviewable

@thsubaku9-pro thsubaku9-pro requested a review from aman-bansal May 11, 2021 11:27
@github-actions github-actions bot added the area/enterprise Related to proprietary features label May 11, 2021
@thsubaku9-pro thsubaku9-pro changed the title bug fix bug fix to permit audit streaming to stdout writer May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/enterprise Related to proprietary features
Development

Successfully merging this pull request may close these issues.

2 participants