terraform-provider-helm
terraform-provider-helm copied to clipboard
Add `tls_server_name` kubernetes provider options.
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