-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
enhancementNew feature or requestNew feature or requestrefinedRequirements 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 week
Milestone
Description
As a user
I want NGF to fetch my NAP WAF Policy bundle from a remote location
So that this bundle can be applied by the data plane to protect my traffic
Acceptance
- When a user supplies a remote location for a WAF policy in the WafPolicy resource:
- The NGF control plane attempts to download the WAF policy from the remote location supplied.
- The file downloaded from the remote location is validated via checksum that was downloaded from the remote location.
Dev Notes
- Create a Policy Fetcher utility in framework which can pull files from a remote location, as configured in the WafPolicy resource.
- Implement policy validation via Checksum validation (compute checksum locally and compare to remote provided checksum).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestrefinedRequirements 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 week
Type
Projects
Status
✅ Done