We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b952af9 commit cdd122aCopy full SHA for cdd122a
test/stack/10-hdfs.yaml
@@ -43,6 +43,9 @@ spec:
43
core-site.xml:
44
hadoop.security.group.mapping: "tech.stackable.hadoop.StackableGroupMapper"
45
hadoop.security.group.mapping.opa.url: "http://test-opa.default.svc.cluster.local:8081/v1/data/hdfs"
46
+ # The operator adds a default static mapping when kerberos is activated, see:
47
+ # https://github.com/stackabletech/hdfs-operator/blob/main/rust/operator-binary/src/kerberos.rs#L97-L101
48
+ # This should be removed so that the mapping implementation can provide this information instead:
49
hadoop.user.group.static.mapping.overrides: ""
50
replicas: 2
51
dataNodes:
0 commit comments