Skip to content

Commit db919e3

Browse files
Update README (#200)
1 parent 94feabc commit db919e3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,12 @@ To configure it, follow this steps:
7171
- setting the environment variable: `STACKIT_SERVICE_ACCOUNT_KEY_PATH`
7272
- setting `STACKIT_SERVICE_ACCOUNT_KEY_PATH` in the credentials file (see above)
7373

74-
> **If you have provided your own RSA key-pair when creating the service account key**, you also need to configure your private key (takes precedence over the private key included in the service account key, if present):
74+
> **If you have provided your own RSA key-pair when creating the service account key**, you also need to configure your private key (takes precedence over the private key included in the service account key, if present). **The private key must be PEM encoded** and can be provided using one of the options below:
7575
>
7676
> - setting the field in the provider block: `private_key` or `private_key_path`
7777
> - setting the environment variable: `STACKIT_PRIVATE_KEY_PATH`
7878
> - setting `STACKIT_PRIVATE_KEY_PATH` in the credentials file (see above)
7979
80-
8180
## Token flow
8281

8382
Using this flow is less secure since the token is long-lived. You can provide the token in several ways:

0 commit comments

Comments
 (0)