-
-
Notifications
You must be signed in to change notification settings - Fork 659
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Current Behavior
Policies apply to projects with selected tags. There's no way to apply a policy to all projects except those with specific tags, making exclusion use cases cumbersome.
Proposed Behavior
Introduce a boolean flag invertTagMatch
to allow policies to apply to all projects excluding those with the selected tags.
This enhancement updates both backend logic and frontend UI to support inverted tag matching behavior.
Related PRs:
- [FE](feat(policy): add tag exclusion functionality in PolicyList frontend#1275)
- [BE](feat: add invertTagMatch property to Policy and update PolicyResource #5041)
Checklist
- I have read and understand the contributing guidelines
- I have checked the existing issues for whether this enhancement was already requested
jakub-bochenski
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request