Skip to content

Commit 2caf1cd

Browse files
sbernauerlfrancke
andauthored
Update README.md
Co-authored-by: Lars Francke <[email protected]>
1 parent e4df413 commit 2caf1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Stackable HDFS already takes care of this, you don't need to do anything in
2626

2727
- Set `dfs.namenode.inode.attributes.provider.class` in `hdfs-site.xml` to `tech.stackable.hadoop.StackableAuthorizer`
2828
- Set `hadoop.security.authorization.opa.policy.url` in `core-site.xml` to the HTTP endpoint of your OPA rego rule, e.g. `http://opa.default.svc.cluster.local:8081/v1/data/hdfs/allow`
29-
- The property `hadoop.security.authorization.opa.extended-requests` (defaults to `false`), which controls if all fields should be sent to OPA.
29+
- The property `hadoop.security.authorization.opa.extended-requests` (defaults to `false`) controls if all fields (`true`) should be sent to OPA or only a subset
3030
Sending all fields degrades the performance, but allows for more advanced authorization.
3131

3232
### API

0 commit comments

Comments
 (0)