Update docs (#113)
* Update docs * Update docs --------- Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
This commit is contained in:
parent
8f5850cdf1
commit
fc8d2663cd
2 changed files with 1 additions and 4 deletions
|
|
@ -68,7 +68,7 @@ The expected format of the service account key is a **json** with the following
|
|||
}
|
||||
```
|
||||
|
||||
3. Configure the service account key and private key for authentication in the SDK:
|
||||
3. Configure the service account key and private key for authentication in the SDK by following one of the alternatives below:
|
||||
- setting the fiels in the provider block: `service_account_key` or `service_account_key_path`, `private_key` or `private_key_path`
|
||||
- setting environment variables: `STACKIT_SERVICE_ACCOUNT_KEY_PATH` and `STACKIT_PRIVATE_KEY_PATH`
|
||||
- setting `STACKIT_SERVICE_ACCOUNT_KEY_PATH` and `STACKIT_PRIVATE_KEY_PATH` in the credentials file (see above)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue