Skip to content

Commit 53e0b4c

Browse files
authored
chore(opa) bump to 1.0.0 in integration tests and docs (#647)
1 parent 7b9a2a4 commit 53e0b4c

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

docs/modules/hdfs/examples/usage-guide/hdfs-regorules.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ data:
99
hdfs.rego: |
1010
package hdfs
1111
12-
import rego.v1
13-
1412
default allow = true

docs/modules/hdfs/pages/usage-guide/security.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ The basic structure of this rego rule is shown below (you can refer to the full
134134
----
135135
package hdfs
136136
137-
import rego.v1
138-
139137
# Turn off access by default.
140138
default allow := false
141139
default matches_identity(identity) := false

tests/templates/kuttl/kerberos/12-rego-rules.txt.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ data:
99
hdfs.rego: |
1010
package hdfs
1111

12-
import rego.v1
13-
1412
default allow := false
1513
default matches_identity(identity) := false
1614

tests/test-definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dimensions:
2626
- 1.21.1
2727
- name: opa
2828
values:
29-
- 0.67.1
29+
- 1.0.0
3030
- name: number-of-datanodes
3131
values:
3232
- "1"

0 commit comments

Comments
 (0)