docs: Add mTLS client params to Spice.ai data connector#1725
Merged
Conversation
Documents the four new mTLS client identity parameters (`spiceai_tls_client_certificate_file`, `spiceai_tls_client_key_file`, `spiceai_tls_client_certificate`, `spiceai_tls_client_key`) added in spiceai/spiceai#10764 for spice-to-spice mTLS. Mirrors the FlightSQL connector docs update in #1720. - Adds the parameters to the connector reference table. - Adds the parameters to the deployment guide reference table. - Adds an "Mutual TLS (mTLS)" subsection with file-based and inline configuration examples to both pages.
✅ Pull with Spice PassedPassing checks:
|
1 similar comment
✅ Pull with Spice PassedPassing checks:
|
|
🚀 deployed to https://f4b7c575.spiceai-org-website.pages.dev |
phillipleblanc
approved these changes
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the four new mTLS client identity parameters added in spiceai/spiceai#10764 for spice-to-spice mutual TLS:
spiceai_tls_client_certificate_filespiceai_tls_client_key_filespiceai_tls_client_certificatespiceai_tls_client_keyMirrors the FlightSQL connector docs update merged in #1720.
Source PRs
Changes
website/docs/components/data-connectors/spiceai/index.md— adds the four mTLS client params to the Parameters table and a new "Mutual TLS (mTLS)" subsection covering file-based and inline configuration.website/docs/components/data-connectors/spiceai/deployment.md— same params added to the deployment guide reference table, plus a deployment-oriented mTLS subsection.Test plan
cd website && npm run buildpasses locallycrates/runtime/src/dataconnector/spiceai.rsPARAMETERS arrayresolve_client_identity_paramsin source