Skip to content

Commit

Permalink
Add links to relevant documentation articles
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Sudarikov committed Apr 14, 2023
1 parent 0b544ee commit 08cb895
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ sa_key = {
sdk = doublecloud.SDK(service_account_key=sa_key)
```

For more information on how to create a **service account** and **authorized keys**, see the [DoubleCloud documentation](https://double.cloud/docs/en/administration/step-by-step/create-service-account).

### IAM tokens

```python
Expand All @@ -46,6 +48,8 @@ sdk = doublecloud.SDK(iam_token="t1.9eu...")

Check the `examples` directory for more examples.

For step-by-step instructions and examples of how to get an **IAM token** for your service account, see the [DoubleCloud documentation](https://double.cloud/docs/en/public-api/get-iam-token)

## How to contribute

### Dependencies
Expand Down

0 comments on commit 08cb895

Please sign in to comment.