openstack: pass through InsecureSkipVerify into openstack components#17908
Conversation
|
I think this should into 1.35 /milestone v1.35 |
955072d to
70c82e5
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman 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 |
70c82e5 to
a8d9e0e
Compare
a8d9e0e to
d22e1cf
Compare
If the user has set InsecureSkipVerify in the kops cluster spec for openstack, we should pass that through to the openstack clients we create, so that they honor that setting. We use a "private" environment variable KOPS_OS_TLS_INSECURE_SKIP_VERIFY, because there is no well-known OpenStack environment variable for this purpose.
d22e1cf to
9af8517
Compare
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
fbe1cc0 to
1edae40
Compare
|
/lgtm |
|
/override pull-kops-e2e-k8s-aws-calico |
|
@hakman: Overrode contexts on behalf of hakman: pull-kops-e2e-k8s-aws-calico DetailsIn 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-sigs/prow repository. |
If the user has set InsecureSkipVerify in the kops cluster spec for openstack,
we should pass that through to the openstack clients we create, so that they
honor that setting.