cq-provider-yandex

command module
v0.3.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2023 License: MPL-2.0 Imports: 2 Imported by: 0

README

cloudquery logo

CloudQuery Yandex.Cloud Provider BuildStatus License

This CloudQuery provider transforms Yandex.Cloud resources to relational and graph databases.

Credentials

You may specify either YC_TOKEN or YC_SERVICE_ACCOUNT_KEY_FILE as environment variables. YC_SERVICE_ACCOUNT_KEY_FILE have higher priority, which means if you specified both of variables, provider will use YC_SERVICE_ACCOUNT_KEY_FILE.

Config Example
kind: source
spec:
  # Source spec section
  name: "yandex"
  version: "v0.3.4"
  path: "yandex-cloud/yandex"
  destinations: ["postgresql"]

  skip_tables:
    - yandex_storage_buckets
  
  # yc provider spec
  spec:
    folder_ids: 
      - abcdefj1234567890xyz
    # cloud_ids:
    # folder_ids:
    # endpoint:
    # folder_filter:

For more parameters see plugin-sdk

What is CloudQuery

CloudQuery pulls, normalize, expose and monitor your cloud infrastructure and SaaS apps as SQL or Graph(Neo4j) database. This abstracts various scattered APIs enabling you to define security,governance,cost and compliance policies with SQL or Cypher(Neo4j).

cloudquery can be easily extended to more resources and SaaS providers (open an Issue).

cloudquery comes with built-in policy packs such as: AWS CIS (more is coming!).

Think about cloudquery as a compliance-as-code tool inspired by tools like osquery and terraform, cool right?

Note about previous history

CloudQuery providers where split into standalone repository. Previous history is available at the main cloudquery/cloudquery repository.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL