Has anyone written a Python script that can log messages to the ZFSSA audit log?
I have written a Python script that makes RESTful API calls that allows a user to change their local (no directory-based users) ZFSSA password across all of the ZFS systems in my environment. The ZFS OS does not log any audit messages that a password has changed. We like to change passwords at least every quarter and there is no way for me to audit the 15-20 people who have local ZFSSA user-ids that they have made changes to their password. If my Python script can log a message to the audit log after making the RESTful API put call, that would be great. I have filed an RFE asking that password changes for local users get noted in the audit logs.