policy
Here are 365 public repositories matching this topic...
-
Updated
Apr 10, 2021 - Sass
-
Updated
Feb 15, 2021
-
Updated
Apr 15, 2021 - HTML
-
Updated
May 13, 2021 - C
-
Updated
May 12, 2021 - Go
-
Updated
May 4, 2021
-
Updated
Apr 16, 2021 - AGS Script
-
Updated
Dec 25, 2020 - Python
Because of the way the Oak Functions loader refreshes data in the background, it might happen that if a Wasm module performs multiple lookups, a new version of the lookup data might become available between lookups from the same invocation, which may result in inconsistent behaviour of the module.
We could solve this by acquiring a Read lock on the data at invocation time (or the first time the
-
Updated
Apr 1, 2021 - Rust
-
Updated
May 13, 2021 - Python
-
Updated
May 13, 2021
-
Updated
May 7, 2021 - Go
-
Updated
May 12, 2021 - Java
-
Updated
May 12, 2021 - Go
-
Updated
Aug 27, 2018 - HTML
-
Updated
May 13, 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
Apr 28, 2021 - Go
-
Updated
May 7, 2021 - Open Policy Agent
-
Updated
May 8, 2021
-
Updated
May 12, 2021 - Go
-
Updated
Jun 13, 2020 - Go
-
Updated
Jan 21, 2021 - Python
-
Updated
May 12, 2021 - HTML
-
Updated
Oct 8, 2020 - C#
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."
Would love to see support for the
strings.Repeat(s string, count int) stringgo function within OPA's built-in functions.I am using the output of the
walkfunction to create "fingerprints" of highly nested objects and need to output a list of strings for all paths. I have a work arounds, but this would be much cleaner if the Repeat function were added to builtins.Expected Behavior