Hi team, can you please explain the best way to store and use a user’s secrets (e.g. API keys) in fly.io?
The flow is:
- User logs into the application
- User is presented with a form to enter their API key
- User enters their API key
- API key is stored in a vault/secrets manager
- The application uses this API key to make calls on the user’s behalf
Hoping there’s a way to do this easily using fly.io. I’m across the flyctl secrets command, but that is more helpful for the use of my own secrets.
Thank you!