Vouch request: ngopalak-redhat #3024
Closed
ngopalak-redhat
started this conversation in
Vouch Request
Replies: 2 comments
|
/vouch |
0 replies
|
@ngopalak-redhat has been vouched by @elezar. You can now submit pull requests to OpenShell. Welcome aboard. Please read CONTRIBUTING.md before submitting. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What do you want to work on?
I want to fix a small nit in the docs
https://docs.nvidia.com/openshell/get-started/tutorials/first-network-policy
The line:
curl -s https://api.github.com/zen
is incorrect. It has to be:
curl -sS https://api.github.com/zen
Why this change?
This impacts a demo I'm giving. I thought the whole OpenShell policy didn't work and it allowed access. But in reality it was just not showing the error properly
Checklist
All reactions