-
First I've configured OPAL Server to utilize local Redis instance (running as Docker container)
```
OPAL_BROADCAST_URI=redis://broadcast-channel:6379
OPAL_POLICY_REPO_POLLING_INTERVAL=5
```
a…
-
We want to create a new baseline framework for writing E2E tests for OPAL Client and Server using PyTest
The test framework should do the following tasks on its baseline/initial run:
* Run an OPAL…
-
An OPAL policy-store is an interface that enables OPAL to manage policy-engines that can make authorization decisions via OPAL clients.
This issue is a feature request to add OpenFGA as a policy-st…
-
Rewrite existing bash E2E tests using PyTest
The existing bash script: https://github.com/permitio/opal/blob/master/app-tests/run.sh
Prerequisite setup for PyTest E2E tests: https://github.com/per…
-
Confi (our configuration lib) allows each config var to have a description string. All strings should be well explained and documented.
The acceptance criteria for this issue (updated September 202…
-
This appears to be the most advanced shot at `opal-webpack`, how about moving it to the Opal organization and start looking for a maintainer?
@elia write on Gitter (Oct 07 2016 22:27):
> I'd be ha…
svoop updated
7 years ago
-
**Describe the bug**
We have carried out load tests on the Opal server and found that during scaling, there are ghost clients persisting in the server's statistics. Could you incorporate a mechanism …
-
Do it in Opal! :P
-
**Is your feature request related to a problem? Please describe.**
The OPAL Client Configuration Variables currently only support sending static values to OPAL through the OPAL_CLIENT_TOKEN. However,…
-
In particular, is there an api for directly building a formula object? I am thinking about converting from [mathjs](https://mathjs.org) expression parse trees to plurimath formulas to replace the curr…