#secretsman

Used to manage secrets. 


## Installation

1. Clone this repo
2. Install with pip
```
cd collab/pinfieldharm/secretsman
pip install -e .
```
3. Setup credentials, if not already present
Put them in ~/.aws/.store, if that doesn't already exist.
```
[dev]
aws_access_key_id = ...
aws_secret_access_key = ...

[prod]
aws_access_key_id = ...
aws_secret_access_key = ...
```
