Simple Vault Action
Version updated for https://github.com/kdihalas/vault-action to version v2.0.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action enables seamless authentication to HashiCorp Vault using GitHub’s OpenID Connect (OIDC) provider and automates the retrieval of secrets for workflows. It addresses the challenge of securely managing secrets and dynamic credentials by supporting features like Vault KV v2 secret fetching, AWS and Kubernetes dynamic credentials generation, and masked outputs for sensitive values. By eliminating external dependencies, it simplifies integration with Vault for secure and efficient CI/CD pipelines.
What’s Changed
2.0.0 (2026-04-05)
⚠ BREAKING CHANGES
- add Kubernetes secret support and refactor
Features
- add Kubernetes secret support and refactor (06e5e4f)