terraform-provider-helm icon indicating copy to clipboard operation
terraform-provider-helm copied to clipboard

Add `tls_server_name` kubernetes provider options.

Open bartoszj opened this issue 2 years ago • 1 comments

Description

Sometimes it is needed to connect to Kubernetes cluster using address which is not included in certificates SNIs. like IP addresses, SSH tunnels, etc. insecure parameter can be used in such scenarios, but it disable certificate validation. By using tls_server_name it is still possible to validate server certificate.

Acceptance tests

  • [ ] Have you added an acceptance test for the functionality being added?

Release Note

Release note for CHANGELOG:

Add `tls_server_name` kubernetes provider options.

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

bartoszj avatar Mar 12 '22 17:03 bartoszj

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Mar 14 '22 03:03 hashicorp-cla