Predictable domain name patterns

My Rails application needs to be able to whitelist the application address. I can whitelist of sub-domains. Is there a predictable range of domains, like Heroku’s herokuapp.com or AWS’ apprunner.com that I could use as a whitelist string?

Hi @mbsmartee ,

Yes, you receive a predictable domain per cluster with Qovery. So you can open one of your applications running on your main cluster, and you will get the temporary domain used.

For instance, I have one of my apps running, by clicking on “open” I will get access to my app.

The domain looks like this: https://xxx.zd80d7cd0.xms.sh

The predictable domain is *.zd80d7cd0.xms.sh and will not change for my cluster.

1 Like