mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-15 21:31:24 -05:00
[GH-ISSUE #2216] Blueprints do not support wildcards in alias for private resources #2102
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 @Bhuemann on GitHub (Jan 6, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2216
Originally assigned to: @oschwartz10612 on GitHub.
Describe the Bug
Private resources support wildcards as described in documentation; however, they are not supported declaratively within blueprints.
e.g. The following blueprint
Results to the following error:
Environment
To Reproduce
Expected Behavior
The blueprint is correctly validated and alias is set to
*.int.domain.com@PavanendraBaahubali commented on GitHub (Jan 6, 2026):
hey, @oschwartz10612 can i work on this?
@oschwartz10612 commented on GitHub (Jan 6, 2026):
@PavanendraBaahubali sure that would be super cool! If you dont get to it we will shortly for a patch probably.
I think this should be a fairly simple fix in the
server/lib/blueprints/proxyResources.tsorserver/lib/blueprints/types.tsfiles.@PavanendraBaahubali commented on GitHub (Jan 6, 2026):
Yeah it's just simple fix. Problem in zod validation regex. I will submit pr now
@eamonflanaganmurphy commented on GitHub (Feb 16, 2026):
is this complete? I still have the same issue and cannot add wildcards in alias for private resources
@oschwartz10612 commented on GitHub (Feb 25, 2026):
@eamonflanaganmurphy should be. Are you on the latest version? Could you provide the error you receive?