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

Add provider option tls_server_name #277

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ciiiii
Copy link

@ciiiii ciiiii commented Oct 7, 2023

Motivation

Support tls_server_name in provider configuration, same to https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs#tls_server_name

@ciiiii
Copy link
Author

ciiiii commented Oct 7, 2023

cc @gavinbunney

@Asara
Copy link

Asara commented Dec 12, 2023

Anything we can do to get this merged?
Currently unable to use the provider as I have an EKS cluster that is behind an ssm bastion host and I need to connect to it over localhost.

@ciiiii
Copy link
Author

ciiiii commented Dec 13, 2023

Anything we can do to get this merged? Currently unable to use the provider as I have an EKS cluster that is behind an ssm bastion host and I need to connect to it over localhost.

It seems that the author has been inactive on GitHub for some time, not sure if there're any reliable fork providers that are well-maintained.

@ciiiii
Copy link
Author

ciiiii commented Dec 13, 2023

@Asara FYI, I am currently generating a local kubeconfig as a temporary workaround to support tls_server_name.

@alekc
Copy link
Contributor

alekc commented Dec 14, 2023

Released in my form in 2.0.4-rc2 (https://github.com/alekc/terraform-provider-kubectl/releases)
If you guys can provide feedback it would be great :)

terraform {
  required_providers {
    kubectl = {
      source = "alekc/kubectl"
      version = "2.0.4-rc2"
    }
  }
}

@Asara
Copy link

Asara commented Dec 14, 2023

@alekc it works perfectly. Thanks so much!

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.

None yet

3 participants