Skip to content

fix: Add missing mTLS parameters to FlightSQL connector docs#1720

Merged
lukekim merged 1 commit into
trunkfrom
fix/flightsql-mtls-params
May 13, 2026
Merged

fix: Add missing mTLS parameters to FlightSQL connector docs#1720
lukekim merged 1 commit into
trunkfrom
fix/flightsql-mtls-params

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

The FlightSQL connector supports mutual TLS (mTLS) via four parameters that are fully implemented but missing from the documentation:

  • flightsql_tls_client_certificate_file — path to PEM client cert chain
  • flightsql_tls_client_key_file — path to PEM private key
  • flightsql_tls_client_certificate — inline PEM client cert (supports secret references)
  • flightsql_tls_client_key — inline PEM private key (supports secret references)

File-based and inline variants are mutually exclusive. Each certificate param must be paired with its corresponding key param.

Changes

Added the four mTLS parameters to the FlightSQL connector parameter table in the vNext docs. Not added to versioned docs since the feature was introduced in spiceai/spiceai#10764 which is trunk-only.

Reference

Verified against spiceai/spiceai at trunkcrates/data-connectors/connector-flightsql/src/lib.rs lines 151-165 (PARAMETERS array) and lines 78-129 (mTLS validation logic).

The FlightSQL connector supports mutual TLS (mTLS) via four parameters
that were implemented in spiceai/spiceai#10764 but never documented:
flightsql_tls_client_certificate_file, flightsql_tls_client_key_file,
flightsql_tls_client_certificate, and flightsql_tls_client_key.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

🔍 Pull with Spice Failed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: claudespice

Failed checks:

  • ❌ Please select at least one of the required labels for this pull request: area/blog, area/docs, area/cookbook, dependencies

Please address these issues and update your pull request.

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://c0652d86.spiceai-org-website.pages.dev

@lukekim lukekim merged commit f3d9b48 into trunk May 13, 2026
7 of 9 checks passed
@lukekim lukekim deleted the fix/flightsql-mtls-params branch May 13, 2026 00:05
lukekim added a commit that referenced this pull request May 14, 2026
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants