Skip to content
#

policy

Here are 365 public repositories matching this topic...

scarbeau
scarbeau commented Apr 19, 2021

Would love to see support for the strings.Repeat(s string, count int) string go function within OPA's built-in functions.

I am using the output of the walk function 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

Certified-Kubernetes-Security-Specialist

Curated resources help you prepare for the CNCF/Linux Foundation CKS 2021 "Kubernetes Certified Security Specialist" Certification exam. Please provide feedback or requests by raising issues, or making a pull request. All feedback for improvements are welcome. thank you.

  • Updated Apr 16, 2021
  • AGS Script
tiziano88
tiziano88 commented Apr 30, 2021

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

opal
asafc
asafc commented Apr 14, 2021

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:/

Improve this page

Add a description, image, and links to the policy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the policy topic, visit your repo's landing page and select "manage topics."

Learn more