Hey Tape Fans,
How do you all handle storing sensitive information like API keys?
In my case, I have flows that interact with Stripe, external APIs, etc., and they all rely on API keys. I used to hardcode them directly into the flows, but that quickly became inefficient especially when the same key is used across multiple flows. Updating them is a hassle.
To solve this, I created a config
table in a separate protected workspace with a single record where I store all my keys and references. It works, but I’m wondering if there’s a better or more secure way others are using.
Ideally, Tape should allow us to store credentials securely and reference them by name within flows. That’s be a great feature.
Just wanna know how how you are all doing it?