Hey all!
I created a very useful workflow that I thought I’d share here, it allows you to visualize the list of credentials that are in use, and which workflow and node it’s being used by.
Very useful for multi-db usage and migrations ![]()
1 Like
Hey @Wendy,
This is neat nice work, did you know that if you use the n8n node there is an audit option and under that you can get information on credenital usage. It isn’t the same as what you have but could also be useful, The output will contain…
- Credentials not used in any workflow
- Credentials not used in any active workflow
- Credentials not used in recently executed workflows
Thanks for your reply! Yes I’m aware of that ![]()
the idea here is the opposite, what IS in use, so you can then swap to different db or different source if you’re moving to different credentials ![]()
1 Like