Google Cloud Platform (GCP)
Follow these steps to set up a Read-Only Access Service Account on Google Cloud Platform (GCP).
Step 1: Log in to Google Cloud Console
Go to the Google Cloud Console.
Sign in with your administrator account.
Step 2: Create a Service Account
Navigate to IAM & Admin → Service Accounts.
Click Create Service Account.
Provide a Name (e.g.,
nebu-readonly
).Click Create and Continue.
Step 3: Assign the Predefined Viewer
Role
Viewer
RoleUnder Grant this service account access to the project, click Add Role.
Search for the predefined role:
roles/viewer
Select the Viewer role and click Continue.
Step 4: Generate and Download a JSON Key
After creating the service account, go to the Keys tab.
Click Add Key → Create New Key.
Choose JSON format and download the file securely.
Final Step: Use the JSON Key in NEBU Initialization
Use the values from the downloaded JSON key file in NEBU’s initialization process.
NEBU will securely use this key to analyze your cloud environment with read-only permissions.
Last updated