mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
930d1031b9
Policy IDs will be decoded in GET, PUT, and DELETE requests to the /policies endpoint. This will enable users to include non-alphanumeric characters in policy IDs, as well as leading forward slashes, by URL encoding the path component of their requests. Fixes #2116 Signed-off-by: Matthew Mahnke <mmahnke18@gmail.com>