You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Cobalt, API tokens can be valid for multiple organizations. Currently this integration naively assumes that the first organization is the one that users mean to ingest.
Instead, when users want to ingest a single organization, they should be able to pass an optional orgToken that they can use to fetch a specific organization.
If the org token is not present, we could either a) ingest just the first organization from https://api.cobalt.io/orgs, or b) ingest all organizations from https://api.cobalt.io/orgs. In the ideal case, each Cobalt organization is associated with a single JupiterOne integration instance.
The text was updated successfully, but these errors were encountered:
In Cobalt, API tokens can be valid for multiple organizations. Currently this integration naively assumes that the first organization is the one that users mean to ingest.
https://github.com/JupiterOne/graph-cobalt/blob/master/src/client.ts#L99
Instead, when users want to ingest a single organization, they should be able to pass an optional
orgToken
that they can use to fetch a specific organization.If the org token is not present, we could either a) ingest just the first organization from
https://api.cobalt.io/orgs
, or b) ingest all organizations fromhttps://api.cobalt.io/orgs
. In the ideal case, each Cobalt organization is associated with a single JupiterOne integration instance.The text was updated successfully, but these errors were encountered: