opal
opal copied to clipboard
Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...)
## Fixes Issue ## Changes proposed ## Check List (Check all the applicable boxes) - [x] I sign off on contributing this submission to open-source - [ ] My code...
## Changes proposed The purpose of this PR is to add the possibility to configure a proxy per opal client component (policy, policy store, data fetcher...) ## Check List (Check...
This comprehensive commit includes major improvements and enhancements to the OPAL development environment, focusing on debugging, authorization, containerized testing, and project structure optimization. Key highlights include: 1. OPAL Development Enhancements:...
## Fixes Issue Closes #716 ## Changes Proposed - Updated the `fastapi_websocket_pubsub` package version in `opal/packages/requires.txt` from the old version `0.3.7` to the latest version `0.3.9` to resolve the issue...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
## Changes proposed This pull request introduces an additional method for retrieving credentials to access an s3 bucket. When using Amazon's EKS it is possible to create a service account...
## Fixes Issue Closes #201 ## Changes proposed ## Check List (Check all the applicable boxes) - [x] I sign off on contributing this submission to open-source - [x] My...
Serious errors showing up with log level "INFO" instead of "ERROR". So they will be invisible if loglevel is set to ERROR or WARNING. **To Reproduce** examples: https://github.com/permitio/opal/issues/584 https://github.com/permitio/opal/issues/516 https://github.com/permitio/opal/issues/588#issuecomment-2325749315...
Hello. I met an error when using postgres fetch provider. ValueError: OPA Client: unexpected status code: 400, error: {'reason': 'You have malformed a bad request', 'description': 'The content in the...
## Fixes Issue Closes #773 In the current implementation publishing a data update using scopes doesn't work. This is due to issues with a missing prefixing of the topic. ##...