Skip to content

Github Action module for fetching secret keys from Vault

Notifications You must be signed in to change notification settings

moneysmartco/get_vault_keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Vault Keys

Takes the secret keys from Vault.

Inputs

address

Required. The URL and PORT of your Vault host (ie. https://ms.vault.co:8200)

role_id

Required.

secret_id

Required.

path

Required. The path to the secrets in Vault (ie. secrets/app_env/stating/bla)

Outputs

secrets

The secrets from Vault structured as KEY=VALUE

Updating

Update index.js and ensure dist/index.js is updated to apply the action code change. See here for more details.

Example usage

uses: actions/get_vault_keys@v0.1.0
with:
  address: 'https://bla.bla:8200'
  role_id: 'xxx'
  secret_id: 'xxx'
  path: 'bla/bla/bla'

About

Github Action module for fetching secret keys from Vault

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published