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
granting the role(s) with DLS only to users with specific roles: e.g. in our setup there's only one user in the whole system which shouldn't have this role. there's no way (e.g. backend role in the JWT) which could be used to identify the other users
granting the role(s) with DLS to all users except users of a specific group: it's not possible to define a role mapping as "everything except"
also, both options would be cumbersome to manage the more roles exist and there's a risk that then a user might not be granted a restricting role and can see everything by accident.
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
situation:
due to the user having role B he should be able to see all documents in index X, even though he also has role A.
Describe the solution you'd like
there should be an option to change the behaviour so that the role with no DLS wins.
Search Guard has this feature using a config-option (system-wide setting:
dfm_empty_overrides_all
):Describe alternatives you've considered
also, both options would be cumbersome to manage the more roles exist and there's a risk that then a user might not be granted a restricting role and can see everything by accident.
Additional context
n/a
The text was updated successfully, but these errors were encountered: