Skip to content

Auditing self-hosted instance-level configuration changes

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.

  1. In rails console enable the feature flag and make sure terms have not been accepted

    Feature.enable(:ai_custom_models)
  2. Navigate to 'Admin > Ai-Powered Features > Features' and turn off a feature

  3. on the console, verify an event was created:

    AuditEvent.last

Related to #477999 (closed)

Edited by Eduardo Bonet

Merge request reports

Loading