Skip to content

Commit 2a3b705

Browse files
authored
chore: bump OPA to 1.0.0
1 parent 1a0a860 commit 2a3b705

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/templates/kuttl/authorizer/02-install-opa.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ data:
1111

1212
default allow = false
1313

14-
allow {
14+
allow if {
1515
input.user == "alice"
1616
}
1717

18-
allow {
18+
allow if {
1919
input.user == "admin"
2020
}
2121

22-
allow {
22+
allow if {
2323
input.user == "druid_system"
2424
}
2525
---

tests/test-definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dimensions:
3030
- 3.9.2
3131
- name: opa
3232
values:
33-
- 0.66.0
33+
- 1.0.0
3434
- name: hadoop
3535
values:
3636
- 3.4.0

0 commit comments

Comments
 (0)