-
Notifications
You must be signed in to change notification settings - Fork 258
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
Cross namespace resource references #1777
Comments
@a-hilaly: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions 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/test-infra repository. |
Hi! /assign @the-cybersapien |
Issues go stale after 180d of inactivity. |
Stale issues rot after 60d of inactivity. |
Issues go stale after 180d of inactivity. |
Issue [#1777](aws-controllers-k8s/community#1777) Description of changes: * Added namespace string to AWSResourceReference struct * Needs testing By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue [#1777](aws-controllers-k8s/community#1777) Description of changes: * Adding new e2e test suites to validate our recently introduced feature ["cross namespace resource references"](aws-controllers-k8s/code-generator#532). In order to test this feature, we added a new feature to allow new namespace creation, from which resources will be referenced (Policy in this case). By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue [#1777](aws-controllers-k8s/community#1777) Description of changes: * Added ability to reference resources cross namespace * Needs more testing * Related change in runtime aws-controllers-k8s/runtime#152 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issues go stale after 180d of inactivity. |
Currently ACK controllers only allow within-same-namespace resource references . It would be nice to extend this feature to allow cross-namespace references and have a similar experience to resources secret fields. This is technically not very complicated to implement.
Runtime changes:
Code generator changes:
ClearResolvedReferences
code-generator#435 merge - we need to stop passing the parent resource namespace and use the one mentioned in the ref field.If anyone wanna give this a stab feel free to drop questions in this thread
/good-first-issue
/help-wanted
The text was updated successfully, but these errors were encountered: