Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support TLS for elasticsearch #83

Open
pavolloffay opened this issue Dec 12, 2019 · 1 comment
Open

Support TLS for elasticsearch #83

pavolloffay opened this issue Dec 12, 2019 · 1 comment

Comments

@pavolloffay
Copy link
Member

Related to jaegertracing/jaeger-operator#294

@gwvandesteeg
Copy link

Looking at the docker container itself there is a __cacert_entrypoint.sh which takes any traditional certificates mounted at /certificates/* merges them with the image ca-certficates and then uses the right tools to update the JRE cacert store as long as the USE_SYSTEM_CA_CERTS environment variable is set.

So the entry-point script would either need to copy that behaviour or just call that entrypoint script first

$ docker images --digests ghcr.io/jaegertracing/spark-dependencies/spark-dependencies
REPOSITORY                                                    TAG       DIGEST                                                                    IMAGE ID       CREATED      SIZE
ghcr.io/jaegertracing/spark-dependencies/spark-dependencies   latest    sha256:a307e1baf5815682f7581f2d0f8734510e511c0ae4c326c8501bee2647f6c3dd   4a8f3ad09d74   5 days ago   442MB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants