Skip to content
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

Insecure mode for https forwarding #79

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

paveliak
Copy link
Collaborator

This PR adds a boolean flag that allows to ignore certificate validation errors for https forwarding. It is akin to --insecure switch for curl. Confilg file has to be used to specify this flag.

The typical application for this change is a dev environment that uses self-signed certificates. A more concrete example could be exposing minikube api-server that runs behind NAT (e.g. in the Codespace). Starting from K8s 1.24 they stopped providing plain http access to the api-server and insecure https is the only option.

@clemensv clemensv merged commit 89b5018 into Azure:master Feb 26, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants