mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 00:22:42 -05:00
[GH-ISSUE #228] not allowed to use * in the Resource Rules Configuration #3294
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 @notkudu on GitHub (Feb 20, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/228
Originally assigned to: @oschwartz10612 on GitHub.
Hey, I am trying to setup a Resource Rule put I can't use * in the URL feild next to the name.
the path that I am trying to setup a rule for is padbootstrap-(random characters) because the path changes I want to put "padbootstrap*/*" in the path but it just throws an error with Invalid URL path
@oschwartz10612 commented on GitHub (Feb 20, 2025):
Hi!
I think you want to just use
padbootstrap*as your path and it shouldwork because it will match anything after
padbootstrap. Let me know ifthis does not work!
@notkudu commented on GitHub (Feb 20, 2025):
yes that is what I want but I get this error:
@oschwartz10612 commented on GitHub (Feb 20, 2025):
Ahh okay yeah I see. I can reproduce. We will get this fixed in the next release.