How is everyone else doing secrets? It seems odd to me that everything that might use an API key needs to be an integration instead of an automation. You can't seem to easily hide plain-text apikeys from an automation at all. For example: I have a Contact List for emergencies: I have an API key, that I use to query the owner of certain cloud instances pull the name down, and auto generate an email. all I want to do is hide the API key from being plain-text in the code. The contact name, is also based on other integration JSON attributes on where to look. It seems like I would need to build an integration, to look at another integration to work? The automation already works, but now to set this up as an 'integration' seems like an additional 10 steps that seem silly? am I missing something?
... View more