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: README.md
+80-41Lines changed: 80 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ More examples on other services, configuration and authentication possibilities
99
99
100
100
## Authentication
101
101
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`). This service account can for example be created in the Portal, please check the documentation for further details.
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`). You can create a service account through the STACKIT Portal.
103
103
104
104
### Authentication Methods
105
105
@@ -115,69 +115,108 @@ The SDK supports two authentication methods:
115
115
- Uses long-lived service account tokens
116
116
- Simpler but less secure
117
117
118
-
### Configuration Options
118
+
### Configuration Priority
119
+
120
+
The SDK searches for credentials in the following order:
0 commit comments