open-policy-agent / opa-docker-authz

A policy-enabled authorization plugin for Docker.
Apache License 2.0
85 stars 26 forks source link

add flag -log-only-denied #62

Closed flixr closed 2 years ago

flixr commented 2 years ago

To reduce unnecessary logs but not be completely quiet:

anderseknert commented 2 years ago

You'll need to add a sign-off to your commit for the DCO check before this can be merged though.

Just:

git commit --amend --signoff
git commit push --force
flixr commented 2 years ago

done..