Skip to content

Commit

Permalink
Fix rebase tests
Browse files Browse the repository at this point in the history
Signed-off-by: Magnus Jungsbluth <magnus.jungsbluth@zalando.de>
  • Loading branch information
mjungsbluth committed Feb 15, 2024
1 parent 5ee3b28 commit 44697b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func TestAuthorizeRequestFilter(t *testing.T) {
},
{
msg: "Allow Matching Environment",
filterName: "opaAuthorizeRequest",
bundleName: "somebundle.tar.gz",
regoQuery: "envoy/authz/allow_runtime_environment",
requestPath: "/allow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func TestAuthorizeRequestFilter(t *testing.T) {
},
{
msg: "Allow With opa.runtime execution",
filterName: "opaServeResponse",
bundleName: "somebundle.tar.gz",
regoQuery: "envoy/authz/allow_object",
requestPath: "allow/production",
Expand All @@ -83,6 +84,7 @@ func TestAuthorizeRequestFilter(t *testing.T) {
},
{
msg: "Deny With opa.runtime execution",
filterName: "opaServeResponse",
bundleName: "somebundle.tar.gz",
regoQuery: "envoy/authz/allow_object",
requestPath: "allow/test",
Expand Down

0 comments on commit 44697b0

Please sign in to comment.