Skip to content

Instantly share code, notes, and snippets.

@tbeyer567
Created October 21, 2021 20:46
Show Gist options
  • Save tbeyer567/4111c626c85bfa1d0057178de83e8ffd to your computer and use it in GitHub Desktop.
Save tbeyer567/4111c626c85bfa1d0057178de83e8ffd to your computer and use it in GitHub Desktop.
path "engineering/*" {
capabilities = ["create", "read", "update", "delete", "list"
}
path "support/*" {
capabilities = ["deny"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment