Kong / gateway-operator

Kubernetes Operator for Kong Gateways
Apache License 2.0
49 stars 11 forks source link

Konnect entities: Certificate #581

Open pmalek opened 1 week ago

pmalek commented 1 week ago

Problem statement

Introduce KongCertificate.

API ref: https://kong-platform-api.netlify.app/konnect/control-planes-config/v2/openapi.yaml/#tag/Certificates

Proposed solution

Acceptance criteria

tao12345666333 commented 1 week ago

I want to pick it up. Thanks

pmalek commented 1 week ago

One thing I'd keep in mind here is to consider whether we want to allow integration with e.g. certmanager and if it's possible to design the CRD for this in such a way that the integration would be viable.

If we designed this as Secrets then it would be pretty simple, I'm not sure if certmanager could work with CRDs.

cc: @mheap