Skip to content

Fix access control groups for multi attributes#435

Merged
kofrezo merged 1 commit intomainfrom
dk_fix_acl_for_multi_attrs
Mar 10, 2026
Merged

Fix access control groups for multi attributes#435
kofrezo merged 1 commit intomainfrom
dk_fix_acl_for_multi_attrs

Conversation

@kofrezo
Copy link
Contributor

@kofrezo kofrezo commented Mar 6, 2026

When using multi attributes in the query of an ACL they always result in a violation due to a bug.

The cause is that the filter is matched against the multi attribute type instead of its values.

This fix ensures that the filter is evaluated against all values of the multi attribute correctly matching the behavior or regular queries.

When using multi attributes in the query of an ACL they always result in
a violation due to a bug.

The cause is that the filter is matched against the multi attribute type
instead of its values.

This fix ensures that the filter is evaluated against all values of the
multi attribute correctly matching the behavior or regular queries.
@kofrezo kofrezo self-assigned this Mar 6, 2026
@kofrezo kofrezo added the bug label Mar 6, 2026
@kofrezo kofrezo requested a review from brainexe March 6, 2026 14:30
@kofrezo kofrezo marked this pull request as ready for review March 6, 2026 14:30
@kofrezo kofrezo merged commit 75185a0 into main Mar 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants