Skip to content
#

opa

Here are 128 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

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

magtape
cloudkey
cloudkey commented Dec 2, 2020

Is your feature request related to a problem? Please describe.
Ranger is a popular solution for big data permission verification, but it does not support AWS-S3 permission verification at present.

Describe the solution you'd like
At present, I have an idea that the Proxy intercepts the S3 request, sends the request to ranger-S3-Plugin for authorization verification, and then sends t

Improve this page

Add a description, image, and links to the opa 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 opa topic, visit your repo's landing page and select "manage topics."

Learn more