Status Update
Comments
va...@google.com <va...@google.com>
ku...@google.com <ku...@google.com> #2
Hello,
Thank you for contacting the Google Cloud support team.
I have gone through your reported issue, however it seems like this is an issue observed specifically at your end. It would need more specific debugging and analysis into you cloud environment. To ensure a faster resolution and dedicated support for your issue, I kindly request you to file a support ticket by clicking
Please note that the Issue Tracker is primarily meant for reporting commonly observed issues and requesting new features. For individual support issues, it is best to utilize the support ticketing system. I'm going to close this issue which will no longer be monitored. If you have any additional issues or concerns, please don’t hesitate to create a new issue on the
We appreciate your understanding and cooperation. Thank you!
Description
Problem encountered:
There is an issue on Google App Engine creating a Custom Domain.
When I try to add a custom domain (let's call it mydomain.com) with Owner permission and a verified domain, the platform return:
(see attached screenshot)
However the domain (mydomain.com) is not mapped to any existing project in GCP.
What you expected to happen:
Since the domain (mydomain.com) was linked in the past to a deleted project (that there is no access any more) I should be able to add as custom domain in a new GCP project, also I should be able to delete the SSL certificates thtat were created in that time that I am able to list.
Steps to reproduce:
When I go to gcloud cli with a user with Owner and "appengine.applications.update" permissions I run these commands:
gcloud app domain-mappings list;
gcloud app ssl-certificates list;
So it means there are no mapped domains but there are SSL certificates for the domain that were used in the past. So I will try to remove them, but unsuccessfully it is not posible because:
gcloud app ssl-certificates delete 401647**
gcloud app ssl-certificates delete 401666**
I looks like a GAE issue, since there are nothing I could do to delete those SSL certificates or map the domain again to a new GCP project.
Thanks in advance for any help and open to provide any further information.