Commit be4a8b3
authored
feat: Allow empty host on
Envoy requires unique domains for all virtual hosts within the same
route configuration. This was causing issues with multiple services
registering under the same domain/host through fuse. This PR removes the
requirement to specify a host when registering routes and #65 updates
fuse to add routes with no defined host to a default virtual host.
Oh and I also added a `Ping()` call to the `repositories/postgres/bun`
client's `Open()` so that the database connection is actually verified
on boot.WithRoute (#67)1 parent 03f77fb commit be4a8b3
2 files changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 79 | | |
86 | 80 | | |
87 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments