canonical / lego-base-k8s-operator

Base library for building Lego Kubernetes operators
https://charmhub.io/lego-base-k8s
Apache License 2.0
0 stars 3 forks source link

Implement the `certificate_transfer` interface in the Lego charms #139

Open saltiyazan opened 2 weeks ago

saltiyazan commented 2 weeks ago

Enhancement Proposal

In some cases charms can require the CA certificate to trust it without requiring a certificate from the provider. The Lego charms should implement the certificate_transfer interface to send the CA certificate and the CA chain to the requiring charms.

Initially reported by @nsklikas here.

saltiyazan commented 2 weeks ago

I created this issue here because it makes sense to have the enhancement in all of our Lego charms.

gruyaume commented 1 week ago

I moved this to the top of our backlogs, this should be completed in the next 2 weeks.