Skip to content

Commit

Permalink
chore(opa) bump to 1.0.0 in integration tests and docs (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleware authored Jan 29, 2025
1 parent 7b9a2a4 commit 53e0b4c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions docs/modules/hdfs/examples/usage-guide/hdfs-regorules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ data:
hdfs.rego: |
package hdfs
import rego.v1
default allow = true
2 changes: 0 additions & 2 deletions docs/modules/hdfs/pages/usage-guide/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ The basic structure of this rego rule is shown below (you can refer to the full
----
package hdfs
import rego.v1
# Turn off access by default.
default allow := false
default matches_identity(identity) := false
Expand Down
2 changes: 0 additions & 2 deletions tests/templates/kuttl/kerberos/12-rego-rules.txt.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ data:
hdfs.rego: |
package hdfs

import rego.v1

default allow := false
default matches_identity(identity) := false

Expand Down
2 changes: 1 addition & 1 deletion tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dimensions:
- 1.21.1
- name: opa
values:
- 0.67.1
- 1.0.0
- name: number-of-datanodes
values:
- "1"
Expand Down

0 comments on commit 53e0b4c

Please sign in to comment.