Vault Secret Store
Version updated for https://github.com/camarrone/vault-secret-store to version v0.0.7.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action facilitates secure interaction with HashiCorp Vault by automating the retrieval and storage of secrets. Unlike the official HashiCorp Vault Action, this fork adds the ability to write secrets to Vault in addition to reading them, enabling more dynamic secret management workflows. It simplifies authentication with Vault and makes secrets available as environment variables or outputs for use in subsequent steps, solving the problem of securely managing sensitive data in CI/CD pipelines.
Release notes
What’s Changed
- Fix index.js by @camarrone in https://github.com/camarrone/vault-secret-store/pull/13
Full Changelog: https://github.com/camarrone/vault-secret-store/compare/v0.0.6...v0.0.7