Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 755 Bytes

learning_vault.md

File metadata and controls

44 lines (30 loc) · 755 Bytes
path title
/learnings/vault
Learnings: Vault

Table Of Contents

<<Learnings_Vault>>

Vault is a secrets store from Hashicorp

<<Learning_Vault_Development>>

Steps:

  1. Auth
  2. Auth will return a token <-- this encodes policies the token is allowed for.
  3. Log in with token
  4. get secrets

<<Learning_Vault_Auth_Providers>>

  • certain websites: Github, AWS
  • LDAP
  • Okta
  • AppRole <-- app token + secret
  • Username + password

<<Learning_Ops_Vault>>

See also