Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/escapace/action-setup-vault

Sets up HashiCorp Vault.
https://github.com/escapace/action-setup-vault

actions vault

Last synced: about 15 hours ago
JSON representation

Sets up HashiCorp Vault.

Awesome Lists containing this project

README

        

## action-setup-vault

Sets up HashiCorp Vault.

### Inputs

#### `vault-version`

**Optional** The version of Vault to install. Instead of full version string you
can also specify a semantic version range (for example `^1.10.4`) to install the
latest version satisfying the constraint. A value of `latest` will install the
latest version of Vault. Defaults to `latest`.

### Example usage

```yaml
uses: escapace/[email protected]
with:
vault-version: ~1.10.4
```