Audit Logs
Onvera maintains comprehensive audit logs for security and compliance.
What is Logged
Audit logs track:
- Deployment operations - Creation, updates, destruction
- User access - Access grants and revocations
- API key usage - All API key activity
- Organization changes - Team member changes
- Authentication events - Login and logout events
Operation Logging
Every operation is logged with:
- Who - User or API key that initiated the action
- What - Operation type and details
- When - Timestamps (requested, started, ended)
- Status - Operation status and outcome
- Resource - Related deployment or resource
API Key Usage
All API key usage is logged:
- When - Timestamp of usage
- Which endpoint - API endpoint accessed
- Organization context - Which organization was accessed
- User context - Which user context was used
Viewing Audit Logs
Via Dashboard
- Navigate to Organization > Audit Logs
- View chronological list of activities
- Filter by date, user, or operation type
Via API
curl -H "X-API-Key: onv_sk_live_..." \
https://api.onvera.io/api/v1/operationsCompliance
Audit logs support compliance requirements with complete activity tracking and export capabilities.
Best Practices
- Review regularly - Monitor logs for unusual activity
- Export logs - For long-term retention and analysis
Related Topics
- Security Overview - Security features