Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 764 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 764 Bytes

Java Details

Note: This Java app was created using Maven

Getting Started

  • Install Java JDK (if not already installed)
  • Install Maven (if not already installed)
  • Run script
mvn clean package -DskipTests
mvn exec:java -Dexec.mainClass=com.example.vaultpoc.VaultPOC

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