Does Vault-Provider in Terraform support Kubernetes Auth Backend?

Title,

I’m running my terraform workers in kubernetes and I would like to know whether Vault-Provider can be configured to use worker’s service-account token to authenticate to Vault.

Thanks

You can use JWT auth method with the K8s service account JWT token.