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

this ticket is to track the discussion with @orweis to seek the possibility to add the functionality to update source url directly on the fly so any new opal-client instances...

**Describe the bug** I'm trying to run the example API policy source by executing the command: `docker-compose -f docker-compose-api-policy-source-example.yml up` Please note that I cloned the opal today. So I'm...

bug

**Describe the bug** After installing opal-server on Windows, when trying to run the `opal-server` entry point, it failed due to `gunicorn` import error. **To Reproduce** - install opal-server on a...

bug

Discussion started on slack community: https://permit-io.slack.com/archives/C01RUUYV3TP/p1652374673723599 Best thing for now is to expose the result of the health check policy to the health check endpoint, but maybe we need to...

**Describe the bug** opal client does not always update policy data in a multiple instance setup. - 2 opal servers with postgres as broadcast channel - 2 opal clients -...

bug

**Describe the bug** No easy way of setting .env OPAL uses [decouple](https://pypi.org/project/python-decouple/) to parse configuration from `.env` and `.ini` files (As part of Confi) BY default it looks for them...

bug
good first issue
help wanted

Just a ticket to track the size issue since v0.1.15 : ) ![image](https://user-images.githubusercontent.com/3375461/145939070-a0a31b0a-c7cb-4f1c-b930-42112a737f06.png)

Currently when opal client gets redirected to an external_source_url, the client token is sent as a URL parameter. Although this is encrypted with SSL encryption, there may still be a...

I have successfully set up the JWT token. This is my opal-client log which shows it works well. ```sh [2021-10-21 20:30:06 +0000] [1] [INFO] Starting gunicorn 20.1.0 [2021-10-21 20:30:06 +0000]...