File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 opa.stackable.tech/bundle : " hdfs-group-mapping"
88data :
99 test.rego : |
10- package hdfs-groups
10+ package hdfsgroups
1111
1212 # this will return the group data in this form:
1313 # "result": {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments