Skip to content

Commit

Permalink
readme up
Browse files Browse the repository at this point in the history
  • Loading branch information
Валентин Киль committed Nov 10, 2022
1 parent b0e233d commit e1b0675
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ modules.xml
/build

/cloudapi

dist
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ CloudQuery Yandex.Cloud Provider ![BuildStatus](https://img.shields.io/github/wo
This [CloudQuery](https://github.com/cloudquery/cloudquery)
provider transforms Yandex.Cloud resources to relational and graph databases.

### Credentials
You may specify either [`YC_TOKEN`](https://cloud.yandex.com/en-ru/docs/iam/operations/iam-token/create) or [`YC_SERVICE_ACCOUNT_KEY_FILE`](https://cloud.yandex.com/en-ru/docs/iam/operations/api-key/create) 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
``` yaml
kind: source
spec:
# Source spec section
name: "yandex"
version: "v0.0.0"
version: "v0.3.0"
path: "yandex-cloud/yandex"
destinations: ["postgresql"]

Expand Down

0 comments on commit e1b0675

Please sign in to comment.