Andrew White

Results 281 comments of Andrew White

If you look at the nginx configuration on the proxy container, `/etc/nginx/conf.d/default.conf`, you'll see that internally it is using the container IP addresses not the container names. For some reason...

Ok @goldsam sorry for the delay. I'm active on this again. Thanks for the head start. I am going to make a few design changes but I really like the...

Glad to hear it will help you. I’m on vacation this week but will prioritize it shortly. I still need to update the docs to reflect the changes and consider...

Getting there. I apologize for the slow cadence. I’m going to lump in a few other breaking changes and get this out in March.

:tada: This PR is included in version 7.0.0 :tada: The release is available on [GitHub release](https://github.com/Finbuckle/Finbuckle.MultiTenant/releases/tag/v7.0.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

Hi, if you enable debug log level for the Finbuckle logging namespace you’ll get some more detail for the request and what it tried to find the tenant. In theory...

Hi, for (1) I plan to build in support for this, but for now the easiest method is to place a simple middleware right after the `UseMultiTenant` middleware that checks...

:tada: This issue has been resolved in version 6.13.0 :tada: The release is available on [GitHub release](https://github.com/Finbuckle/Finbuckle.MultiTenant/releases/tag/v6.13.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

Hi @natelaff glad to hear from you. The change in implementation here was intended to fire the not found event if no tenant identifier was found -- prior it was...