opa-docker-authz
opa-docker-authz copied to clipboard
Improve request logging
Currently the plugin logs the Docker request object as is. As a result, the HTTP body is printed as a an array of bytes (which is not very useful.)
Instead, the plugin could log individual Docker request object fields and provide better formatting for values like the HTTP body.
This should be a fairly simple change as there is only one place where the request is logged.
Reported in #5