Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created March 29, 2018 15:52
Show Gist options
  • Save salrashid123/e3b6fd3252e507b7d23e43fefc956097 to your computer and use it in GitHub Desktop.
Save salrashid123/e3b6fd3252e507b7d23e43fefc956097 to your computer and use it in GitHub Desktop.
webhook_az_req.json
{
"apiVersion": "authorization.k8s.io/v1beta1",
"kind": "SubjectAccessReview",
"metadata": {
"creationTimestamp": null
},
"spec": {
"extra": {
"extrafield1": [
"extravalue1",
"extravalue2"
]
},
"group": [
"developers",
"qa",
"system:authenticated"
],
"nonResourceAttributes": {
"path": "/api/",
"verb": "get"
},
"uid": "42",
"user": "[email protected]"
},
"status": {
"allowed": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment