While both are labeled as “global,” Google-managed certificates (listed as “Certificate” rather than “classicCertificate”) are currently region-specific, even when set to ALL_REGIONS. If the certificate is Google-managed, it may not be compatible with a global certificate map.
Alternative Solution:
Create a Regional Certificate Map: If the certificate is Google-managed, it must be mapped to a regional certificate map instead of a global one. Try creating a regional certificate map and adding the certificate there: gcloud certificate-manager maps create my-regional-map --location=<REGION
Then, add the certificate to the newly created map.
Or Use Classic Certificates: If you require a truly global certificate, consider creating a classicCertificate instead.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.