-
- Downloads
Log authentication events alongside existing audit events
For authentication, add both an audit event and authentication event for the short term. Eventually we will diverge and only store authentication events when an authentication occours. At that time, authentication events will be a subclass of audit events. For now we store both and use authentication events for usage ping exclusively.
parent
578b3889
Branches 301218-docs-aqualls-fix-core
No related tags found
Showing
- app/services/audit_event_service.rb 34 additions, 0 deletionsapp/services/audit_event_service.rb
- changelogs/unreleased/dblessing-auth-events-logging.yml 5 additions, 0 deletionschangelogs/unreleased/dblessing-auth-events-logging.yml
- spec/controllers/ldap/omniauth_callbacks_controller_spec.rb 5 additions, 0 deletionsspec/controllers/ldap/omniauth_callbacks_controller_spec.rb
- spec/controllers/omniauth_callbacks_controller_spec.rb 5 additions, 0 deletionsspec/controllers/omniauth_callbacks_controller_spec.rb
- spec/controllers/sessions_controller_spec.rb 17 additions, 0 deletionsspec/controllers/sessions_controller_spec.rb
- spec/services/audit_event_service_spec.rb 16 additions, 0 deletionsspec/services/audit_event_service_spec.rb
Please register or sign in to comment