My app handles a ton of sub-domains (www.example.org, foo.example.org, bar.example.org, ...).
Due to the big amount and the fact that the sub-domains are determined based on regular exports from another system, it would be virtually impossible to manually add all of them as OpenShift Online domain aliases.
Is there a way to configure OpenShift to do a catch all?
So far I've tried entering things like *.example.org
, @.example.org
and .example.org
, but OpenShift says "The specified alias is not allowed"