API Keys
An API key in groundcover provides secure, programmatic access to the API on behalf of a service account. It inherits that account’s permissions and should be stored safely.
Binding and Permissions
Creation and Storage
Authentication and Usage
curl 'https://api.groundcover.com/api/k8s/v3/clusters/list' \
-H 'accept: application/json' \
-H 'authorization: Bearer <YOUR_API_KEY>' \
-H 'X-Backend-Id: <YOUR_BACKEND_ID>' \
--data-raw '{"sources":[]}'Validity and Revocation
Scope of Use
API Keys vs Ingestion Keys
Security Best Practices
Last updated
