File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,12 @@ The expected format of the service account key is a **json** with the following
92
92
> - setting the environment variable ` STACKIT_PRIVATE_KEY_PATH `
93
93
> - setting ` STACKIT_PRIVATE_KEY_PATH ` in the credentials file (see above)
94
94
95
- 4 . The CLI will search for the keys and, if valid, will use them to get access and refresh tokens which will be used to authenticate all the requests.
95
+ 4 . Alternative, if you want to pass the keys directly without storing a file on disk:
96
+
97
+ - setting the environment variable ` STACKIT_SERVICE_ACCOUNT_KEY ` with the content of the service account key
98
+ - optional: setting the environment variable ` STACKIT_PRIVATE_KEY ` with the content of the private key
99
+
100
+ 5 . The CLI will search for the keys and, if valid, will use them to get access and refresh tokens which will be used to authenticate all the requests.
96
101
97
102
### Token flow
98
103
You can’t perform that action at this time.
0 commit comments