Currently it is required to embed the clientcertificate in the backend config and point at a secret containing the private key.
We would like to be able to just specify a secret and key name to tridentbackend to consume, this would enable us to rotate certs using cert manager without any human intervention or code which copies the content of the secret generated by cert manager into the backendconfig and separate secret containing private key.
Currently it is required to embed the clientcertificate in the backend config and point at a secret containing the private key. We would like to be able to just specify a secret and key name to tridentbackend to consume, this would enable us to rotate certs using cert manager without any human intervention or code which copies the content of the secret generated by cert manager into the backendconfig and separate secret containing private key.