What are the regional capabilities of Gcloud commands for managing Certificate Maps while certificates themselves can reside in specific regions, it seems certificate maps are currently limited to a global scope. Trying to create a certificate map and certificate map entry for a certificate in specific region (ex:us-east1) but getting an error
gcloud.certificate-manager.maps.entries.create) INVALID_ARGUMENT: Malformed name: 'projects/xzzz-zzz-zzz-zzz/locations/us-east1/certificateMaps/map-test/certificateMapEntries/entry2'
- '@type': type.googleapis.com/google.rpc.BadRequest
fieldViolations:
- description: Invalid location in resource URL path
field: projects/venafi-gcp-driver-integrations/locations/us-east1/certificateMaps/test-map/certificateMapEntries/entry2
Current Behavior:
Desired Functionality:
We'd like to understand the intended behavior of the --location flag and if future plans exist to introduce regional support for certificate maps. Ideally, we'd like to:
Request:
Additional Information:
Solved! Go to Solution.
Certificate Maps are only available in global location currently. Regional Certificates should be specified directly on TargetHttpsProxy as a list.
Please refer to this tutorial for more details: https://cloud.google.com/certificate-manager/docs/deploy-self-managed-regional
Certificate Maps are only available in global location currently. Regional Certificates should be specified directly on TargetHttpsProxy as a list.
Please refer to this tutorial for more details: https://cloud.google.com/certificate-manager/docs/deploy-self-managed-regional
Hi @stanwise_goog - Thanks for the response.