mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 15:52:13 +00:00
Operators need to configure audit rules through YAML, CQL, and CLI with live-update support so routing can be reconfigured without restart. Add audit_rules as a LiveUpdate config option with YAML decoding, JSON parsing for CQL updates, CLI --audit-rules flag, and a custom serializer that avoids double-quoting the JSON array. Refs SCYLLADB-1430