Connect Cloud Accounts
Cloud integrations belong to the workspace where you create them. They provide the live infrastructure context used in that workspace by:- Cloud compliance scans
- Cloud monitor findings
- Cloud resource inventory and import
- DevOps Agent sessions that need cloud-side context
Integrations, and select Cloud.
Connection Methods
Principle: Read First, Write Never
For onboarding and scanning, Cloudgeni is designed around read access to your cloud estate. The product reads live state, runs scans, and uses that context to open repository changes later. It is not supposed to apply infrastructure changes directly in your cloud account.AWS
Use a dedicated IAM user with read-only access:AccessKeyId and SecretAccessKey into the AWS integration form.
Azure
Choose Quick Connect to create the service principal and required role assignments through an Azure authorization flow. Choose Manual to enter credentials for a service principal managed by your organization. Both methods are supported. Quick Connect creates a subscription-scoped service principal with roles for resource inventory, security posture, Log Analytics access, Terraform state discovery, and Azure Cost Management summaries. The Cost & Billing views need Cost Management Reader; plainReader
access can discover resources while still returning no actual billing rows.
For Manual setup, create a subscription-scoped service principal with this role set:
create-for-rbac output before extracting fields: the client secret (password)
is returned exactly once and cannot be retrieved later. The manual credential form needs APP_ID
(client ID), CLIENT_SECRET, and TENANT_ID. Passing --assignee-object-id with
--assignee-principal-type ServicePrincipal avoids the “principal not found” failures that can
occur when a role assignment races Entra ID replication right after the principal is created.
Enter the subscription ID, tenant ID, client ID, and client secret in the Manual form. See
Azure Setup for the complete flow and verification steps.
GCP
Cloudgeni supports two modes:- Keyless impersonation
- Service account key upload
cloudgeni-platform-sa@cloudgeni-production.iam.gserviceaccount.com
Minimal impersonation example:
Kubernetes
Connect one cluster per integration with a read-only kubeconfig. Cloudgeni accepts static bearer tokens or inline client certificate/key data; kubeconfigs that execute a local cloud CLI plugin are not supported by the hosted scanner. The setup form can generate a least-privilege service-account manifest and compatible kubeconfig commands. See Kubernetes Setup for the credential and reachability requirements.OCI
You need a dedicated user, an API key pair, and a policy that grants read access to the tenancy or compartment you want Cloudgeni to inspect.Exoscale
Create a restricted Exoscale IAM API key with read access to resource inventory. Enter the API key, secret, and default zone in the integration form. Exoscale inventory is supported; no compliance framework is currently mapped to Exoscale findings. See Exoscale Setup.OpenShift
OpenShift uses the same static kubeconfig requirements as Kubernetes and additionally inventories OpenShift resources such as projects, routes, security context constraints, and cluster versions. See OpenShift Setup.After The Account Is Connected
The next useful actions are:- Run Cloud Compliance for framework-based posture scans
- Review Cloud Monitors for native provider findings
- Open Cloud Resource Import if you want to recover IaC from live resources
What To Check If Setup Fails
- Integration is present but not useful: verify the account really has enough read scope for the resources you expect
- No findings or inventory appear: run a sync or scan from the integration page after the connection becomes active
- Agent work lacks cloud context: make sure you selected the cloud account when launching the session, not just connected it earlier