lyft / python-blessclient

Python client for fetching BLESS certificates
Apache License 2.0
114 stars 39 forks source link

Use AWS credentials from environment variables #45

Closed olemathias closed 2 years ago

olemathias commented 6 years ago

This commit will allow the use of tools like https://github.com/basefarm/aws-session-tool that store the aws session in environment variables.

Default disabled and can be enabled in the config file. From what I can see all tests are successfully.