leon-thomm / Ryven

Flow-based visual scripting for Python
https://ryven.org
MIT License
3.8k stars 443 forks source link

Secrets handling #180

Closed gregistech closed 9 months ago

gregistech commented 9 months ago

As I see it, even API keys that are loaded from env variables (basically every Data) is serialized into the save file. There's no way to publish a workflow without that information, obv. you can edit it by hand but that is finicky.

leon-thomm commented 9 months ago

I suggest you extend your Data class and implement get_data() appropriately.