You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 dataplane to protect my traffic
Acceptance
Create a Policy Fetcher controller 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)
Use our secure gRPC connection to agent to distribute these policy bundles to their destination dataplane via the existing ConfigSetApply mechanism
The text was updated successfully, but these errors were encountered:
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 dataplane to protect my traffic
Acceptance
The text was updated successfully, but these errors were encountered: