Created
October 21, 2021 20:46
-
-
Save tbeyer567/4111c626c85bfa1d0057178de83e8ffd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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