Certificates for "local" resources are not getting created.
Step to reproduce
Create a new "local" site
Create a new resource
Wait a reasonable amount of time
Visit the corresponding URL
Current behavior: HTTPS error in browser/invalid cert
Expected behavior: HTTPS connection established correctly
Certificates are being issued no problem for remote resources.
Version: 1.0.0.beta-10
Originally created by @maddler on GitHub (Jan 31, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/124
Certificates for "local" resources are not getting created.
Step to reproduce
1. Create a new "local" site
2. Create a new resource
3. Wait a reasonable amount of time
4. Visit the corresponding URL
Current behavior: HTTPS error in browser/invalid cert
Expected behavior: HTTPS connection established correctly
Certificates are being issued no problem for remote resources.
Version: 1.0.0.beta-10
Perhaps related. After upgrading to the latest release (1.0.0-beta.10) "local" resources are not shown in http://pangolin:3001/api/v1/traefik-config causing 404 page not found for those resources.
<!-- gh-comment-id:2628110208 -->
@shayne commented on GitHub (Jan 31, 2025):
Perhaps related. After upgrading to the latest release (1.0.0-beta.10) "local" resources are not shown in `http://pangolin:3001/api/v1/traefik-config` causing `404 page not found` for those resources.
Perhaps related. After upgrading to the latest release (1.0.0-beta.10) "local" resources are not shown in http://pangolin:3001/api/v1/traefik-config causing 404 page not found for those resources.
We identified the bug. There are some extra filter statements causing local site resources to get excluded as result of having to rewrite the Traefik config provider for beta.9. We will get a new beta out soon fixing this problem. Sorry for any inconvenience this has caused.
<!-- gh-comment-id:2628249874 -->
@miloschwartz commented on GitHub (Jan 31, 2025):
> Perhaps related. After upgrading to the latest release (1.0.0-beta.10) "local" resources are not shown in `http://pangolin:3001/api/v1/traefik-config` causing `404 page not found` for those resources.
We identified the bug. There are some extra filter statements causing local site resources to get excluded as result of having to rewrite the Traefik config provider for beta.9. We will get a new beta out soon fixing this problem. Sorry for any inconvenience this has caused.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @maddler on GitHub (Jan 31, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/124
Certificates for "local" resources are not getting created.
Step to reproduce
Current behavior: HTTPS error in browser/invalid cert
Expected behavior: HTTPS connection established correctly
Certificates are being issued no problem for remote resources.
Version: 1.0.0.beta-10
@shayne commented on GitHub (Jan 31, 2025):
Perhaps related. After upgrading to the latest release (1.0.0-beta.10) "local" resources are not shown in
http://pangolin:3001/api/v1/traefik-configcausing404 page not foundfor those resources.@miloschwartz commented on GitHub (Jan 31, 2025):
We identified the bug. There are some extra filter statements causing local site resources to get excluded as result of having to rewrite the Traefik config provider for beta.9. We will get a new beta out soon fixing this problem. Sorry for any inconvenience this has caused.
@miloschwartz commented on GitHub (Jan 31, 2025):
Fixed in 1.0.0-beta.11
@maddler commented on GitHub (Jan 31, 2025):
Confirmed fixed.
Thanks!