Skip to content

Commit

Permalink
Remove ansible from default policy as unsafe to open w/o params. (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jchacon authored Mar 3, 2022
1 parent 6c6e929 commit 4ddb054
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/sansshell-server/default-policy.rego
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ allow {
input.type = "Process.GetStacksRequest"
}

allow {
input.type = "Ansible.RunRequest"
}

allow {
input.type = "Packages.ListInstalledRequest"
}
Expand Down

0 comments on commit 4ddb054

Please sign in to comment.