Security & Trust
Audit Logs

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

  1. Navigate to Organization > Audit Logs
  2. View chronological list of activities
  3. Filter by date, user, or operation type

Via API

curl -H "X-API-Key: onv_sk_live_..." \
  https://api.onvera.io/api/v1/operations

Compliance

Audit logs support compliance requirements with complete activity tracking and export capabilities.

Best Practices

  1. Review regularly - Monitor logs for unusual activity
  2. Export logs - For long-term retention and analysis

Related Topics