lyft / python-confidant-client

Client library and CLI for Confidant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add aws_profile attribute to confidant client configuration

ryan-lane opened this issue · comments

When calling the confidant client, it's often necessary to use
AWS_PROFILE=my_profile. It would be ideal if the client config could specify an aws profile in the confidant profile, so that you can just pass in --profile to the client and it'll auto-configure itself.

Moved from lyft/confidant#88