Vault agent with LDAP auth

Is it possible to use vault agent to securely store and manage the token that has been created from an LDAP auth “vault login” command?

I don’nt feel comfortable to have my user token in plain text under ~/.vault-token in order to be able to execute vault CLI commands.

Thank you!

You can use:
vault login -no-store -method=ldap username=‘test.user’