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
As part of this change, the /policies/{id}/raw API has been removed in
favour of a "source" query parameter. When GET
/policies/{id}?source=true is received, the server returns the
raw/source of the policy.
Also, cleaned up handling of boolean query params.
Fixesopen-policy-agent#292
As part of this change, the /policies/{id}/raw API has been removed in
favour of a "source" query parameter. When GET
/policies/{id}?source=true is received, the server returns the
raw/source of the policy.
Also, cleaned up handling of boolean query params.
Fixes#292
If OPA is started with policies passed as command line arguments, the ids often contain slashes because of how directories are loaded recursively.
Unfortunately, the server doesn't support slashes in the "id" portion of the policy path so PUT, DELETE, GET methods do not work as expected.
It would be nice if OPA supported slashes in the "id" portion.
The text was updated successfully, but these errors were encountered: