This is something that I have an issue with that I'm guessing other people do as well. One thing I would like to be able to do is set a default tenant. For instance, if you request a hostname that isn't associated with a tenant or you access the the site using an IP directly, the tenant-schemas would just choose this default tenant for that request.
The main purpose for is to enable the software to work better with load balancing health checks. Generally these applications ( Elastic Beanstalk is the case I'm using ) query the backend web app server using the ip address of the server. This would enable you to enable HTTP health checks rather than just TCP health checks.
I'm willing to write this feature as it doesn't seem complicated but what I'm asking is would other people be interested in this feature or how are other people handling health checks when using this extension.
This is something that I have an issue with that I'm guessing other people do as well. One thing I would like to be able to do is set a default tenant. For instance, if you request a hostname that isn't associated with a tenant or you access the the site using an IP directly, the tenant-schemas would just choose this default tenant for that request.
The main purpose for is to enable the software to work better with load balancing health checks. Generally these applications ( Elastic Beanstalk is the case I'm using ) query the backend web app server using the ip address of the server. This would enable you to enable HTTP health checks rather than just TCP health checks.
I'm willing to write this feature as it doesn't seem complicated but what I'm asking is would other people be interested in this feature or how are other people handling health checks when using this extension.