This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Description
I have a requirement to run audit logs to syslog. I can enable the audit_plugin by adding these lines to /etc/mysql/my.cnf and restarting the mysql monit jobs:
Audit Plugin options
plugin-load = server_audit=server_audit.so
server_audit_events = connect,query
server_audit_output_type = syslog
server_audit_logging = ON
I don't see a way to add these values into the deployment manifest. Can a trigger be set (if server_audit) to enable the plugin and look for the remaining values in the manifest?
cf_mysql.mysql.server_audit_events
cf_mysql.mysql.server_audit_output_type
cf_mysql.mysql.server_audit_logging