Implement -audit-log option.

Also, record the principal of `git-pages -{freeze,unfreeze}-domain`
and `git-pages -update-site` as the CLI administrator.
This commit is contained in:
Catherine
2025-12-04 15:58:14 +00:00
parent 4161013fc0
commit 886635ce5e
11 changed files with 130 additions and 47 deletions
+1
View File
@@ -131,4 +131,5 @@ message AuditRecord {
message Principal {
string ip_address = 1;
bool cli_admin = 2;
}