guiqui / k8Studio

K8Studio: A Kubernetes IDE
https://k8studio.io
Other
807 stars 25 forks source link

Not finding documentation for providing session credentials on Windows host #87

Open TedTurnerII opened 4 months ago

TedTurnerII commented 4 months ago

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

mo-othman commented 4 months ago

Hi @TedTurnerII,

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

Please let me know if that works for you.