Skip to content

Commit 4bba00d

Browse files
committed
fix package name
1 parent 8fbd291 commit 4bba00d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

stacks/end-to-end-security/hive-metastore-regorules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
opa.stackable.tech/bundle: "true"
99
data:
1010
actual_permissions.rego: |
11-
package hive-iceberg
11+
package hive_iceberg
1212
1313
trino_user := "trino"
1414
spark_user := "spark"

stacks/end-to-end-security/hive-metastore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
authorization:
1111
opa:
1212
configMapName: opa
13-
package: hive-iceberg
13+
package: hive_iceberg
1414
database:
1515
connString: jdbc:postgresql://postgresql-hive-iceberg:5432/hive
1616
credentialsSecret: postgres-credentials

0 commit comments

Comments
 (0)