Skip to content

Commit 569e422

Browse files
authored
chore(opa): bump to 1.0.0 in integration tests and docs (#619)
* Updating to opa 1.0.0 * fixing test * Removing unecessary empty lines
1 parent 1403ac1 commit 569e422

File tree

6 files changed

+2
-10
lines changed

6 files changed

+2
-10
lines changed

docs/modules/hbase/examples/rego/hbase.rego

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package hbase
22

3-
import rego.v1
4-
53
default allow := false
64
default matches_identity(identity) := false
75

docs/modules/hbase/examples/rego/hbase_test.rego

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package hbase
22

3-
import rego.v1
4-
53
test_permission_admin if {
64
allow with input as {
75
"callerUgi" : {

docs/modules/hbase/examples/usage-guide/hbase-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 hbase
1111
12-
import rego.v1
13-
1412
default allow = true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The basic structure of this rego rule is shown below.
138138
----
139139
package hbase
140140
141-
import rego.v1
141+
142142
143143
# Turn off access by default.
144144
default allow := false

tests/templates/kuttl/opa/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
hbase.rego: |
1010
package hbase
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
@@ -35,7 +35,7 @@ dimensions:
3535
- 1.21.1
3636
- name: opa
3737
values:
38-
- 0.67.1
38+
- 1.0.0
3939
# Used for zookeeper, hdfs and hbase
4040
- name: listener-class
4141
values:

0 commit comments

Comments
 (0)