From e1b0675824a015826c404728ca42d2c94b688119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D0=BB=D0=B5=D0=BD=D1=82=D0=B8=D0=BD=20=D0=9A?= =?UTF-8?q?=D0=B8=D0=BB=D1=8C?= Date: Thu, 10 Nov 2022 13:48:54 +0300 Subject: [PATCH] readme up --- .gitignore | 2 ++ README.md | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8348aed..3a90cd3 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,5 @@ modules.xml /build /cloudapi + +dist diff --git a/README.md b/README.md index a1c3c01..9666e0e 100644 --- a/README.md +++ b/README.md @@ -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"]