Julien Vehent [:ulfr]
64c8236e4d
Merge branch 'master' into improvement/readme-minor-improvements
2018-01-18 17:05:06 -05:00
snebel29
2f12bfd3c9
Improve KMS GCP examples to make it easier for first timers
2018-01-16 16:02:48 +00:00
snebel29
8e3ce41591
Add encryption flag to the encryption example
2018-01-16 14:53:51 +00:00
snebel29
9f68cf00f0
Format gcloud auth login block command correctly
2018-01-16 14:53:14 +00:00
snebel29
9adc47c915
Add GCP KMS to the list of valid key management services
2018-01-16 14:50:43 +00:00
Adrian Utrilla
6948d7e676
Update --set and --extract examples
...
The examples for --set and --extract were based on the Python version, and the command line handling has changed slightly for the Go version.
2018-01-16 08:48:39 +01:00
Marc Villacorta
d0496a195b
Fix gpg import statement
2017-11-20 11:01:57 +01:00
Adrian Utrilla
48bdbf356e
Update README.rst
2017-10-25 19:49:35 +02:00
Philip Cristiano
4a792cd1fc
readme: Fix typo
2017-10-25 13:42:24 -04:00
Julien Vehent [:ulfr]
1ca4fa23d4
Merge branch 'master' into sops3
2017-10-10 13:36:33 -04:00
Calin Don
f3dacbbd80
GCP KMS docs
2017-09-18 13:24:10 +03:00
Julien Vehent
8093ac45be
Update stable/dev install instructions in readme
2017-09-15 20:05:15 -04:00
Adrian Utrilla
0f1d50ac3b
Merge remote-tracking branch 'origin/master' into remote-keys-shamir
2017-09-13 10:08:49 -07:00
Miles Crabill
e88c1c30a3
Improve docs for key groups and key service
2017-09-12 14:50:41 -07:00
Adrian Utrilla
19137e8622
Fix rst syntax
2017-09-12 14:00:14 -07:00
Adrian Utrilla
d457e85bad
Allow configuring shamir threshold from config file
2017-09-12 13:53:21 -07:00
Adrian Utrilla
63708c6485
Refer to Shamir threshold as threshold instead of quorum
2017-09-12 10:58:53 -07:00
Adrian Utrilla
79a662e4ba
Improve documentation with @jvehent's suggestions
2017-09-11 16:52:56 -07:00
Adrian Utrilla
0f96022c7d
Clarify that key service connections are unauthed
2017-09-11 10:37:19 -07:00
Adrian Utrilla
609d541bae
Document key services
2017-08-28 14:39:15 -07:00
Adrian Utrilla
ef1ba14bfe
Update README with key groups documentation
2017-08-28 11:20:38 -07:00
Julien Vehent
bb1de4527e
Release artifacts to github on tag build
2017-08-25 10:24:45 -04:00
Adrian Utrilla
5a1590f127
Merge branch 'master' into shamir
2017-08-18 12:20:40 -07:00
Julien Vehent [:ulfr]
b7b8a4955b
Add security contact to readme
2017-07-28 10:03:18 -04:00
Adrian Utrilla
2c30afdc5a
Added functional tests for shamir secret sharing
2017-05-26 22:29:57 +02:00
Adrian Utrilla
daebfa74e0
Address review comments, missing functional tests
2017-05-26 20:40:11 +02:00
Adrian Utrilla
920b212df4
Document Shamir Secret Sharing feature
2017-05-26 11:26:01 +02:00
Will Currie
1596b0611f
Wording: replace boto3 with aws-sdk-go
...
Documentation update only. sops is now written on go.
2017-03-17 07:27:31 +11:00
Julien Vehent
2bc90d89ab
Readme tweaks
2017-01-22 11:15:34 -05:00
Julien Vehent [:ulfr]
45706dbe72
Update README.rst
2016-12-03 08:15:24 -05:00
Julien Vehent [:ulfr]
c079384e82
Update README.rst
2016-12-03 08:14:51 -05:00
Julien Vehent [:ulfr]
9ae8879218
Merge branch 'master' into makepackages
2016-11-30 12:04:39 -05:00
Julien Vehent
0e791d22ab
Mention download page in README
2016-11-30 11:42:51 -05:00
Julien Vehent [:ulfr]
6d28e51d7a
Update README.rst
2016-11-30 07:00:06 -05:00
Julien Vehent
3c7e9861b0
Add Go setup instructions to README
2016-11-04 16:32:06 -04:00
Julien Vehent [:ulfr]
c5bf3c93bb
Update README.rst
2016-11-02 14:06:07 -04:00
Adrian Utrilla
1f25f1b0c4
Merge remote-tracking branch 'origin/master' into go-sops
2016-11-02 16:58:47 +01:00
Julien Vehent
365d397191
New demo gif for README
2016-10-28 05:56:48 -04:00
Julien Vehent
902f45add9
This is rst, not markdown
2016-10-28 05:40:38 -04:00
Julien Vehent
c70dbe7343
README update
2016-10-28 05:31:22 -04:00
Adrian Utrilla
0671d1faf8
Wrapped lines, moved note below the code sample
2016-10-26 17:12:12 +02:00
Adrian Utrilla
12a1217286
Actually link to the issue
2016-10-26 16:24:01 +02:00
Adrian Utrilla
53e07f514d
Update README.rst
2016-10-26 16:22:08 +02:00
Ivan Malopinsky
cf78a11fc3
fix README to use the correct extract subpath flag
2016-09-15 20:12:08 -04:00
Daniel Thorn
8a73c9579e
change readme to --set
2016-09-06 13:00:22 -07:00
Daniel Thorn
7f9ae78387
Add --insert to readme
2016-09-02 13:48:42 -07:00
Boris Kourtoukov
691b4e625a
Add GPG exec options for #101 ( #102 )
...
* Add GPG exec options for #101
* Use environ.get
* Instructions for $SOPS_GPG_EXEC env var
* Use global to actually set the value
* Hopefully correctly adjusted whitespace
2016-08-30 14:40:58 -07:00
Julien Vehent [:ulfr]
214d586fff
Update doc on encryption contexts
2016-08-22 12:55:40 -04:00
Dick Tang
c480e2eba9
update README according to mozilla/sops#76
2016-08-20 15:40:19 +08:00
Dick Tang
e12f5edea4
update README.rst for introduction of encryption context
2016-08-04 13:36:26 +08:00