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
Copy file name to clipboardExpand all lines: docs/async/security.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,5 @@ PUT _opendistro/_security/api/rolesmapping/async_full_access
71
71
72
72
Because they have different backend roles, an asynchronous search submitted by `judy` will not be visible to `elon` and vice versa.
73
73
74
-
`judy` needs to have at least the superset of all roles that `elon` has to see `elon`'s asynchronous searches.
75
-
74
+
`judy` needs to have at least the superset of all roles that `elon` has to see the asynchronous searches that `elon` started.
76
75
For example, if `judy` has 5 backend roles and `elon` one has 1 of these roles, then `judy` can see asynchronous searches submitted by `elon` but `elon` can’t see the asynchronous searches submitted by `judy`. This means that `judy` can perform GET and DELETE operations on asynchronous searches submitted by `elon` but not vice versa.
0 commit comments