Skip to content

Commit 428416a

Browse files
authored
chore(docs): update links to new STACKIT docs (#147)
1 parent dd5427f commit 428416a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Examples on services, configuration and authentication possibilities can be foun
6666
6767
## Authorization
6868

69-
To authenticate to the SDK, you will need a [service account](https://docs.stackit.cloud/stackit/en/service-accounts-134415819.html). Create it in the STACKIT Portal and assign it the necessary permissions, e.g. `project.owner`.
69+
To authenticate to the SDK, you will need a [service account](https://docs.stackit.cloud/platform/access-and-identity/service-accounts/). Create it in the STACKIT Portal and assign it the necessary permissions, e.g. `project.owner`.
7070

7171
The Java SDK supports only Key flow for authentication.
7272

@@ -97,12 +97,12 @@ When creating the service account key, a new pair can be created automatically,
9797
This will make it much easier to configure the key flow authentication in the SDK, by just providing the service account key.
9898

9999
> **Optionally**, you can provide your own private key when creating the service account key, which will then require you to also provide it explicitly to the SDK, additionally to the service account key.
100-
> Check the STACKIT Knowledge Base for an [example of how to create your own key-pair](https://docs.stackit.cloud/stackit/en/usage-of-the-service-account-keys-in-stackit-175112464.html#UsageoftheserviceaccountkeysinSTACKIT-CreatinganRSAkey-pair).
100+
> Check the STACKIT Docs for an [example of how to create your own key-pair](https://docs.stackit.cloud/platform/access-and-identity/service-accounts/how-tos/manage-service-account-keys/).
101101
102102
To configure the key flow, follow this steps:
103103

104104
1. Create a service account key:
105-
- Use the STACKIT Portal: go to the `Service Accounts` tab, choose a `Service Account` and go to `Service Account Keys` to create a key. For more details, see [Create a service account key](https://docs.stackit.cloud/stackit/en/create-a-service-account-key-175112456.html).
105+
- Use the STACKIT Portal: go to the `Service Accounts` tab, choose a `Service Account` and go to `Service Account Keys` to create a key. For more details, see [Create a service account key](https://docs.stackit.cloud/platform/access-and-identity/service-accounts/how-tos/manage-service-account-keys/).
106106
2. Save the content of the service account key by copying it and saving it in a JSON file. The expected format of the service account key is **JSON** with the following structure:
107107

108108
```json

examples/iaas/src/main/java/cloud/stackit/sdk/iaas/examples/IaaSExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public static void main(String[] args) throws IOException {
181181
* create a server
182182
*
183183
* NOTE: see the following link for available machine types
184-
* https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html
184+
* https://docs.stackit.cloud/products/compute-engine/server/basics/machine-types/
185185
*
186186
* */
187187
Server newServer =

0 commit comments

Comments
 (0)