Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Dec 27, 2023
1 parent ee677a2 commit 51a6625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void setup()
audit_config.addAuditLogConfig(&audit_log_config, true);

audit_log_config.setLogType("DATA_WRITE");
audit_log_config.addexemptedMembers("user:[email protected]");
audit_log_config.addExemptedMembers("user:[email protected]");
audit_config.addAuditLogConfig(&audit_log_config, true);

policy.addAuditConfig(&audit_config, true);
Expand Down

0 comments on commit 51a6625

Please sign in to comment.