test: add E2E tests for --enable-cross-namespace flag#175
Conversation
|
Doc changes is added - aws-controllers-k8s/docs#37 |
209b346 to
d616ec2
Compare
d616ec2 to
01b525c
Compare
01b525c to
9e75700
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sapphirew The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9e75700 to
5d0579a
Compare
The --enable-cross-namespace flag, generated reference resolution code, and Helm wiring already shipped upstream in iam-controller v1.7.2 (ACK runtime v0.60.0). This adds end-to-end test coverage for the cross-namespace behavior across the three scenarios: flag enabled (deprecation advisory), flag disabled (terminal rejection), and same-namespace (always allowed).
5d0579a to
2c8fbc7
Compare
|
@sapphirew: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/retest |
Issue #, if available:
Description of changes:
Regenerate iam-controller using updated code-generator and runtime that introduce the unified --enable-cross-namespace flag with phased rollout.
Generated code changes:
E2E tests cover three scenarios:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.