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
Describe the solution you'd like
I want to make use of the AWS autoscale in KASM via an IAM role using temporary credentials
This requires my config to provide to anything needing AWS permissions the following input:
AWS_ACCESS_KEY
AWS_SECRET_ACCESS_KEY
AWS_SESSION_TOKEN
How can i have KASM use the AWS_SESSION_TOKEN. There seems no UI place to input this information
Describe alternatives you've considered
An alternative would be for us to find a way to scale kasm_agent (DIND) in k8s (this seems unavailable currently)
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Existing Resources
Is your feature request related to a problem? Please describe.
My organisation will not allow the use of aws user, we can only use role and temporary credentials per https://docs.aws.amazon.com/singlesignon/latest/userguide/howtogetcredentials.html
Describe the solution you'd like
I want to make use of the AWS autoscale in KASM via an IAM role using temporary credentials
This requires my config to provide to anything needing AWS permissions the following input:
AWS_ACCESS_KEY
AWS_SECRET_ACCESS_KEY
AWS_SESSION_TOKEN
How can i have KASM use the AWS_SESSION_TOKEN. There seems no UI place to input this information
Describe alternatives you've considered
An alternative would be for us to find a way to scale kasm_agent (DIND) in k8s (this seems unavailable currently)
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: