Database Credentials
Database credentials are used by workflow nodes that query or write to data stores.
Typical engines
- PostgreSQL
- SQL Server
- Oracle
- MongoDB
- Redis
Common fields
- Host and port
- Database name
- Username and password
- Optional connection string and TLS options
Practical guidance
- Use least-privilege database roles.
- Separate read and write credentials when possible.
- Rotate passwords and update dependent workflows together.