Auditing self-hosted instance-level configuration changes
requested to merge 477999-auditing-self-hosted-instance-level-configuration-changes-update-model into master
What does this MR do and why?
Changing the configuration of a Duo feature model usage now records an audit log
What does this MR do and why?
Logs an audit event when and admin accepts usage of self-hosted models.
-
In rails console enable the feature flag and make sure terms have not been accepted
Feature.enable(:ai_custom_models)
-
Navigate to 'Admin > Ai-Powered Features > Features' and turn off a feature
-
on the console, verify an event was created:
AuditEvent.last
Related to #477999 (closed)
Edited by Eduardo Bonet