Skip to content

Commit 4648d9a

Browse files
Update internal/cmd/auth/api/provider.go
Co-authored-by: cgoetz-inovex <carlo.goetz@inovex.de>
1 parent 928f2be commit 4648d9a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

internal/cmd/auth/api/provider.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
1919
2020
These commands allow you to authenticate with your personal STACKIT account
2121
and share the credentials with the STACKIT Terraform Provider and SDK.
22-
This provides an alternative to using service accounts for local development.`,
22+
This provides an alternative to using service accounts for local development.
23+
24+
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.
25+
26+
Tokens are stored in the OS keychain with a fallback to local storage.`,
2327
Args: args.NoArgs,
2428
Run: utils.CmdHelp,
2529
}

0 commit comments

Comments
 (0)