multi tenant - Google app engine: Is it possible to allow users to add their own domain for a Multitenancy app? -


i have been researching on how let users add own domain gae application.

the closest things got are:

https://cloud.google.com/appengine/docs/python/multitenancy/

https://cloud.google.com/dns/getting-started

running google app engine application on multiple customer domains

but i'm quite confused. questions are:

say app myapp.com , have user myapp.com/?name_space=user1. user1 has domain called user1.com , want forward myapp.com/?name_space=user1 user1.com.

is possible use cloud dns modify cname , records let users forward myapp.com/?name_space=user1 user1.com?

what options here? i've heard dnsmadeeasy possible solution, i'm not sure if it'd work. because means need api modify record of dnsmadeeasy?

can give me directions, tutorials or ideas? grateful.

you can add custom domain app engine through google domains.

with domain registered through google domains, provide interface point domain particular app engine id using google synthetic records.

more info on google domains can found at:

https://domains.google.com/about/features.html

you can point user1.com app_engine_id.

google domains @ time in beta - have been sending invites out. have used host custom domain on 1 of app engine accounts.

one thing note, https isn't supported using custom domain , issue has been created. https://code.google.com/p/googleappengine/issues/detail?id=8528


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -