Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Kuadrant/kuadrant-operator

HouqiyuA opened an issue on Kuadrant/kuadrant-operator
A potential risk in Kuadrant that could lead to takeover of the cluster
Dear Team Members: Greetings! Our team is very interested in your project and we recently identified a potential RBAC security risk while doing a security assessment of your project. Therefore, ...
guicassolato pushed 1 commit to sotw/auth Kuadrant/kuadrant-operator

View on GitHub

guicassolato pushed 1 commit to sotw/auth Kuadrant/kuadrant-operator

View on GitHub

guicassolato pushed 17 commits to sotw/auth Kuadrant/kuadrant-operator
  • Update steps for setting up metrics on openshift, focusing on single … (#953) * Update steps for setting up metrics ... 28ba551
  • Test updates (Enable race detection and disable output interceptor) (#956) * tests: Disable all output capture in gi... b6494ca
  • sotw: dnspolicy (#937) * sotw: dnspolicy init Add basic setup for DNSPolicy state of the world tasks, dnsrecord t... 334ece5
  • Prepare AuthPolicy type for the merge strategy * Structure of named patterns changed from `patterns: map[string][]Pa... 8e03d89
  • sotw: auth * AuthPolicies validation * Effective auth policies * Authorino AuthConfigs * Istio/Envoy Gateway cluster... 4f70a75
  • activate auth service in the wasm config Signed-off-by: Guilherme Cassolato <[email protected]> 35cf103
  • check status of the authconfigs for the authpolicy enforced status condition + refactoring of the ratelimitpolicy sta... 5b88eee
  • tests: fix unit tests pkg/wasm Signed-off-by: Guilherme Cassolato <[email protected]> e9a4c42
  • bump policy-machinery to v0.6.2 Signed-off-by: Guilherme Cassolato <[email protected]> 44a07e6
  • bump policy-machinery to v0.6.3 Signed-off-by: Guilherme Cassolato <[email protected]> d3c6f0a
  • add effective authpolicy count to debug log messages when building gateway extension resources Signed-off-by: Guilhe... 625b502
  • fix: equality between envoy gateway extension resources Signed-off-by: Guilherme Cassolato <[email protected]> 42e51f2
  • De/restructure all objects via JSON Signed-off-by: Guilherme Cassolato <[email protected]> 36808ac
  • Remove unused funcs from the reconciliation of AuthConfigs Signed-off-by: Guilherme Cassolato <[email protected]> 95ec707
  • fix: equality between envoy gateway cluster patch resources Signed-off-by: Guilherme Cassolato <[email protected]> a397e76
  • bump policy-machinery to v0.6.4 Signed-off-by: Guilherme Cassolato <[email protected]> ec3eb5c
  • remove unnecessary custom json unmarshallers from poliyc types Signed-off-by: Guilherme Cassolato <guicassolato@gmai... b727b09

View on GitHub

guicassolato pushed 3 commits to sotw/auth Kuadrant/kuadrant-operator
  • fix: equality between envoy gateway cluster patch resources Signed-off-by: Guilherme Cassolato <[email protected]> c9bea9e
  • bump policy-machinery to v0.6.4 Signed-off-by: Guilherme Cassolato <[email protected]> b5f6bbe
  • remove unnecessary custom json unmarshallers from poliyc types Signed-off-by: Guilherme Cassolato <guicassolato@gmai... 70562c6

View on GitHub

guicassolato pushed 5 commits to sotw/auth Kuadrant/kuadrant-operator
  • bump policy-machinery to v0.6.2 Signed-off-by: Guilherme Cassolato <[email protected]> 5e99de4
  • bump policy-machinery to v0.6.3 Signed-off-by: Guilherme Cassolato <[email protected]> 555e248
  • add effective authpolicy count to debug log messages when building gateway extension resources Signed-off-by: Guilhe... 58ad57e
  • fix: equality between envoy gateway extension resources Signed-off-by: Guilherme Cassolato <[email protected]> 43cc6fe
  • De/restructure all objects via JSON Signed-off-by: Guilherme Cassolato <[email protected]> 23b38f9

View on GitHub

mikenairn opened a draft pull request on Kuadrant/kuadrant-operator
wip: dnspolicy section name support
Add section name support to DNSPolicy. ![image](https://github.com/user-attachments/assets/9ad65e52-f5aa-439a-9098-8639c988b00f)
mikenairn created a comment on an issue on Kuadrant/kuadrant-operator
Closed by https://github.com/Kuadrant/kuadrant-operator/pull/937

View on GitHub

mikenairn opened a pull request on Kuadrant/kuadrant-operator
tests: Update DNSPolicy tests
* Add additional tests to ensure records are updated correctly when gateways or policies are updated. * Adds back some assertions that are now fixed since the sotw changes have merged, TotalRecord...
mikenairn pushed 1 commit to main Kuadrant/kuadrant-operator
  • sotw: dnspolicy (#937) * sotw: dnspolicy init Add basic setup for DNSPolicy state of the world tasks, dnsrecord t... 334ece5

View on GitHub

mikenairn closed an issue on Kuadrant/kuadrant-operator
[state-of-the-world reconciler] Effective policy DNS
Reconciliation of effective policies for DNS. Creation of DNSRecords for each applicable path in the topology graph (TBD: Gateway or Gateway → Gateway Listener).
mikenairn closed a pull request on Kuadrant/kuadrant-operator
sotw: dnspolicy
Adds state of the world tasks for DNSPolicy. - [x] Init - [x] DNSPolicy Validation (DNSPoliciesValidator) - [x] Policy Reconciliation (EffectiveDNSPoliciesReconciler) - [x] Reconcile resour...
guicassolato created a review comment on a pull request on Kuadrant/kuadrant-operator
After speaking again with @alexsnaps, I realise what I said before won't work. This is because the wasm-shim wouldn't be able to distinguish between two route rule matches with and without query pa...

View on GitHub

guicassolato created a review on a pull request on Kuadrant/kuadrant-operator

View on GitHub

mikenairn created a review comment on a pull request on Kuadrant/kuadrant-operator
https://github.com/Kuadrant/kuadrant-operator/issues/959

View on GitHub

mikenairn created a review on a pull request on Kuadrant/kuadrant-operator

View on GitHub

mikenairn opened an issue on Kuadrant/kuadrant-operator
dnspolicy: Remove cluster ID generation
We currently generate a unique id which represents the cluster and we use the "kube-system" ns UID for this. It was required when we supported ACM that we had a consistent unique id per cluster ...
mikenairn created a comment on an issue on Kuadrant/kuadrant-operator
Closing this, it was an issue in a PR that wasn't merge yet. It has been updated now and should function as expected. https://github.com/Kuadrant/kuadrant-operator/pull/937

View on GitHub

mikenairn closed an issue on Kuadrant/kuadrant-operator
bug: updating DNSPolicy triggers an error updating dnsrecord
**What** using a DNSPolicy such as ``` apiVersion: kuadrant.io/v1alpha1 kind: DNSPolicy metadata: name: external-dnspolicy spec: loadBalancing: weight: 122 geo: EU de...
alexsnaps created a review comment on a pull request on Kuadrant/kuadrant-operator
See https://github.com/Kuadrant/wasm-shim/issues/117 ... I hope someone @eguzki @didierofrivia can explore the space. Otherwise I'll work on it as soon as I have ... in the future at some point :P

View on GitHub

alexsnaps created a review on a pull request on Kuadrant/kuadrant-operator

View on GitHub

guicassolato created a review comment on a pull request on Kuadrant/kuadrant-operator
I've been adding a few common vars and helper funcs for things like labeling internal resources we create, etc, including one to identify the resource as "managed-by" kuadrant, here: https://github...

View on GitHub

guicassolato created a review on a pull request on Kuadrant/kuadrant-operator

View on GitHub

KevFan created a review on a pull request on Kuadrant/kuadrant-operator

View on GitHub

mikenairn pushed 1 commit to main Kuadrant/kuadrant-operator
  • Test updates (Enable race detection and disable output interceptor) (#956) * tests: Disable all output capture in gi... b6494ca

View on GitHub

mikenairn closed a pull request on Kuadrant/kuadrant-operator
Test updates (Enable race detection and disable output interceptor)
**tests: Disable all output capture in ginkgo tests** This creates a lot of extra output during the test runs which is really distracting, and makes the output virtually useless. Apart from ...
mikenairn created a review comment on a pull request on Kuadrant/kuadrant-operator
![image](https://github.com/user-attachments/assets/77fd6c95-d809-4fc6-ba71-b2312bbed546) I guess it's not the worst, i just like the more verbose output where it shows you the tests cases :shru...

View on GitHub

mikenairn created a review on a pull request on Kuadrant/kuadrant-operator

View on GitHub

mikenairn created a review comment on a pull request on Kuadrant/kuadrant-operator
I have removed disabling the logs entirely from this PR, Will look at it separately, as i said it was the least important thing here.

View on GitHub

Load more