policy
Here are 380 public repositories matching this topic...
-
Updated
Jun 27, 2021 - Sass
-
Updated
Feb 15, 2021
-
Updated
May 24, 2021 - HTML
-
Updated
Jul 2, 2021 - C
-
Updated
Jun 4, 2021 - AGS Script
-
Updated
Jun 28, 2021
-
Updated
Jul 4, 2021 - Go
-
Updated
Dec 25, 2020 - Python
There does not seem to be an agreed standard for panic and log messages in Rust, and we already have quite a few inconsistencies within our code base.
I suggest we pick a format and try to stick to it; for instance, this is the closest I could find to a style guide for error messages:
https://docs.rs/serde/1.0.126/serde/de/trait.Error.html#tymethod.custom
The message should not be capital
-
Updated
Jul 2, 2021 - Python
-
Updated
Jul 4, 2021
-
Updated
Jul 4, 2021 - Go
-
Updated
Jul 3, 2021 - Go
-
Updated
Jun 30, 2021 - Java
-
Updated
Aug 27, 2018 - HTML
-
Updated
Jul 2, 2021 - C++
What are fetch providers?
FetchProviders are the components OPAL uses to fetch data from sources on demand.
Fetch providers are designed to be extendable, and you can easily create more fetch providers to enable OPAL to fetch data from your own unique sources (e.g. a SaaS service, a new DB, your own proprietary solution, ...)
[We have a guide on how to write new fetch providers](https:/
-
Updated
Jun 29, 2021 - Open Policy Agent
-
Updated
Jul 3, 2021 - Go
-
Updated
Jul 1, 2021 - Go
-
Updated
Jun 27, 2021 - HTML
-
Updated
Jul 1, 2021 - Go
-
Updated
Jun 13, 2020 - Go
-
Updated
Jan 21, 2021 - Python
-
Updated
Jul 2, 2021 - HTML
Improve this page
Add a description, image, and links to the policy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the policy topic, visit your repo's landing page and select "manage topics."
Expected Behavior
As I currently understand it is not possible to make OPA decision based on body contents that has content type
application/x-www-form-urlencoded.Actual Behavior
Decision log says "content-type: application/x-www-form-urlencoded parsing not supported".
Also the
parsed_bodyis empty:`[
{
"type": "string",
"value": "parsed_body"
},