-
Notifications
You must be signed in to change notification settings - Fork 522
[hashicorp_vault] Test with Vault 1.11.2 #4036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[hashicorp_vault] Test with Vault 1.11.2 #4036
Conversation
Update tests to use Hashicorp Vault 1.11.2. Update mappings for Vault 1.11 audit data schema. Closes #4035
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
🌐 Coverage report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From looking in the Go definitions for the types that serialise these fields, it looks like there are some missing fields.
audit.auth.request.replication_cluster:keywordaudit.auth.request.client_certification_serial_number:keywordaudit.auth.entity_created:boolean
audit.response.auth.policies is missing a type in the existing file, it looks like it should be keyword.
audit.auth.request.replication_cluster audit.auth.request.client_certificate_serial_number audit.auth.entity_created Add `type: keyword` to audit.response.auth.policies.
|
@efd6 Thank you for spotting those fields. I was mostly programming to the errors (and checking the Go types to make sure I had the type correct), but the generated logs in the system tests didn't have all the fields. |
|
@andrewkroh am I ok to communicate to Hashicorp that we can support v1.11 (when the package is promoted)? Can we also update on integration docs to reflect support for v1.11? |
Yes. 👍
This change did update docs contained in the package to mention 1.11. |
What does this PR do?
Update tests to use Hashicorp Vault 1.11.2.
Update mappings for Vault 1.11 audit data schema.
Checklist
changelog.ymlfile.Related issues
Logs
1.11 event with new fields.