Update docs/external-secrets.md

This commit is contained in:
Deborah
2024-03-04 08:50:00 +00:00
committed by GitHub
parent 255e952e3c
commit 04815dda5f

View File

@@ -73,6 +73,6 @@ Infisical version upgrades can introduce problems connecting to n8n. If your Inf
### Only set external secrets on credentials owned by an instance owner or admin
Due to the additional permissions that instance owners and admins have, it is possible for owners and admins to update credentials owned by another user with a secrets expression. This will preview correctly for an instance owner or admin, but the secret will not resolve when the workflow is run in production.
Due to the permissions that instance owners and admins have, it's possible for owners and admins to update credentials owned by another user with a secrets expression. This will appear to work in preview for an instance owner or admin, but the secret won't resolve when the workflow runs in production.
Only use external secrets for credentials that are owned by an instance admin or owner. This ensures they resolve correctly in production.