Ondrej Ščecina

Results 11 issues of Ondrej Ščecina

The `JGitEnvironmentRepository` has the method called `containsBranch` that is checking whether `label` is branch or not (line 743). Imaging we have label = foo branch = feature/foo tag = foo...

for team discussion

What is a proper way to make Manifold and Lombok work together? I have a following project that displays warning when compiling with `org.apache.maven.plugins:maven-compiler-plugin:3.11.0`. ``` [INFO] --- compiler:3.11.0:compile (default-compile) @...

question

Hello OPAL team. Following PR is enabling OAuth2 authentication for both server and client. Client would send access token generated by Client Credentials grant and server would validate this token...

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 ``` and confirmed that it works ``` Pulling changes from remote: 'origin' No...

bug

I've created the new branch to enable reviewing changes for https://github.com/permitio/opal/pull/602.

/claim #655

🙋 Bounty claim

I'm getting following error when running OPAL on port 443 as Fargate containers ``` Can't connect to ('0.0.0.0', 443) ``` Only non-privileged ports (>=1024) are supported.

bug

This should fix getting following error when running OPAL on port 443 as Fargate containers ``` Can't connect to ('0.0.0.0', 443) ```

When running the latest `permitio/opal-client:0.7.12` image as docker compose with following `command` ``` sh -c "exec ./wait-for.sh http://opal-server:7002/healthcheck --timeout=60 -- ./start.sh" ``` the `./start.sh` script is never executed. The reason...

bug
💎 Bounty

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...