Back to source list
Official
Premium
Orca source integration documentation
This plugin is in preview.
Sync from Orca to any destination
Publisher
cloudquery
Latest version
v2.8.21
Type
Source
Platforms
Date Published
Loading plugin documentation
This plugin is in preview.
Sync from Orca to any destination
Publisher
cloudquery
Latest version
v2.8.21
Type
Source
Platforms
Date Published
Loading plugin documentation
We use tracking cookies to understand how you use the product and help us improve it. Please accept cookies to help us improve. You can always opt out later via the link in the footer.
cloudquery
needs to be authenticated.
An API Token is required for authentication.kind: source
spec:
name: orca
path: cloudquery/orca
registry: cloudquery
version: "v2.8.21"
tables: ["orca_cloud_accounts"]
destinations: ["postgresql"]
# Learn more about the configuration options at https://cql.ink/orca_source
spec:
# required
api_token: "${ORCA_API_TOKEN}"
# optional
# base_url: https://api.orcasecurity.io/api
# cloud_account_ids:
# - bbe3483c-cde3-477b-b882-4719f93aacdf
# - 5aa0f19f-a8e1-489d-9488-65d7b185ba77
api_token
(string
) (required)base_url
(string
) (optional, default: https://api.orcasecurity.io/api
)# The following config will sync from the backend hosted in EU
spec:
api_token: "${ORCA_API_TOKEN}"
base_url: https://api.eu.orcasecurity.io/api
# Or the backend hosted in India
spec:
api_token: "${ORCA_API_TOKEN}"
base_url: https://api.in.orcasecurity.io/api
cloud_account_ids
([]string
) (default: empty. Will sync all accounts)concurrency
(integer
) (optional, default: 10000
)scheduler
(string
) (optional, default: dfs
)
The scheduler to use when determining the priority of resources to sync.
Supported values are dfs
(depth-first search), round-robin
, shuffle
and shuffle-queue
.