mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-08 11:53:22 -05:00
[GH-ISSUE #52] API KEY management is a hassle #869
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xhzeem on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/52
The vault in the system should store the API keys but there is no direct way to know all the keys I need
I suggest to add a tab for every transformer with its API keys empty by default, so it will be way easier to manage the APIs
Tools like subfinder should take tens of different API keys but in the same time I might not want to share them with the other tools + I don't have a list of them with their default key names
Also the mistral API for Flo and other platforms wide apis should have a page so that i know what i need
@dextmorgn commented on GitHub (Nov 13, 2025):
Hey @xhzeem,
You'r right, the API key coverage and documentation is really minimal and quite incomplete.
So you suggestion having the keys tied to the transforms themselves instead of having them global ? I like the idea, as you'd have the same config for the flows as well.
I'll add it to the todo and mark this as important.