opa
Here are 128 public repositories matching this topic...
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
- Gatekeeper version:
- Kubernetes version: (use
kubectl version):
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 12, 2021 - Go
-
Updated
Feb 9, 2021 - JavaScript
Arm7 support
Do you plan to provide an image for ARM ? I found the Gatekeeper docker image for ARM (https://hub.docker.com/r/raspbernetes/gatekeeper) but nothing for gatekeeper-policy-manager.
I would try to install it on Raspberry pi :-)
-
Updated
Nov 26, 2020 - Go
What would you like to be added:
The references to the MAGTAPE_TLS_SECRET environment variable should be removed and the documentation for the "Bring Your Own Cert" (BYOC) model needs to be corrected.
The BYOC model requires an annotation on the magtape-tls secret. Details are within the magtape-init code
-
Updated
Apr 21, 2021
-
Updated
May 11, 2021 - Open Policy Agent
-
Updated
Jul 18, 2019 - Go
-
Updated
Aug 17, 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
-
Updated
May 24, 2020 - Open Policy Agent
-
Updated
Jun 1, 2018 - Go
-
Updated
May 6, 2021 - Go
-
Updated
May 7, 2021 - Shell
-
Updated
Sep 2, 2018 - Lua
-
Updated
May 11, 2021 - JavaScript
-
Updated
May 13, 2021 - Shell
If a PEP is called on a function, and the policy denies its execution, there should be a parameter that allows to specify a return value and/or a function that returns such value.
PEP for classes
-
Updated
May 3, 2021 - Scala
-
Updated
Dec 6, 2016 - Go
-
Updated
Feb 8, 2021
Improve this page
Add a description, image, and links to the opa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the opa 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