mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 01:22:50 -05:00
[GH-ISSUE #1705] Geoblock rules don't get created properly by blueprint (Docker Labels) #1984
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 @txwgnd on GitHub (Oct 19, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1705
Originally assigned to: @Pallavikumarimdb on GitHub.
Describe the Bug
Hello All,
I experienced a bug when creating a ressource with Docker Labels.
The match type doesn't get populated properly for type
country.The rule doesn't work either when created like this so it is not just a UI bug!
Macht type

country:In comparison to match type

path:Environment
To Reproduce
Create a ressource with a ruleset for match type
countryinside of Pangolin through Newt's Docker Socket connection with Docker Labels.e.g.
Expected Behavior
The rule should be created with the match type filled in properly and work as set.
@oschwartz10612 commented on GitHub (Oct 19, 2025):
Hey @Pallavikumarimdb could you also look at this one? I think should be fairly straight forward fix on the blueprints code in the
proxyResource.ts.@Pallavikumarimdb commented on GitHub (Oct 20, 2025):
Sure, I’ll check.
@Lokowitz commented on GitHub (Oct 21, 2025):
Have the same problem.
@txwgnd commented on GitHub (Oct 21, 2025):
I have a side question regarding this. What should the value of
pangolin.proxy-resources.pocket-id.rules[0].value=actually be? The docs only mention that the format is dependend on the match type, which is correct but doesn't make it clear.My brain automatically thought of ISO 3166-1 A-2 country codes but the entrys of the drop-down are longer.