1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

8 Commits

Author SHA1 Message Date
Adrian Utrilla
9998e16c3e Merge pull request #491 from adrianosela/golint
Address Go Lint messages
2019-07-16 11:36:51 +02:00
Adriano
4b99fa18b3 go lint 2019-07-11 10:30:32 -07:00
Adriano
0384073eeb revert significant code changes on shamir file 2019-07-08 15:35:41 -07:00
Adriano
a77c9dad68 code cleanup [3/5] - ineffassign (ineffectual assignments) 2019-07-08 10:08:14 -07:00
AJ Bahnken
038001b3a3 Auditing support
* Implement auditing support

* Document auditing

* Address review comments

* Change log level for errors reading audit config

* Disable auditors during tests

* Make changes to docs suggested by @jvehent

* Code review fixes to init() in audit.go

* Implement encrypt audit event

* Include filepath in Tree created from sops/encrypt/encrypt

* Fix changes in audit.go to stay with current style

* Implement RotateEvent within rotate command

* github.com/lib/pq vendor dependencies

* Always get current user in PostgresAuditor.Handle()

* Initial CR fixes + gofmt

* gofmt

* fixed placement of audit event in rotate()

* Moved to a single table for audit events.

* Revert "Moved to a single table for audit events."

This reverts commit 7e7817e8a1.

* Remove audit tables delete protection rules

* Move to a single audit_event table with action column

* Remove unnecessary tree declaration
2018-04-22 21:21:58 +02:00
Adrian Utrilla
8c3789dc31 Explain how Shamir's Secret Sharing works 2018-01-18 23:30:10 +01:00
Adrian Utrilla
daebfa74e0 Address review comments, missing functional tests 2017-05-26 20:40:11 +02:00
Adrian Utrilla
fae5e3c0f2 Add shamir dependency 2017-05-25 17:57:51 +02:00