Authentication
Secure access to Raphtory services
Implement authentication for production graph intelligence deployments.
API Key Authentication
Simple token-based authentication:
OAuth 2.0 / OIDC
Integrate with enterprise identity providers:
Kubernetes Service Account
For pod-to-pod authentication:
Use in deployment:
mTLS (Mutual TLS)
Certificate-based authentication:
Best Practices
- Rotate credentials regularly (90 days)
- Use secrets management (Vault, AWS Secrets Manager)
- Audit access logs for suspicious activity
- Enforce MFA for admin access
- Separate environments (dev/staging/prod keys)
Environment-Specific Keys
See Also
- Authorization - Role-based access control
- Network Security - Network policies