Kuadrant / kuadrantctl

Kuadrant configuration command line utility
Apache License 2.0
6 stars 13 forks source link

Presence of "x-kuadrant" extension in OAS to auto-reconcile HTTPRoute #79

Open jayachristina opened 4 months ago

jayachristina commented 4 months ago

[RFE request]

As a developer, I would like my OAS automatically reconcile the HTTPRoute with the right policies (e.g. RLP) I would prefer to do this rather than using kuadrantctl to then use the x-kuadrant extension from my OAS to generate the policies.

One suggestion that came up with internal discussion was that this could be implemented as a k8s controller, and a new API (for example OpenAPI CRD) that links to a openapi doc and reconciles HTTPRoute object.

Please let me know if I should provide any more inputs to this.