Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 613 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 613 Bytes

Python Details

Getting Started

  • Install Python (if not already installed)
  • Run Script (assuming python3 is your Python executable):
python3 vault-poc.py  

Expected Output

 ❌ Never Hardcode Secrets 

Next Steps

  • Add a Vault client library
  • Use the provided token to authenticate More Info
  • Fetch the secret

Expected Output

 🔐 Vault Is The Way 

Extra Credit

  • Use the provided AppRole information to authenticate with Vault

Back To The Scenario