Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

Support self-signed certificates in Spark Client snap

The Spark Client snap offers the possibility to submit jobs to a Kubernetes cluster with the spark-submit command.

In some use cases, there is the need to use self-signed certificates to trust self-hosted services such as Ceph or many others. For this reason we had a feature in the Spark Client snap to add certificates in the Java truststore inside the snap and so being able to validate the desired service.

Add certificate

In order to add a new certificate you can use the following command:

spark-client.import-certificate <CERTIFICATE_ALIAS> <CERTIFICATE_PATH>

where <CERTIFICATE_ALIAS> is the alias associated to the certificate and the <CERTIFICATE_PATH> is the path of the desired certificate. Please be sure that the path of the certificate is accessible by the Spark Client snap.

For more information, see the blog post on how to deploy Charmed Spark, with MAAS, Kubernetes and Ceph with self-signed certificates.

Last updated 22 days ago. Help improve this document in the forum.