source-controller
source-controller copied to clipboard
Enable storage server to serve https
Enables https on storage server by setting storage-https-enabled flag and passing storage-cert-path.
-
storage-https-enabledis abool, defaults tofalse -
storage-cert-pathis a directory containingtls.crt(certificate) andtls.key(private key). It can be aSecretvolume in k8s env.
@kvmw Thank you very much for your PR.
This topic came up in the Flux dev meeting a few weeks ago, so I created a RFC to formalise what we believe an implementation should look like. Some details are still up for debate, so I would ask you to engage on that PR in case you agree/disagree with the approach.
Once the RFC is in an implementable state, this PR could be the source controller implementation.