Skip to content

SaltStack formula for authenticate the EC2 instance with Hashicorp Vault

License

Notifications You must be signed in to change notification settings

MetroStar/vault-auth-formula

 
 

Repository files navigation

vault-formula

This project uses a SaltStack formula to automatically authenticate the EC2 instance to an existing Hashicorp Vault cluster.

This formula uses data externalized via the SaltStack "Pillar" feature. See the sections below for the data required to be present within the supporting pillars.

vault

vault:
  lookup:
    url: https://vault.zyx.net
    role: vault-client-auth-iam
    auth_type: iam or ec2
    mount_point: 'aws'
    

About

SaltStack formula for authenticate the EC2 instance with Hashicorp Vault

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.2%
  • SaltStack 5.3%
  • Makefile 1.3%
  • Dockerfile 0.2%