diff --git a/tests/templates/kuttl/authorizer/02-install-opa.yaml.j2 b/tests/templates/kuttl/authorizer/02-install-opa.yaml.j2 index 2f1cdaf4..2425de4e 100644 --- a/tests/templates/kuttl/authorizer/02-install-opa.yaml.j2 +++ b/tests/templates/kuttl/authorizer/02-install-opa.yaml.j2 @@ -11,15 +11,15 @@ data: default allow = false - allow { + allow if { input.user == "alice" } - allow { + allow if { input.user == "admin" } - allow { + allow if { input.user == "druid_system" } --- diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 2d1047c3..cc4e941d 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -30,7 +30,7 @@ dimensions: - 3.9.2 - name: opa values: - - 0.66.0 + - 1.0.0 - name: hadoop values: - 3.4.0