Adriano
87adc130eb
code cleanup [1/5] - go fmt
2019-07-08 09:46:36 -07:00
jpsrn
f2e48b1a2c
Fix KMS encryption context handling ( #435 )
...
* Fix KMS encryption context handling
The code copying encryption context value strings to a map
containing string pointers was incorrectly getting a pointer to a
string variable which is being re-used by the for loop, causing
all keys to point to the same value string.
* Extract helper method for KmsKey to KMS MasterKey conversion
* Add test for kmsKeyToMasterKey helper function
2019-03-21 10:08:37 -07:00
Mark Kelly
ac5ca1f05c
AWS Profiles
2019-01-25 12:42:41 +00:00
Adrian Utrilla
9a56f8055e
Revert "AWS Profile"
2019-01-24 16:50:41 +01:00
Mark Kelly
7605dd76b1
Added aws_profile
...
* Decrypt
* Command Line
* Master Key
* Encrypt
* .sops.yaml
2019-01-11 17:11:43 +00:00
Calle Pettersson
9fa4f0e90e
Add support for Azure Key Vault
2018-06-17 22:50:30 +02:00
Adrian Utrilla
37b6fff84d
Introduce key service flag optionally prompting users on encryption/decryption ( #322 )
2018-04-11 14:46:50 +02:00
Adrian Utrilla
99aff169be
Fix use of unintialized maps
2017-10-20 15:26:37 +02:00
Calin Don
15ea81dbd2
Add keyservice support
2017-09-18 12:48:37 +03:00
Adrian Utrilla
08a4c7e657
Add documentation to all main packages
2017-09-12 20:01:12 -07:00
Adrian Utrilla
93570b20d7
Fix golint errors
2017-09-12 09:59:23 -07:00
Adrian Utrilla
cdbac51221
s/GPG/PGP
2017-09-12 09:00:12 -07:00
Adrian Utrilla
252e0dba17
Fix style problems
2017-08-29 17:57:29 -07:00
Adrian Utrilla
99f5a1d883
Make cmd/sops use KeyService
2017-08-17 11:32:04 -07:00
Adrian Utrilla
10dd9b5441
Use KeyService for all encrypt and decrypt operations
2017-08-17 11:32:04 -07:00
Adrian Utrilla
6e4dfdec09
First step towards remote keys
2017-08-17 11:31:54 -07:00