n8n Credential Picker Regression: Hidden Shared Credentials After Update - Risks and Remedies
A recent n8n update caused the credential picker UI to stop displaying credentials shared with an admin user, even though workflows continue to execute using those credentials. This UI regression creates auditability and governance gaps that can confuse operators and increase security and compliance risk.
Significance. The bug - shared credentials not appearing in the node editor but still being used at runtime - is more than a cosmetic issue. It severs the link between what operators see and what the system executes, undermining trust, complicating audits, and increasing the likelihood of misconfiguration. For regulated environments, the inability to easily verify credential ownership and sharing state is a red flag.
Operational impact. Confusing UI behavior can lead to unsafe workarounds: users might reassign ownership, create duplicate credentials, or escalate privileges to regain visibility. Each workaround expands the attack surface and makes rotation and revocation harder. Even if existing nodes run successfully, teams lose the ability to quickly review and maintain workflows, slowing incident response and change management.
Immediate actions for leaders. Pause rolling the update across critical environments until a patch is available. In the short term, verify credential mappings via the backend (database or API), confirm that execution logs and audit trails show expected access, and consider rotating critical secrets if you suspect any integrity issues. Communicate the problem clearly to stakeholders and open a support case with n8n; escalate through paid support if you have SLAs.
Preventive steps. Treat low-code platforms like any other core platform: maintain staging, automated E2E tests that include UI and RBAC flows, and a controlled upgrade process with canary deploys. Establish operational playbooks for credential lifecycle (creation, sharing, rotation) and require vendors to provide transparent changelogs and rollback options for UI/permission changes.
Original Source
n8n Community
