blob: 3a35054acd48a43607032d836fe97af653969301 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# dpw-ssm or a basic tool to make storing secrets in AWS SSM Parameter Store a little easier.
This is fundamentally a plugin for [https://git.riedstra.dev/mitch/dpw/about/](
https://git.riedstra.dev/mitch/dpw/about/)
That being said, it can be used on its own.
I've only spent a few hours on it, so expect an edge case or two, but for my
purposes of easily using the parameter store for things larger than 4K and small
binaries it works wonderfully.
You can read up a bit more on the [AWS service
here](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html).
## Building
```
go build .
```
Or `sh ./build.sh`
## Configuration options:
Pretty much all through environment variables, simply run `./dpw-ssm -h`
and it'll give you some info
|