mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-09-27 02:54:15 +00:00
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:
@@ -131,4 +131,5 @@ message AuditRecord {
|
||||
|
||||
message Principal {
|
||||
string ip_address = 1;
|
||||
bool cli_admin = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user