Skip to content
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

Add modules.install audit event when external module installed #4452

Merged
merged 1 commit into from Nov 29, 2023

Conversation

knolleary
Copy link
Member

This logs to the audit log whenever an external module is installed - similar to the existing node.installed event.

There is no sensible equivalent place for logging an uninstall.

This isn't done in the context of an http request, so we can't log who triggered it - that information can be derived from the preceding flows.set audit event that will contain the info.

@knolleary knolleary linked an issue Nov 27, 2023 that may be closed by this pull request
@knolleary knolleary merged commit 6b088bd into master Nov 29, 2023
4 checks passed
@knolleary knolleary deleted the 4443-add-modules-install-audit-event branch November 29, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add audit log event for external module installs
1 participant