We have a few API’s that require us to send the API key or authorization header as plain text i.e. as an API key in the headers, or in the request body that we send.
It would be good to have functionality that allows us to retrieve secrets as plain text, but still have the secret encoded from plain view.
or at the very least, store it as encoded and then decode it in the workflow.
Our current work around is storing the key as the username.