Skip to content

Commit

Permalink
swap prober from v1 to v2 fulcio signingCert endpoint (#750)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Sep 7, 2023
1 parent edf534f commit d913621
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/gcp/modules/monitoring/prober/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ variable "fulcio_probed_endpoints" {
type = list(string)
default = [
"/api/v1/rootCert",
"/api/v1/signingCert",
"/api/v2/configuration",
"/api/v2/trustBundle",
# "/api/v2/signingCert", # TODO: probe the v2 cert endpoint
"/api/v2/signingCert",
]
}

Expand Down

0 comments on commit d913621

Please sign in to comment.