opal
opal copied to clipboard
Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...)
Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.18.0 to 0.19.0 Release notes Sourced from send's releases. 0.19.0 What's Changed Remove link renderization in...
Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `serve-static` from 1.15.0 to 1.16.2 Release notes Sourced from serve-static's releases. 1.16.0 What's Changed Remove link renderization in...
In the recent OPAL version only following OPA TLS CLI arguments are supported `--tls-cert-file=` specifies the path of the file containing the TLS certificate. `--tls-private-key-file=` specifies the path of the...
Following is my docker compose `permitio/opal-client:0.7.12` simplified settings ```yaml services: opal-client: image: permitio/opal-client:0.7.12 environment: - OPAL_LOG_TO_FILE=true - OPAL_LOG_FILE_PATH=/opal/opal-client.log - OPAL_INLINE_OPA_CONFIG={"log_level":"info","tls_cert_file":"/opal/opa-cert.crt","tls_private_key_file":"/opal/opa-private.key","addr":"http://localhost:8181,https://0.0.0.0:8282"} - OPAL_INLINE_OPA_LOG_FORMAT=http - $ROOT_DIR/opa-private.key:/opal/opa-private.key - $ROOT_DIR/opa-cert.crt:/opal/opa-cert.crt ``` As log as...
The `POLICY_STORE_POLICY_PATHS_TO_IGNORE` does not support the definition of paths in a negated way, like `!myFolder`. It would be useful Desired behavior: - If `!myFolder/subfolder/**` is defined in the variable then...
 ### Snyk has created this PR to fix 5 vulnerabilities in the dockerfile dependencies of this project. Keeping your Docker base image up-to-date means you’ll benefit from security fixes...
## Fixes Issue ## Changes proposed ## Check List (Check all the applicable boxes) - [x] I sign off on contributing this submission to open-source - [ ] My code...
## Fixes Issue ## Changes proposed ## Check List (Check all the applicable boxes) - [x] I sign off on contributing this submission to open-source - [x] My code follows...
## Fixes Issue Cloes #756 ## Changes proposed ## Check List (Check all the applicable boxes) - [x] I sign off on contributing this submission to open-source - [ ]...
**Describe the bug** We had a deployment of opal-server that we'd typoed the broadcast URI. We were seeing websockets disconnect errors in the clients, but no errors server side, so...