1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 13:09:07 +00:00
This commit is contained in:
Andrea Mistrali
2021-08-09 16:03:13 +02:00
parent 5f524d9757
commit c5825d2137
14 changed files with 8 additions and 74 deletions

View File

@ -4,8 +4,8 @@ then
echo AWS profile cleared.
return
fi
saml2aws login -a $1 -p $1
eval $(saml2aws script -a $1 -p $1 --skip-prompt)
#saml2aws login -a $1 -p $1
#eval $(saml2aws script -a $1 -p $1 --skip-prompt)
export AWS_DEFAULT_PROFILE=$1
export AWS_PROFILE=$1
export AWS_EB_PROFILE=$1