-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
refinedRequirements are refined and the issue is ready to be implemented.Requirements are refined and the issue is ready to be implemented.size/mediumEstimated to be completed within a weekEstimated to be completed within a weektestsPull requests that update testsPull requests that update tests
Milestone
Description
Overview
As a user of NGF, I would like to add CEL tests for the AuthenticationFilter CR so that I can be confident that the CEL validation works as I expect
Acceptance
- Add new test file to
tests/celdirectory for the AuthenticationFilter
Validations to test
for type=Basic, spec.basic must be set
Example yaml that will fail validation:
apiVersion: gateway.nginx.org/v1alpha1
kind: AuthenticationFilter
metadata:
name: basic-auth
spec:
type: Basic
# spec.basic is missingMetadata
Metadata
Assignees
Labels
refinedRequirements are refined and the issue is ready to be implemented.Requirements are refined and the issue is ready to be implemented.size/mediumEstimated to be completed within a weekEstimated to be completed within a weektestsPull requests that update testsPull requests that update tests
Type
Projects
Status
✅ Done