opal icon indicating copy to clipboard operation
opal copied to clipboard

Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...)

Results 106 opal issues
Sort by recently updated
recently updated
newest added

I'm running an OPAL client container in Kubernetes. I recently looked at metrics on the memory usage of this container and noticed that memory is climbing and climbing until it...

Following up with https://github.com/authorizon/opal/issues/166 Just a UX improvement idea. Not urgent. If we only provide `OPAL_SHOULD_REPORT_ON_DATA_UPDATES=True` without `OPAL_DEFAULT_UPDATE_CALLBACKS`, then let opal-client can point to opal-server by default.

### 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...

enhancement
good first issue
help wanted

### Started as a discussion in https://github.com/authorizon/opal/discussions/159 Originally posted by **jyoussefzadeh** October 19, 2021 From the documentation & previous discussions, I understand that a JWT token can be issued to...

Currently opal-common pins tenacity to version 6.3.1. When we build the Docker image of our own fetcher based on [opal-fetcher-postgres](https://github.com/authorizon/opal-fetcher-postgres), it will show this error if we use new tenacity...

Hi, I'm currently implementing a data fetcher for LDAP and testing it in my docker environment: https://github.com/phi1010/opal-fetcher-postgres I'd like to trigger updates, and have two ideas -- could you tell...

I thought i will open this issue to let whomever interested what are the pending improvements to docs we are planning to add this week :) If you have more...

documentation

opal-server stops pulling new updates if the policy repo master branch has a force push (replace the last one commit with a new one). Here is the log, it just...

(Not urgent, just some ideas) OPA published 0.30.1 ten days ago. https://hub.docker.com/r/openpolicyagent/opa/tags?page=1&ordering=last_updated&name=0.30.1 Currently opal-client 0.1.9 is using OPA 0.29.4 inside. > OPA is out of date. {'current_version': '0.29.4', 'download_opa': 'https://openpolicyagent.org/downloads/v0.30.1/opa_linux_amd64',...

For example - if multiple .rego files have the same package name - OPAL will not complain but OPA will not allow it. So, invalid configuration is caught during runtime...