Open Nizari opened 1 year ago
You could try to populate your ~/.ssh/credentials
file by running aws configure export-credentials --profile myprofile
then piping that through some text processor (awk maybe) and into your creds file.
You'd have to run that every time your sso creds expire though.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/configure/export-credentials.html
maybe a long shot, i have a script that would populate and refresh my credentials, however, when my credential file is populated with SSO, using the aws command takes me to the right service and region, but never the right account. Any idea?
Hi @rkoval,
First of thank you for the best alfred plugin that I know!
A question: Is it possible to use sso in combination with this workflow? I have something like below. I dont have this in my credentials file because I don't have credentials. How could I use your workflow in combination?