Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions ezbake/config/conf.d/auth.conf
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,20 @@ authorization: {
sort-order: 500
name: "puppet tasks information"
},
{
match-request: {
path: "/puppet-admin-api/v1/environment-cache"
type: path
method: delete
}
allow: {
extensions: {
pp_cli_auth: "true"
}
}
sort-order: 500
name: "primary can clean cache after code deploy"
},
{
# Deny everything else. This ACL is not strictly
# necessary, but illustrates the default policy
Expand Down