Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Credentials & Security

Configure Redis credentials to allow Radar Collector to collect monitoring data. The collector supports various authentication methods depending on the deployment type.

Deployment-Specific Credentials

For Redis Cluster deployments, authentication is configured via credentials.password and optional credentials.username. If credentials.username is omitted, the collector authenticates as the default ACL user.

For Redis Sentinel deployments, authentication is configured via the credentials.password field in the deployment configuration. See Deployment Types for examples.

General Security Recommendations

  1. Use dedicated monitoring credentials - Don’t reuse admin credentials for collection
  2. Apply least privilege - Only grant the permissions the collector needs
  3. Use environment variables for secrets - Never hardcode credentials in config files
  4. Enable TLS where supported - Use rediss:// URLs for encrypted Redis connections
  5. Rotate credentials regularly - Update passwords and API keys on a schedule