You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no such function currently. Although, we do have the inverse function available as urlquery.encode_object. This would be helpful for policies that need to make use of URI query parameters.
This is a feature request for such a function to be added.
The text was updated successfully, but these errors were encountered:
The built-in function should deal with cases where the same parameter is specified multiple times. Usually this is handled by returning the values as an array:
This builtin is the reverse of the encode_object builtin and
makes it easier to use the URI query parameters in policies
Fixesopen-policy-agent#2647
Signed-off-by: Frederic <[email protected]>
This builtin is the reverse of the encode_object builtin and
makes it easier to use the URI query parameters in policies
Fixes#2647
Signed-off-by: Frederic <[email protected]>
Expected Behavior
Actual Behavior
There is no such function currently. Although, we do have the inverse function available as
urlquery.encode_object
. This would be helpful for policies that need to make use of URI query parameters.This is a feature request for such a function to be added.
The text was updated successfully, but these errors were encountered: