Skip to content

Instantly share code, notes, and snippets.

@wneessen
Last active April 17, 2020 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wneessen/3e1d7fdb794dab9b5684c872d78eba91 to your computer and use it in GitHub Desktop.
Save wneessen/3e1d7fdb794dab9b5684c872d78eba91 to your computer and use it in GitHub Desktop.
path "*" {
capabilities = [
"create",
"update",
"read",
"delete",
"list",
"sudo"
]
}
path "sys/*" {
capabilities = [
"create",
"update",
"read",
"delete",
"list",
"sudo"
]
}
path "auth/*" {
capabilities = [
"create",
"update",
"read",
"delete",
"list",
"sudo"
]
}
path "audit/*" {
capabilities = [
"create",
"update",
"read",
"delete",
"list",
"sudo"
]
}
path "identity/*" {
capabilities = [
"create",
"update",
"read",
"delete",
"list",
"sudo"
]
}
path "database/*" {
capabilities = [
"create",
"update",
"read",
"delete",
"list",
"sudo"
]
}
path "transit/*" {
capabilities = [
"create",
"update",
"read",
"delete",
"list",
"sudo"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment