What to create
Tero needs two Datadog credentials:- An API key named
Tero - An application key owned by a service account with the permissions below
pup CLI to create both credentials.
Permissions
Every permission Tero asks for is read-only. Tero reads log data out of your indexes and pulls summary statistics for metrics. Log analysis needs four:
If your account includes metrics analysis, add five more:
Datadog’s
Read-Only role covers all nine. Grant it, or build a custom role with only the permissions you need.
Nothing here lets Tero change your Datadog configuration. If you later want Tero to enforce policies in Datadog, that takes write access you grant separately.
Create credentials
- Datadog UI
- Pup
1
Create an API key
In Datadog, go to Organization Settings > API Keys. Create a new key named
Tero.2
Create a service account
Go to Organization Settings > Service Accounts. Create a service account named
Tero and assign it the Read-Only role, or a custom role holding the permissions above.3
Create an application key
Open the
Tero service account. Under Application Keys, create an application key and copy it. Datadog shows the application key secret once.