-
Notifications
You must be signed in to change notification settings - Fork 428
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
✨ Allow nested maps only when used with 'AllowDangerousTypes' flag. #569
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
Welcome @vijtrip2! |
re-run cla/linuxfoundation |
404e1c6
to
5d934cd
Compare
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
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.
A couple nits, but mostly LGTM from me.
I don't have approval powers (nor the final say on whether we actually do want to allow nested maps behind the dangerous types flag).
Leaving it to @vincepri, who I think is the sole remaining approver.
pkg/crd/testdata/dangerous_types/dangerous.example.com_dangeroustypes.yaml
Outdated
Show resolved
Hide resolved
/assign @vincepri |
5d934cd
to
9be1a0f
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vijtrip2 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Issue aws-controllers-k8s/community#894 * Regenrate apigatewayv2 controller with runtime v0.12.0 & aws-sdk-go v1.35.5. ( aws-sdk-go upgrade is blocked due to kubernetes-sigs/controller-tools#569 ) * Made sure multiple Apis are not created during reconciliation * Removed the support for 'APIKeySelectionExpression' field in custom update call because API Gateway team added new validation that this field should not be used. * Fixed the e2e tests and made sure they can execute successfully independent in parallel threads. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Can be closed since #518 was merged. |
@vijtrip2: PR needs rebase. 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. |
Adding nested maps to the dangerous-types and allowing nested maps only when 'allowDangerousTypes' flag is passed.
There is already a PR open for this change, Please see that for previous discussion . See #518 (Credits to @Porges )
This change will help in unblocking following two use cases and possibly more: