HashiCorp Password vault, Oracle Key Management, FastApi, Wireguard, Ngrok, Radius demo

18 days ago
1

HashiCorp Vault is a useful tool for developers to securely store system configurations, API keys, database passwords, webhooks, JWT secret keys, and other sensitive application settings. It allows you to keep configuration separate from source code, ensuring that the same codebase can run consistently across Development, UAT, Staging, and Production environments.

While enterprise key-management systems used by big tech companies are excellent (AWS, Google, Azure), they can be excessive for small to medium-sized applications. To address the issue of Vault requiring manual unseal on each reboot, this tool provides a lightweight script that automatically unseals the Vault using Oracle Key Management System.

With ACL policies and individual tokens per application, HashiCorp Vault supports regular rotation of API keys, passwords, and hash keys without needing to redeploy the application.

https://github.com/edwinwcw2021/vaultdemo

Loading comments...