Skip to content

fix: Note scylladb_ssl parameter is not yet implemented#1544

Merged
lukekim merged 1 commit into
trunkfrom
fix/scylladb-ssl-not-implemented
Apr 21, 2026
Merged

fix: Note scylladb_ssl parameter is not yet implemented#1544
lukekim merged 1 commit into
trunkfrom
fix/scylladb-ssl-not-implemented

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

  • The scylladb_ssl parameter is defined in the ParameterSpec array but never read or applied during session builder configuration
  • Users setting scylladb_ssl: true will not get SSL/TLS connections — the parameter is silently ignored

Changes

  • Added a note to the scylladb_ssl description clarifying the parameter has no effect
  • Fixed in both vNext and 1.11.x docs

Reference

Verified against spiceai/spiceai at trunkscylladb_ssl is defined at connector-scylladb/src/lib.rs:129-131 but never retrieved via params.get("ssl") in the create_scylladb_connector() function (lines 324-447).

The scylladb_ssl parameter is defined in the ParameterSpec but
never read or applied in the session builder code. The parameter
is accepted without error but has no effect on the connection.

Added a note to the parameter description in both vNext and
1.11.x docs.
@claudespice claudespice added bug Something isn't working area/docs labels Apr 21, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 21, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: lukekim

@github-actions
Copy link
Copy Markdown

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

@lukekim lukekim self-assigned this Apr 21, 2026
@lukekim lukekim merged commit 20e4d79 into trunk Apr 21, 2026
6 of 9 checks passed
@lukekim lukekim deleted the fix/scylladb-ssl-not-implemented branch April 21, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/docs bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants