dd di cesare
dd di cesare
This PR replaces the way Limitador, configured to use _Redis Cached_ storage, updates (flushes the in memory cache) to Redis. Instead of updating counters one by one, Limitador sends the...
This PR is yet another step closer to proper multi thread Limitador. However, the changes introduced makes de `check_and_update` "racy", since different requests will check and update at the same...
At the moment the controller is relying on having _IstioOperator_ CRD in the cluster and if not, it chooses to install _OSSM_. This is far from ideal, for many reasons,...
In some integration tests we are relying on random namespace generation, which makes it hard to test dependent services expecting an ENV var value to be already setup.
Unit tests are well scoped, while Integration are looking very much like e2e tests. It's important to define the scope of the latter ones, since at the moment 2 integration...
Currently we're facing mainly 2 issues: 1. Images overflow in our [quay.io](quay.io/kuadrant/) repo 2. Pull requests coming from forks cannot trigger the build and push of the images It would...
TODO
**Describe the bug** When adding in the `auth` section of the _OIDCPolicy_ a claim that requires an equality check, such as in : ```yaml ... auth: claims: email_verified: 'true' ```...
ARM builds for: * [ ] Kuadrant Opearator * [ ] Limitador Operator * [ ] Authorino Operator * [ ] Limitador * [ ] Authorino