Authentication & Secret Handling
Store credentials in the integration config only long enough to test delivery, then rotate into the secret source you actually operate with.
- Prefer scoped API tokens over user passwords
- Record token owner and rotation window
- Run a dry test after every secret change