What's the least manually intensive way to update multiple HTTP Action Client Secrets in multiple workflows?

Say I have 10 HTTP Action steps that call up IDN v2024 APIs in each workflow, and that we have 20 workflows. What’s the best way to manage / reference / update these client IDs and client secrets in the workflows? Or even auto rotate the secrets?

This is currently such an overhead for workflows to ‘call itself’ for various actions. Maybe I’m missing something I should know about?

This also creates issue for us that we either have to toggle the workflow offline to modify it, or create a duplicate of the workflow, and toggle / flip to the v2 workflow with updated credentials.

@David_Norris I don’t think you can least way to update the client secret, only way is to duplicate the workflow and change the secret or go in each WF and change it.

May be you can submit this idea in ideas.portal

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.