DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Automate Secret Injection into CI/CD Workflows with the GitHub Action for V

4 years ago www.hashicorp.com
Automate Secret Injection into CI/CD Workflows with the GitHub Action for V

Summary: This is a summary of an article originally published by the source. Read the full original article here →

The Vault GitHub Action allows you to take advantage of secrets sourced from your HashiCorp Vault infrastructure for things like static and dynamic secrets and inject these secrets into your GitHub workflows. The Vault GitHub Action was originally created by Richard Simpson who transferred ownership of the repository to HashiCorp for continual improvement and long term support.

Using both Github Actions and HashiCorp Vault together allows you to easily inject secrets into these CI/CD pipelines just in time for things like API key retrieval.

The HashiCorp Vault GitHub Action allows you to authenticate to Vault using a token, AppRole, or GitHub auth methods.

A self-hosted runner allows you to connect HashiCorp Vault directly over your internal networks and then inject the secrets into your Github Actions steps.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com