Step 1: Create a Service Account
Create a service account in GCP
Create a service account in GCP
- Open the GCP IAM console for the project you want to connect.
- Click Create service account.
-
Name it
nofireand click Create and continue. -
Assign the following roles:
- Logs Viewer (
roles/logging.viewer) — read access to Cloud Logging - Monitoring Viewer (
roles/monitoring.viewer) — read access to Cloud Monitoring metrics - Cloud Trace User (
roles/cloudtrace.user) — read access to Cloud Trace
- Logs Viewer (
- Click Done to create the account.
These are read-only roles. NOFire does not write to or modify any GCP resources.
Download credentials JSON
Download credentials JSON
- Open the service account you just created.
- Go to the Keys tab and click Add key → Create new key.
- Select JSON and click Create. A credentials file downloads automatically.
- Keep this file secure — you’ll upload it to NOFire in Step 2.
Step 2: Add GCP Connection to NOFire AI
What NOFire queries
During root-cause analysis, NOFire queries GCP for:
GCP signals are evaluated alongside Kubernetes graph data from Edge and any other connected observability backends.

