vault
vault copied to clipboard
VAULT-23334: CE changes to support exclusion in audit
Enterprise-only feature:
The PR introduces changes required for the Enterprise edition of Vault to exclude fields from the audit entries that appear in an audit log.
ENT PR: https://github.com/hashicorp/vault-enterprise/pull/5590
CI Results: All required Go tests succeeded but failures were detected :warning: Failures:
Test Type | Package | Test | Logs |
---|---|---|---|
race | builtin/logical/pkiext | Test_ZLintECDSA256 | view test results |
race | builtin/logical/pkiext | Test_ZLintECDSA384 | view test results |
race | builtin/logical/pkiext | Test_ZLintECDSA521 | view test results |
race | builtin/logical/pkiext | Test_ZLintRSA2048 | view test results |
race | builtin/logical/pkiext | Test_ZLintRSA2048PSS | view test results |
race | builtin/logical/pkiext | Test_ZLintRSA3072 | view test results |
race | builtin/logical/pkiext | Test_ZLintRSA3072PSS | view test results |
Build Results: All builds succeeded! :white_check_mark: