James Sinclair
James Sinclair
The `lint` check is failing because `ggshield` complains about the API key.
@wesm87 Have you tried this form instead? ``` FOO=bar aws-vault exec my-profile-name -- ./scripts/do_the_thing.py ``` I just tested with the latest `aws-vault` under `bash` and the `FOO` env var is...
Thanks for catching this and opening a PR for it.
@yjhouzz The documentation you linked to states (emphasis mine): > It is recommended to create a **resource** instance for each thread / process in a multithreaded or multiprocess application The...