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
How can I provide my temp credentials on local Windows workstation?
Here is how I do it out in the cloud on a Linux host:
export AWS_ACCESS_KEY_ID=12435678890-
export AWS_SECRET_ACCESS_KEY=-9088675421
export AWS_SESSION_TOKEN=a very long session token
The text was updated successfully, but these errors were encountered:
You can configure it in the terminal and then launch the application from the same terminal session.
The app's executable should be located at this path: C:\Users\<USER>\AppData\Local\Programs\K8Studio
App Version 1.0.11-beta
Arch: x64
Platform: win32
osRelease: 10.0.19045
Locale: en-US
How can I provide my temp credentials on local Windows workstation?
Here is how I do it out in the cloud on a Linux host:
export AWS_ACCESS_KEY_ID=12435678890-
export AWS_SECRET_ACCESS_KEY=-9088675421
export AWS_SESSION_TOKEN=a very long session token
The text was updated successfully, but these errors were encountered: