feat: add per-webhook secret with backfill migration (#13573)
This commit is contained in:
@@ -2,6 +2,6 @@ module Enterprise::Audit::Webhook
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
audited associated_with: :account
|
||||
audited associated_with: :account, except: [:secret]
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user