prolane / samltoawsstskeys

Google Chrome Extension which converts a SAML 2.0 assertion to AWS STS Keys.
MIT License
139 stars 91 forks source link

Spaces around "=" #30

Open paedelm opened 5 years ago

paedelm commented 5 years ago

AWS-CLI has troubles with: aws_.......... = value

It has no troubles with: aws_..........=value

Is it possible to remove the spaces around the equal-sign? Thanks in advance.