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
Want to be able to do something like this in a script:
cybr conjur append-policy -b root -f -- << END_POLICY - !host foo END_POLICY
The text was updated successfully, but these errors were encountered:
example of implementation: https://github.com/napicella/go-linux-pipes/blob/master/cmd.go
Sorry, something went wrong.
Fixes #161 adds stdin support for policy load
0b89c7b
Fixes #161 adds stdin support for policy load (#181)
7a3c77a
* Fixes #161 adds stdin support for policy load * resolve code smell
8f29531
infamousjoeg
Successfully merging a pull request may close this issue.
Want to be able to do something like this in a script:
The text was updated successfully, but these errors were encountered: