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

9 Commits

Author SHA1 Message Date
Adriano
41b9e9f4b6 update auditor interface comments 2019-07-12 12:06:56 -07:00
Adriano
4d4891588d address comments 2019-07-11 10:47:43 -07:00
Adriano
4b99fa18b3 go lint 2019-07-11 10:30:32 -07:00
Adrian Utrilla
cf9ffce608 Exit if any audit backend fails 2018-10-04 11:49:24 +02:00
olevchyk
25875b0c38 index is not needed anymore 2018-10-04 11:41:08 +02:00
olevchyk
a365033e8c Fatal on any audit errors 2018-10-04 11:38:28 +02:00
olevchyk
3fb6978712 removed regex masking as per comment 2018-10-04 11:30:40 +02:00
olevchyk
20da2f422a auditdb improve logging 2018-10-04 09:50:39 +02: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