Context
A customer inquired about the security of the MCP SQL query tool. We need to document the existing security measures to help users understand how their data is protected.
Task
Add a documentation page explaining the security of the SQL query tool.
Current Security Implementation
We're using:
Suggested Documentation Structure
- Overview: High-level security approach
- Technical Implementation:
- ClickHouse role-based access control (RBAC)
- Read-only query enforcement
- Query validation before execution
- Security Guarantees:
- What users can and cannot do
- Data isolation between customers
- Audit logging (if applicable)
- Best Practices: Recommendations for secure usage
Location
Add this as a new page in the documentation, potentially under:
/content/docs/observability/sql-security or
/content/docs/security/sql-query-tool
Acceptance Criteria
References
-- Claude Code
Context
A customer inquired about the security of the MCP SQL query tool. We need to document the existing security measures to help users understand how their data is protected.
Task
Add a documentation page explaining the security of the SQL query tool.
Current Security Implementation
We're using:
Suggested Documentation Structure
Location
Add this as a new page in the documentation, potentially under:
/content/docs/observability/sql-securityor/content/docs/security/sql-query-toolAcceptance Criteria
References
-- Claude Code