-
Notifications
You must be signed in to change notification settings - Fork 260
ci: Enable L7 proxy for cilium nightly pipeline #3868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: vipul-21 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enables the L7 proxy functionality for Cilium nightly pipeline testing by updating a single configuration value. This change allows the nightly pipeline to test Layer 7 network policies and FQDN-based policies, ensuring comprehensive validation of Cilium's advanced traffic management features.
Key changes:
- Enabled L7 proxy functionality in Cilium nightly configuration
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* Initial plan * ci: Enable l7 proxy for cilium nightly pipeline Co-authored-by: vipul-21 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: vipul-21 <[email protected]>
* Initial plan * ci: Enable l7 proxy for cilium nightly pipeline Co-authored-by: vipul-21 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: vipul-21 <[email protected]>
This change enables the L7 proxy functionality for the Cilium nightly pipeline by updating the
enable-l7-proxyconfiguration value from"false"to"true"in the cilium nightly config map.What changed
enable-l7-proxy: "false"toenable-l7-proxy: "true"intest/integration/manifests/cilium/cilium-nightly-config.yamlWhy this change is needed
The L7 proxy feature in Cilium provides application-layer (Layer 7) network policy enforcement and observability capabilities. Enabling this feature for the nightly pipeline will:
Testing
This change aligns with existing test expectations in
test/integration/lrp/lrp_fqdn_test.go, which specifically validates that theenable-l7-proxyflag is set to"true"for FQDN-based Cilium Network Policy testing.The YAML syntax has been validated and the change is minimal, affecting only the specific configuration value requested.
Fixes #3867.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.