Skip to content

Commit 8606249

Browse files
committed
renamed package/url
1 parent cfd7fd9 commit 8606249

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Group mappings are resolved on the NameNode and the following configuration shou
5757

5858
#### hadoop.security.group.mapping.opa.url
5959

60-
* The Opa Server endpoint e.g. `"http://test-opa.default.svc.cluster.local:8081/v1/data/hdfs-groups"`
60+
* The Opa Server endpoint e.g. `"http://test-opa.default.svc.cluster.local:8081/v1/data/hdfsgroups"`
6161

6262
#### hadoop.security.group.mapping.opa.list.name
6363

test/stack/05-opa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
opa.stackable.tech/bundle: "hdfs-group-mapping"
88
data:
99
test.rego: |
10-
package hdfs-groups
10+
package hdfsgroups
1111
1212
# this will return the group data in this form:
1313
# "result": {

test/stack/10-hdfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
core-site.xml:
4444
# the mapper is only handled on the namenode so no need to apply this config to all roles
4545
hadoop.security.group.mapping: "tech.stackable.hadoop.StackableGroupMapper"
46-
hadoop.security.group.mapping.opa.url: "http://test-opa.default.svc.cluster.local:8081/v1/data/hdfs-groups"
46+
hadoop.security.group.mapping.opa.url: "http://test-opa.default.svc.cluster.local:8081/v1/data/hdfsgroups"
4747
hadoop.security.group.mapping.opa.list.name: "groups"
4848
# The operator adds a default static mapping when kerberos is activated, see:
4949
# https://github.com/stackabletech/hdfs-operator/blob/main/rust/operator-binary/src/kerberos.rs#L97-L101

0 commit comments

Comments
 (0)