Simple and flexible tool for managing secrets
Перейти к файлу
Adrian Utrilla 323db94104
Renamed Load to Unmarshal and Dump to Marshal
2016-08-29 09:03:00 -07:00
Godeps Mocked KMS Encrypt and Decrypt methods 2016-08-25 13:06:51 -07:00
aes
cmd/sops Renamed Load to Unmarshal and Dump to Marshal 2016-08-29 09:03:00 -07:00
examples
json Renamed Load to Unmarshal and Dump to Marshal 2016-08-29 09:03:00 -07:00
kms Mocked KMS Encrypt and Decrypt methods 2016-08-25 13:06:51 -07:00
pgp PGP tests can now run anywhere 2016-08-25 12:21:10 -07:00
validation
vendor Updated vendored libs 2016-08-25 13:07:17 -07:00
yaml Renamed Load to Unmarshal and Dump to Marshal 2016-08-29 09:03:00 -07:00
.gitignore
.sops.yaml
.travis.yml PGP tests can now run anywhere 2016-08-25 12:21:10 -07:00
CHANGELOG.rst
Dockerfile
Makefile PGP tests can now run anywhere 2016-08-25 12:21:10 -07:00
README.md Added coverage shield 2016-08-25 11:48:59 -07:00
README.rst
example.json
example.txt
example.yaml
sops.go Renamed Load to Unmarshal and Dump to Marshal 2016-08-29 09:03:00 -07:00
sops_test.go Added tree truncation 2016-08-26 12:01:06 -07:00

README.md

Sops

A Go decrypter for sops.

Codecov branch

Install (while on go-sops branch)

git clone -b go-sops git@github.com:mozilla/sops $GOPATH/src/github.com/mozilla/sops
go install github.com/mozilla/sops

Decrypt

sops -d <sops yaml file>