Skip to content

vault-cli: create a new moudle that installs vault CLI in a workspace and puts it in the PATH #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
matifali opened this issue Oct 7, 2024 · 2 comments

Comments

@matifali
Copy link
Member

matifali commented Oct 7, 2024

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

@Parkreiner Parkreiner transferred this issue from coder/modules May 8, 2025
@moo-im-a-cow
Copy link

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

#90

@matifali
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants