Can network policy use REST query params as filters ? ClawHub uses params for skill slug / version in REST download API #607
-
|
Hi, I'd like to use the Openshell network policy to restrict the skills that are downloadable via ClawHub download endpoints. The skill to download is defined by its slug and version which are given as parems to the REST query. Can I include those params in the The doc examples never show paths with params included in filtering. For example, at https://docs.nvidia.com/openshell/latest/sandboxes/policies.html |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Great question. Short answer: no. Also query params may inadvertently cause denials in connections after further investigation. I'm looking into how we might be able to support this and avoid false positive blocking events. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, ClawHub now contains almost 40k skills. We must be able to allow some skill downloads and deny others. |
Beta Was this translation helpful? Give feedback.
-
|
@johntmyers : Hi, I subscribed to #617: great fix. Thks! |
Beta Was this translation helpful? Give feedback.
Here's a tentative plan.
#615
I understand you want deny too, we will plan deny rules separately, but want to get the allow query params in first.