Several APIs that I need to connect to require some form of secret in the query parameter (application/x-www-form-urlencoded) when getting an OAuth2 token. Today, those fields in Designer are regular strings, and they are logged to the console at driver startup in clear text.

I found a way to encrypt the value on the Designer side with a workaround where I create a GCV that references a named password and reference the GCV in my query parameter, however the secret shows up in clear text at driver startup. I would love a way to designate certain driver parameters as sensitive.

Comments