1
votes

Is there an sort of API to automatically map custom domains to app. In a multi tenant system, app domain mapping requires that an explicit mapping is created through App Engine settings. enter image description here

Is there any way of doing this programmatically? Cloud DNS API of sort for App Engine app domain mapping.

1
Did you find an answer to this?MartinWebb
Not possible. Domains ownership validation process is manual. See stackoverflow.com/questions/25275749/…. However I came across a Google team running alpha tests on possibilities of managing custom domain via API, the feature might satisfy some of your requirements. Sign up here [docs.google.com/a/google.com/forms/d/e/… to gain access to featureisawk

1 Answers

1
votes

Meanwhile the desired feature has been implemented in beta stage, and there is now indeed a way of doing this programmatically, and you can now manage both your custom domains and SSL certificates using the new beta features of the Admin API and gcloud command-line tool. More detail can be gathered from the "App Engine users, now you can configure custom domains from the API or CLI" documentation page.