Allowlist gcertstatus command to be run

With https://team-review.git.corp.google.com/c/foundry-x/re-client/+/2045536, reclient is starting to use gcertstatus instead of prodcertstatus to check for validity of google prod creds.

I'll remove the allowlist for prodcertstatus in a subsequent CL after new reclient is released.

Bug: b/169675226
Change-Id: I0e760c863d534b7a5744daf5f89f530be3d296ff
This commit is contained in:
Kousik Kumar
2023-10-16 20:40:18 +00:00
parent 59aa97a594
commit 298c785766

View File

@@ -92,6 +92,7 @@ var Configuration = map[string]PathConfig{
"expr": Allowed,
"fuser": Allowed,
"gcert": Allowed,
"gcertstatus": Allowed,
"getopt": Allowed,
"git": Allowed,
"hexdump": Allowed,