From db919e34fec5da528f8150248853baf832840d40 Mon Sep 17 00:00:00 2001 From: Vicente Pinto Date: Wed, 10 Jan 2024 11:52:39 +0000 Subject: [PATCH] Update README (#200) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a2abc47e..c901e987 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,12 @@ To configure it, follow this steps: - setting the environment variable: `STACKIT_SERVICE_ACCOUNT_KEY_PATH` - setting `STACKIT_SERVICE_ACCOUNT_KEY_PATH` in the credentials file (see above) -> **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): +> **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: > > - setting the field in the provider block: `private_key` or `private_key_path` > - setting the environment variable: `STACKIT_PRIVATE_KEY_PATH` > - setting `STACKIT_PRIVATE_KEY_PATH` in the credentials file (see above) - ## Token flow Using this flow is less secure since the token is long-lived. You can provide the token in several ways: