Staging Policy Example
Policy on the stagpipe::/
realm and its descendants controls access to and use of staging pipelines.
Staging pipeline permissions
The following policy establishes the permissions available for staging pipeline resources.
stagpipe::/ {
if (permit == all) {
permit create, read, update, delete
permit use
}
}
Staging pipeline policy example
The following policy gives tom
all controls on the stagpipe::/sandbox/tom
realm and all descendant realms.
stagpipe::/sandbox/tom {
if (auth_server@apcera.me->name == "tom") {
permit all
}
}