Files
vault/changelog/28751.txt
Tin Vo 48cf1a1809 VAULT-21710 - prevent duplicate audit file_path targets (#28751)
* updating audit file_path duplication

* update test

* updating tests

* fixing go test errors

* adding go test doc for TestCore_EnableExistingAudit

* adding go test doc for TestCore_EnableExistingAudit

* adding go test doc for TestCore_EnableExistingAudit

* adding changelog

* adding suggested comments
2024-10-24 10:54:48 -07:00

4 lines
132 B
Plaintext

```release-note:bug
audit: Prevent users from enabling multiple audit devices of file type with the same file_path to write to.
```