Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(opa) bump to 1.0.0 in integration tests and docs #647

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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