vault/audit
Peter Wilson 67c16342d8
VAULT-24013: Audit regression attempting to recover from panic (#25605)
* Add Logger to BackendConfig

* EntryFormatter use logger and recover panics

* Added TODO to consider

* Add 'name' to entry formatter

* Add test for the panic

* Fix NoopAudit with update params

* emit counter metric even when 0

* Fix vault package tests

* changelog

* Remove old comment during test writing
2024-02-26 10:33:30 +00:00
..
entry_filter.go Audit: some refactoring out of types.go (#25511) 2024-02-20 09:56:35 +00:00
entry_filter_test.go [VAULT-23467] Validate audit filter option against filter selectors referencing unsupported fields (#25012) 2024-01-23 21:54:01 +00:00
entry_formatter.go VAULT-24013: Audit regression attempting to recover from panic (#25605) 2024-02-26 10:33:30 +00:00
entry_formatter_test.go VAULT-24013: Audit regression attempting to recover from panic (#25605) 2024-02-26 10:33:30 +00:00
event.go Audit: some refactoring out of types.go (#25511) 2024-02-20 09:56:35 +00:00
event_test.go Audit: some refactoring out of types.go (#25511) 2024-02-20 09:56:35 +00:00
hashstructure.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
hashstructure_test.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
nodes.go [VAULT-22481] Add audit filtering feature (#24558) 2023-12-18 18:01:49 +00:00
nodes_test.go Audit: some refactoring out of types.go (#25511) 2024-02-20 09:56:35 +00:00
options.go Audit: some refactoring out of types.go (#25511) 2024-02-20 09:56:35 +00:00
options_test.go Audit: some refactoring out of types.go (#25511) 2024-02-20 09:56:35 +00:00
sink_metric_labeler.go VAULT-22482: New audit metrics (#24704) 2024-01-10 17:48:06 +00:00
sink_metric_labeler_test.go VAULT-22482: New audit metrics (#24704) 2024-01-10 17:48:06 +00:00
sink_metric_timer.go VAULT-22482: New audit metrics (#24704) 2024-01-10 17:48:06 +00:00
sink_metric_timer_test.go VAULT-22482: New audit metrics (#24704) 2024-01-10 17:48:06 +00:00
types.go VAULT-24013: Audit regression attempting to recover from panic (#25605) 2024-02-26 10:33:30 +00:00