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/stackit_auth_api.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ These commands allow you to authenticate with your personal STACKIT account
10
10
and share the credentials with the STACKIT Terraform Provider and SDK.
11
11
This provides an alternative to using service accounts for local development.
12
12
13
+
Tokens are stored separately from tokens received from "stackit auth login", this allows using separate accounts when using the cli directly vs. using it to manage credentials for the SDK and TF provider.
14
+
15
+
Tokens are stored in the OS keychain with a fallback to local storage.
0 commit comments