Vault Agent Injector Authentication (vault-k8s)

Hey,

I’ve been through the documentation, installation guides and tutorials, but I can’t seem to find an answer to my doubt. I’m a bit of a beginner using Vault.

Is it possible for the Vault Agent Injector, more precisely the init-container to authenticate with an external Vault instance, using just the Vault Token?

So, assuming we only have the vault token on the Kubernetes cluster (no Kubernetes Auth configured, nor role_id/secret_id for AppRole) would we be able to pass it to the vault-agent-init and is it able to use it for authentication?

Thanks in advance.