mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[GH-ISSUE #124] Certificate not being create for "local" resources #22591
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!