Skip to content

Instantly share code, notes, and snippets.

@tarqd
Created November 22, 2019 21:16
Show Gist options
  • Save tarqd/fd0ca82d3b73bd4245a4c985a27ae9dc to your computer and use it in GitHub Desktop.
Save tarqd/fd0ca82d3b73bd4245a4c985a27ae9dc to your computer and use it in GitHub Desktop.
[
{
"resources": [
"proj/<PROJ-NAME>"
],
"actions": [
"*"
],
"effect": "allow"
},
{
"notResources": [
"proj/<PROJ-NAME>"
],
"actions": [
"viewProject"
],
"effect": "deny"
},
{
"resources": [
"proj/<PROJ-NAME>:env/*"
],
"actions": [
"*"
],
"effect": "allow"
},
{
"resources": [
"proj/<PROJ-NAME>:env/*:flag/*"
],
"actions": [
"*"
],
"effect": "allow"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment