This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Description
It's not really explained in the README, so I have a question. How do most people obtain the vault tokens to get access to the creds paths for this plugin? I don't understand how its useful to use the builtin oidc flows to obtain a refresh token without at the same time providing a vault token associated with a policy that provides access to the corresponding creds.
This is why I have been using the hashicorp/vault-plugin-auth-jwt plugin to do authentication and associate it with a policy, and then pass its refresh_token on to this plugin. It requires using a pull request that the maintainers have expressed an interest in but haven't merged for over a year, so if there were a way that I could use only this plugin that would be great. I just don't see how it can be done with only a secrets plugin.