aws-cli: Updated the config with tools for saml login

This commit is contained in:
Gregor Bückendorf 2019-05-17 23:07:51 +02:00
parent 373652f6b9
commit 927e0c5407
4 changed files with 32 additions and 7 deletions

View file

@ -1,3 +1,5 @@
AWS_PROFILE=default-role
AWS_DEFAULT_REGION=eu-west-1
AWS_DEFAULT_REGION=eu-central-1
AWS_DEFAULT_OUTPUT=json
AZURE_APP_ID_URI=https://signin.aws.amazon.com/saml
AZURE_DEFAULT_DURATION_HOURS=12

6
.environment.d/wsl.env Normal file
View file

@ -0,0 +1,6 @@
if [[ $OSTYPE == linux-gnu && $(< /proc/sys/kernel/osrelease) == *Microsoft ]]
then
DOTFILES_WSL=true
else
DOTFILES_WSL=false
fi