Skip to content
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/hbase/examples/rego/hbase.rego
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package hbase

import rego.v1

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

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/hbase/examples/rego/hbase_test.rego
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package hbase

import rego.v1

test_permission_admin if {
allow with input as {
"callerUgi" : {
Expand Down
2 changes: 0 additions & 2 deletions docs/modules/hbase/examples/usage-guide/hbase-regorules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ data:
hdfs.rego: |
package hbase

import rego.v1

default allow = true
2 changes: 1 addition & 1 deletion docs/modules/hbase/pages/usage-guide/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The basic structure of this rego rule is shown below.
----
package hbase

import rego.v1


# Turn off access by default.
default allow := false
Expand Down
2 changes: 0 additions & 2 deletions tests/templates/kuttl/opa/12-rego-rules.txt.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ data:
hbase.rego: |
package hbase

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 @@ -35,7 +35,7 @@ dimensions:
- 1.21.1
- name: opa
values:
- 0.67.1
- 1.0.0
# Used for zookeeper, hdfs and hbase
- name: listener-class
values:
Expand Down