cevoaustralia / aws-google-auth

Provides AWS STS credentials based on Google Apps SAML SSO auth (what a jumble!)
MIT License
538 stars 180 forks source link

Dockerfile #110

Closed mafrosis closed 5 years ago

mafrosis commented 6 years ago

Updated requirements.txt with a couple of missing deps, and broke out the dependencies install into a separate docker image layer.

Feel free to close if you don't like this change :)

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 45.407% when pulling 08ddc6077d65bacb189c11749aa6eeaba3f4be9d on mafrosis:dockerfile into 86e4811ace61ce98749b50ca4b75b58bf8b79856 on cevoaustralia:master.

mide commented 6 years ago

I don't know if the keys work into the container anyway.

If you're using something that can do USB Passthrough (Like Docker Toolbox on Mac), you can pass the key through.

If you're using something that can't (Like Docker for Mac), you can not

stevemac007 commented 6 years ago

Thanks @mide for the clarification - so we should install the u2f flavour in the container to suit all needs.

mafrosis commented 5 years ago

ping @stevemac007 - P/R updated and rebased against master