Feature Request
Is there support for Kubernetes auth? I want to do authentication similar to this with Vault
curl --request POST --data "{\"jwt\": \"$(cat /var/run/secrets/kubernetes.io/serviceaccount/token)\" , \"role\": \"my-role\"}" $CASC_VAULT_URL/v1/auth/kube/login