8.27Secret rotation
Assume:
client secret
will eventually change.
Design so that rotating it doesn't require developers to:
edit Mule XML
recompile source
commit secret
Better:
update deployment secret
restart/redeploy if needed
The code hasn't changed.