stackabletech / operator-rs

A simple wrapper/framework around kube-rs to make implementing Operators/Controllers easier
Apache License 2.0
119 stars 12 forks source link

Enable autogenerating and rotating CAs and leaf certificates for webhooks #746

Open fhennig opened 7 months ago

fhennig commented 7 months ago

Currently there is only manual mounting of certificate files in webhooks supported.

As a user, I do not want to care about managing these certificates, so I want an auto-feature that manages all the certs for me.

### Tasks
- [ ] https://github.com/stackabletech/operator-rs/issues/744
- [ ] https://github.com/stackabletech/operator-rs/issues/745

These tasks can probably be implemented in parallel