You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/getting-started/install.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -395,7 +395,11 @@ Use one of the following options on a trusted machine:
395
395
You need to authenticate with the infrastructure API (OpenStack) and create a service account (STACKIT API).
396
396
397
397
1. [Follow the STACKIT documentation](https://docs.stackit.cloud/stackit/en/step-1-generating-of-user-access-token-11763726.html) for obtaining a User Access Token (UAT) to use the infrastructure API
398
-
2. Create a configuration file under `~/.config/openstack/clouds.yaml` (`%AppData%\openstack\clouds.yaml` on Windows) with the credentials from the User Access Token
398
+
2. Create a configuration file with the credentials from the User Access Token under:
399
+
* Linux: `~/.config/openstack/clouds.yaml`
400
+
* macOS: `/Users/<user>/Library/Application Support/openstack/clouds.yaml` or `/etc/openstack/clouds.yaml`
401
+
* Windows: `%AppData%\openstack\clouds.yaml`
402
+
399
403
400
404
```yaml
401
405
clouds:
@@ -412,6 +416,12 @@ You need to authenticate with the infrastructure API (OpenStack) and create a se
412
416
identity_api_version: 3
413
417
```
414
418
419
+
:::caution
420
+
421
+
`project_id` refers to the ID of your STACKIT project. The STACKIT portal also shows the OpenStack ID that's associated with your project in some places. Make sure you insert the STACKIT project ID in the `clouds.yaml` file. It's of the format XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.
422
+
423
+
:::
424
+
415
425
3. [Follow the STACKIT documentation](https://docs.stackit.cloud/stackit/en/getting-started-in-service-accounts-134415831.html) for creating a service account and an access token
416
426
4. Assign the `editor` role to the service account by [following the documentation](https://docs.stackit.cloud/stackit/en/getting-started-in-service-accounts-134415831.html)
417
427
5. Create a configuration file under `~/.stackit/credentials.json` (`%USERPROFILE%\.stackit\credentials.json` on Windows)
Copy file name to clipboardExpand all lines: docs/versioned_docs/version-2.19/getting-started/install.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -395,7 +395,11 @@ Use one of the following options on a trusted machine:
395
395
You need to authenticate with the infrastructure API (OpenStack) and create a service account (STACKIT API).
396
396
397
397
1. [Follow the STACKIT documentation](https://docs.stackit.cloud/stackit/en/step-1-generating-of-user-access-token-11763726.html) for obtaining a User Access Token (UAT) to use the infrastructure API
398
-
2. Create a configuration file under `~/.config/openstack/clouds.yaml` (`%AppData%\openstack\clouds.yaml` on Windows) with the credentials from the User Access Token
398
+
2. Create a configuration file with the credentials from the User Access Token under:
399
+
* Linux: `~/.config/openstack/clouds.yaml`
400
+
* macOS: `/Users/<user>/Library/Application Support/openstack/clouds.yaml` or `/etc/openstack/clouds.yaml`
401
+
* Windows: `%AppData%\openstack\clouds.yaml`
402
+
399
403
400
404
```yaml
401
405
clouds:
@@ -412,6 +416,12 @@ You need to authenticate with the infrastructure API (OpenStack) and create a se
412
416
identity_api_version: 3
413
417
```
414
418
419
+
:::caution
420
+
421
+
`project_id` refers to the ID of your STACKIT project. The STACKIT portal also shows the OpenStack ID that's associated with your project in some places. Make sure you insert the STACKIT project ID in the `clouds.yaml` file. It's of the format "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX".
422
+
423
+
:::
424
+
415
425
3. [Follow the STACKIT documentation](https://docs.stackit.cloud/stackit/en/getting-started-in-service-accounts-134415831.html) for creating a service account and an access token
416
426
4. Assign the `editor` role to the service account by [following the documentation](https://docs.stackit.cloud/stackit/en/getting-started-in-service-accounts-134415831.html)
417
427
5. Create a configuration file under `~/.stackit/credentials.json` (`%USERPROFILE%\.stackit\credentials.json` on Windows)
0 commit comments