Skip to content

Commit 0e6ac24

Browse files
committed
chore(docs): update links to new STACKIT docs
1 parent 93d2e72 commit 0e6ac24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ More examples on other services, configuration and authentication possibilities
9999

100100
## Authentication
101101

102-
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.
102+
To authenticate with the SDK, you need a [service account](https://docs.stackit.cloud/platform/access-and-identity/service-accounts/) with appropriate permissions (e.g., `project.owner`, see [here](https://docs.stackit.cloud/platform/access-and-identity/roles-permissions/assign-roles-to-account/)). You can create a service account through the STACKIT Portal.
103103

104104
### Authentication Methods
105105

@@ -130,8 +130,8 @@ For each authentication method, the key flow is attempted first, followed by the
130130
1. Create a service account key in the STACKIT Portal:
131131

132132
- Navigate to `Service Accounts` → Select account → `Service Account Keys` → Create key
133-
- You can either let STACKIT generate the key pair or provide your own RSA key pair (see [Creating an RSA key-pair](https://docs.stackit.cloud/stackit/en/usage-of-the-service-account-keys-in-stackit-175112464.html#UsageoftheserviceaccountkeysinSTACKIT-CreatinganRSAkey-pair) for more details)
134-
- **Note**: it's also possible to create the service account key in other ways (see [Tutorials for Service Accounts](https://docs.stackit.cloud/stackit/en/tutorials-for-service-accounts-134415861.html) for more details)
133+
- You can either let STACKIT generate the key pair or provide your own RSA key pair (see [Creating an RSA key-pair](https://docs.stackit.cloud/platform/access-and-identity/service-accounts/how-tos/manage-service-account-keys/) for more details)
134+
- **Note**: it's also possible to create the service account key in other ways (see [Tutorials for Service Accounts](https://docs.stackit.cloud/platform/access-and-identity/service-accounts/how-tos/manage-service-accounts/) for more details)
135135

136136
2. Save the service account key JSON:
137137

@@ -194,7 +194,7 @@ For each authentication method, the key flow is attempted first, followed by the
194194
1. Create an access token in the STACKIT Portal:
195195

196196
- Navigate to `Service Accounts` → Select account → `Access Tokens` → Create token
197-
- **Note**: it's also possible to create the service account access tokens in other ways (see [Tutorials for Service Accounts](https://docs.stackit.cloud/stackit/en/tutorials-for-service-accounts-134415861.html) for more details)
197+
- **Note**: it's also possible to create the service account access tokens in other ways (see [Tutorials for Service Accounts](https://docs.stackit.cloud/platform/access-and-identity/service-accounts/how-tos/get-access-token/) for more details)
198198

199199
2. Configure authentication using any of these methods:
200200

0 commit comments

Comments
 (0)