From 298c7857668666d3bd393421d4bd4449ef521fb0 Mon Sep 17 00:00:00 2001 From: Kousik Kumar Date: Mon, 16 Oct 2023 20:40:18 +0000 Subject: [PATCH] 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 --- ui/build/paths/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index eba823ae2..65e2c8ebc 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -92,6 +92,7 @@ var Configuration = map[string]PathConfig{ "expr": Allowed, "fuser": Allowed, "gcert": Allowed, + "gcertstatus": Allowed, "getopt": Allowed, "git": Allowed, "hexdump": Allowed,