Hello,
We are looking into enabling white labeling of our GAE Standard application to 100+ clients. We have already read through a few articles to see how we can implement this on GAE.
What we want to accomplish is that for every client to have their own domain, yet the back-end is the same, our GAE application.
We noticed several limitations might hinder us from doing so, for example:
Having subdomains client001.our-app-enginge.app.com (point 2) is also not favorable to our clients, as each client would like to have their own full domain.
We were hoping this has already been somehow solved from GAE side, since most of the above articles were posted more than a year ago. If anyone has any experience of implementing multiple domains or white labeling their GAE application it would be much appreciated to learn from their experience.
Thank you
Hi @KWagdy,
Welcome to Google Cloud Community!
Thank you
Hello @christianpaula ,
Thank you for your answer. We read through multiple articles and forums before posting here. We have seen some of your suggestions on multiple forums and articles. Unfortunately, as mentioned in our post, these options seem to either have a limitation (like using dispatch.yaml which has a limit of 20 entries) or introduces new costs and single point of failure, which we want to avoid.