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 95 opal issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Seeing timeout and crash of worker threads when policy tar containing large numeber of policy is pushed **To Reproduce** running the api source docker compose reference provided...

bug

This is a base for discussion regarding https://github.com/permitio/opal/issues/241 issue

(not really a bug, but I didn't how to label this) **Describe the bug** On some occasions, the inline OPA agent the OPAL client is spawning needs more than 4s...

bug

**Describe the bug** If opal-client fetch policy data fail, memory usage will keep increasing until it fetches data correctly. **To Reproduce** 1. wrong **entries.url** in OPA_DATA_CONFIG_SOURCES 2. opal-client fetch policy...

bug

Make pubsub server compatible with the new fastapi_websocket_pubsub api. This is important in order for fastapi_websocket_pubsub to be able to wait on the broadcaster's reading task, and bailing out on...

The main readme only goes into depth for running the compose file. For those trying to experiment with http://localhost:8181/ it would be nice to have some query and scenarios to...

documentation
good first issue

Issue seems to be with this line of code: https://github.com/permitio/opal/blob/d9a91ae2f1e0b3be0e138eb73f1de6f3f2d9ae90/packages/opal-server/opal_server/data/data_update_publisher.py#L89 we should create a **reduced** update message to each topic, so that we can utilize pub sub routing correctly. ###...