You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we install vault CLI as part of our other vault modules. Let us create a new module that only installs the vault CLI without the authentication steps.
It should be an easy lift as we have all the installation-related code in all vault modules.
my PR for making the token optional in the vault-token module would mean that module can be used to install vault without attempting any authentication,
then it should be usable to install the vault cli as part of the other vault modules
Thanks @moo-im-a-cow. The purpose of this issue was to refactor and extract all that functionality into a single module that all other vault modules could use. We have plenty of them now: https://registry.coder.com/modules?tag=vault
Currently, we install vault CLI as part of our other vault modules. Let us create a new module that only installs the vault CLI without the authentication steps.
It should be an easy lift as we have all the installation-related code in all vault modules.
Part of #49
The text was updated successfully, but these errors were encountered: