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 access or identity token is required for authentication (see spec.go
).
Most of the resources require Project Admin
or equivalent of user assigned with the Administer the Platform
rolecq_state_jfrog
table by default.kind: source
# Common source-plugin configuration
spec:
name: jfrog
path: cloudquery/jfrog
version: "v1.1.22"
tables: ["*"]
destinations: ["postgresql"]
# jfrog specific configuration
spec:
url: "${JFROG_INSTANCE_URL}"
token: "${JFROG_ACCESS_TOKEN}"
# optional parameters
# max_requestss_per_second: 35
# enable_insecure_tls: true
# concurrency: 100
url
(string
) (required)token
(string
) (required)concurrency
(integer
) (optional) (default: 10
)max_requestss_per_second
(integer
) (optional) (default: 20
)enable_insecure_tls
bool
(optional)scheduler
(string
) (optional) (default: dfs
)dfs
(depth-first search), round-robin
, shuffle
and shuffle-queue
.