-
Notifications
You must be signed in to change notification settings - Fork 516
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
OCPBUGS-12699: Add additional names to env var allow list #1659
OCPBUGS-12699: Add additional names to env var allow list #1659
Conversation
@coreydaley: This pull request references Jira Issue OCPBUGS-12699, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
Hello @coreydaley! Some important instructions when contributing to openshift/api: |
/jira refresh |
@coreydaley: This pull request references Jira Issue OCPBUGS-12699, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: coreydaley. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
@coreydaley: This pull request references Jira Issue OCPBUGS-12699, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: coreydaley. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
/assign @adambkaplan |
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.
Potentially will result in a merge conflict with #1660?
I will rebase it after #1660 merges, but I wanted to keep them separate |
/hold Per Corey's comment, can release once #1660 merges. |
/hold cancel |
/cherry-pick release-4.14 |
@coreydaley: once the present PR merges, I will cherry-pick it on top of release-4.14 in a new PR and assign it to you. 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. |
/approve |
/retest-required |
/assign @adambkaplan |
@adambkaplan bump |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan, bparees, coreydaley The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@coreydaley: all tests passed! Full PR test history. Your PR dashboard. 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. |
@coreydaley: Jira Issue OCPBUGS-12699: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged: These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-12699 has not been moved to the MODIFIED state. 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. |
@coreydaley: #1659 failed to apply on top of branch "release-4.14":
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. |
[ART PR BUILD NOTIFIER] This PR has been included in build ose-cluster-config-api-container-v4.15.0-202311280834.p0.gd83ab5b.assembly.stream for distgit ose-cluster-config-api. |
With openshift/api#1659 additional env variables were whitelisted (proxy vars in lower case). This commit adds testcases for all the whitelisted proxy env vars.
With openshift/api#1659 additional env variables were whitelisted (proxy vars in lower case). This commit adds testcases for all the whitelisted proxy env vars.
With openshift/api#1659 additional env variables were whitelisted (proxy vars in lower case). This commit adds testcases for all the whitelisted proxy env vars.
With openshift/api#1659 additional env variables were whitelisted (proxy vars in lower case). This commit adds lower-case proxy env variables to pod's proxyDefaults
With openshift/api#1659 additional env variables were whitelisted (proxy vars in lower case). This commit adds lower-case proxy env variables to pod's proxyDefaults
With openshift/api#1659 additional env variables were whitelisted (proxy vars in lower case). This commit adds lower-case proxy env variables to pod's proxyDefaults
Adding additional env vars to the whitelist so that we can also set the proxy env vars in lowercase which is required by some well known tools such as CURL. I have also opened openshift/openshift-controller-manager#278 which will automatically set the lowercase env vars along with the uppercase ones.