Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: regex filters for namespace and name (#1156)
## Description Adds regex for name and namespaces. Another note: Filter Logic is extremely difficult to grok through now, we need to [refactor](#1154) **TODO** - [x] e2e test - [x] Extend Unit tests to add cases for regex - [x] `namespaceComplianceValidator` to test for regex namespaces End to End Test: [PR](defenseunicorns/pepr-excellent-examples#75) - [x] hello-pepr-regex-name (should fail until #1162 lands) - [x] hello-pepr-regex-ns-all - [x] hello-pepr-regex-ns-bounded - [x] hello-pepr-regex-ns-wrong ## Related Issue Fixes #582 <!-- or --> Relates to # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [x] Unit, [Journey](https://github.com/defenseunicorns/pepr/tree/main/journey), [E2E Tests](https://github.com/defenseunicorns/pepr-excellent-examples), [docs](https://github.com/defenseunicorns/pepr/tree/main/docs), [adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or updated as needed - [x] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed --------- Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
- Loading branch information