You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The contained details should be sufficient for most use-cases.
68
+
However, if you need access to all the provided information from the `INodeAttributeProvider.AccessControlEnforcer` interface, you can instruct hdfs-utils to send all fields by setting `hadoop.security.authorization.opa.extended-requests` to `true`.
69
+
However, please note that this results in very big JSON objects being send from HDFS to OPA, so please keep an eye on performance degradations.
70
+
71
+
The following example provides an extend request sending all available fields:
0 commit comments