Documentation Index
Fetch the complete documentation index at: https://docs.komiser.io/llms.txt
Use this file to discover all available pages before exploring further.
Supported resource list
Supported resource list
- Certificate Manager
- Cloud Storage Buckets
- Cloud Functions
- Compute Engine VM Instances
- IAM Roles
- IAM Service Accounts
- SQL Instances
- BigQuery tables
- SSL certificates
- Redis instances
- Gateways
- KMS Keys
- Disks
Local Komiser CLI (Single account)
Komiser now supports multiple cloud accounts by default. Account configuration is done through theconfig.toml file, just pass in your account credentials as shown below.
We’ve also added 2 methods of persisting your account data.
Postgres
Add to config.toml file
SQLite
Configuring Credentials
To enable Komiser collecting your GCP resources, you need to have a Service Account setup with at least the following permissions:storage.buckets.listto list Bucketscompute.instances.listto list VM instancesmonitoring.timeSeries.listto allow for cost estimation of your Buckets
config.toml:
name can be anything you want. You can use different names in the case you want to connect more than one GCP account.
Find your organizationId by pressing on the gear icon next to your Organization name.
Run it!
That should be it. Try out the following from your command prompt to start the server:http://localhost:3000
Local Komiser CLI (Multiple accounts)
Simply add more authentication blocks to the configuration fileRun with Docker
To expose the local Service Account file to the Docker container, run Komiser with following command:/path/to/serviceAccount.json is the absolute path to the local file on your machine.
Your config.toml should then look like this:

