From 686073b58d9c9149a932a5a3ba9964bbb160daa2 Mon Sep 17 00:00:00 2001 From: goek-han Date: Wed, 12 Mar 2025 15:03:56 +0100 Subject: [PATCH] Update README.md fixes https://github.com/stackitcloud/stackit-sdk-go/issues/1556 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e035545b..5ab7f6779 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ More examples on other services, configuration and authentication possibilities ## Authentication -To authenticate with the SDK, you need a [service account](https://docs.stackit.cloud/stackit/en/service-accounts-134415819.html) with appropriate permissions (e.g., `project.owner`). You can create a service account through the STACKIT Portal. +To authenticate with the SDK, you need a [service account](https://docs.stackit.cloud/stackit/en/service-accounts-134415819.html) with appropriate permissions (e.g., `project.owner`, see [here](https://docs.stackit.cloud/stackit/en/assign-permissions-to-a-service-account-134415855.html)). You can create a service account through the STACKIT Portal. ### Authentication Methods