sops/decrypt
Adrian Utrilla 1ffc93dfb6
Refactor Store interface to reflect operations SOPS performs (#335)
* Refactor Store interface to reflect operations SOPS performs

Previously the Store interface tried to mimic the Marshaler and Unmarshaler
interfaces. This was a mistake, as it meant Stores had no idea whether the files they
were loading were encrypted or not.

Partially fixes #334

* Add regression test for loading plain JSON file with binary store
2018-04-20 10:13:46 +02:00
..
decrypt.go Refactor Store interface to reflect operations SOPS performs (#335) 2018-04-20 10:13:46 +02:00
example_test.go Use logrus features for better logging 2017-09-07 10:49:27 -07:00