-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Add custom CA file to openstack cloud provider config #41309
Add custom CA file to openstack cloud provider config #41309
Conversation
Hi @kars7e. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with 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. |
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://github.com/kubernetes/kubernetes/wiki/CLA-FAQ to sign the CLA. Once you've signed, please reply here (e.g. "I signed it!") 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. |
I signed it! |
I signed it! |
In cases where insecure OpenStack endpoint is to be used (e.g., when testing), gophercloud will fail to connect to such endpoints. This patch adds support for custom CA file configuration option, which, when provided, will make gophercloud validate OpenStack endpoint against certificate(s) read from file specified in that option.
7831f52
to
e3c8a0c
Compare
@k8s-bot ok to test |
Still not CLA happy. @anguslees are you still reviewing Openstack PRs :) |
@kars7e: The following test(s) failed:
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
@thockin: I'm not working on openstack anymore, and keeping up with reviews + @k8s-bot breakages was previously a full time job - so no, I'm trying not to review openstack PRs :/ |
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.
/approve
Well, thanks for making the time!!
Tim
…On Tue, Feb 21, 2017 at 10:41 PM, Angus Lees ***@***.***> wrote:
***@***.**** approved this pull request.
/approve
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#41309 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFVgVDNnYSWJIXtjOWrRGF42KUDQ72xaks5re9ihgaJpZM4L-5vM>
.
|
|
@k8s-bot cvm gce e2e test this |
[APPROVALNOTIFIER] This PR is APPROVED The following people have approved this PR: anguslees, kars7e Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@k8s-bot cvm gce e2e test this |
Automatic merge from submit-queue (batch tested with PRs 40932, 41896, 41815, 41309, 41628) |
Automatic merge from submit-queue (batch tested with PRs 40932, 41896, 41815, 41309, 41628) Add custom CA file to openstack cloud provider config **What this PR does / why we need it**: Adds ability to specify custom CA bundle file to verify OpenStack endpoint against. Useful in tests and PoC deployments. Similar to what kubernetes#35488 did for authentication. **Which issue this PR fixes**: None **Special notes for your reviewer**: Based on kubernetes#35488 which added support for custom CA file for authentication. **Release note**:
What this PR does / why we need it: Adds ability to specify custom CA bundle file to verify OpenStack endpoint against. Useful in tests and PoC deployments. Similar to what #35488 did for authentication.
Which issue this PR fixes: None
Special notes for your reviewer: Based on #35488 which added support for custom CA file for authentication.
Release note: