Help Eradicate Passwords!
Build a secret manager (CRUD) in the language of your choice that will allow users to access their secrets without creating a new username and password for your service. The user's interface can be a command-line tool, a desktop app, a mobile app, or a web app.
Using Hashicorp Vault's KV secret engine as your secret store, choose one of the following auth methods to authenticate your clients without a password:
- **OpenID Connect/OIDC **(https://www.vaultproject.io/docs/auth/jwt/oidc_providers)
- ** mTLS/Mutual TLS/Client Cert Auth** (https://www.vaultproject.io/docs/auth/cert)
If you need help, you can always shoot Jon a message on Discord, LinkedIn, or email me@jonzlotnik.info
Give Feedback
Log in to comment!