Closed BitForger closed 5 months ago
Hi @BitForger, I would like to know precisely what you would like to achieve.
Still, indeed, any file can be loaded into the proxy container using, for example, volume mounting, via a sidecar and you can load any extra manifests you want. Of course, the sidecar can also be used to take the tests you need.
Is the answer sufficient for your needs?
@pierluigilenoci thanks! I think that answers the question. I'm not really picky on how it gets to the proxy, just that it gets there. So it could be mounting via sidecar or through a k8s secret. I have the file or the base64 encoded version of the file.
Issue closed because doubts have been satisfied. 🚀
Hi, I'm trying to figure out if there is a way to get a CA file into the proxy instance so that it can use it to verify TLS with my hosted Redis instance. Is this possible, and if so, how would I do that?