We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5520986 commit 23d9508Copy full SHA for 23d9508
pkg/opa/opa.go
@@ -32,7 +32,6 @@ type DockerOpaHandler struct {
32
const authAllowPath string = "data.docker.authz.allow"
33
const buildAllowPath string = "data.docker.build.allow"
34
35
-
36
// ValidateRequest validates a standard docker request (not build)
37
// verifies against the ProxyPolicyFile using the path data.docker.authz.allow
38
func (p DockerOpaHandler) ValidateRequest(r *http.Request) (bool, error) {
0 commit comments