For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sharing Connectware Certificates with the Toolkit Container

Mount the Connectware certs volume into the toolkit container to give it access to the certificates used by Connectware components.

Connectware components use certificates to authenticate and secure their communication. Mounting the Connectware certs volume into the toolkit container gives the toolkit access to those certificates. This is most commonly used when debugging Connectware components.

Configuration

How you enable the certs volume depends on how you installed the connectware-toolkit chart.

When you deploy the toolkit as a subchart of the connectware Helm chart, the certs volume is mounted by default once the toolkit is enabled:

values.yaml
toolkit:
  enabled: true
  # mountCertsVolume defaults to true

To opt out of mounting the certs volume, set toolkit.mountCertsVolume to false:

values.yaml
toolkit:
  enabled: true
  mountCertsVolume: false

Last updated

Was this helpful?