Releases: sagarv48/knowledge-fabric-enterprise-adapters
Releases · sagarv48/knowledge-fabric-enterprise-adapters
Release list
v0.1.1: SaaS Connectors & Security Scrubbers
Knowledge Fabric Enterprise Adapters v0.1.1: SaaS Connectors & Security Scrubbers
Knowledge Fabric Enterprise Adapters v0.1.1 delivers native SaaS connectors for the most widely used enterprise knowledge repositories, accompanied by automated secret scrubbing and approval signature gating.
🌟 Highlights & New Capabilities
1. Native SaaS Connectors (knowledge_fabric_adapters/connectors/)
- Confluence Source Adapter: Connects via Atlassian REST API, parses Confluence Storage Format (XHTML) into clean Markdown with hierarchical metadata.
- Notion Source Adapter: Traverses Notion databases and page trees, converting block trees into structured Markdown.
- Google Drive Source Adapter: Traverses folders and Shared Drives, exporting Google Docs and downloading raw files.
- Jira Source Adapter: Ingests resolved incidents, post-mortems, and architecture tickets with comments and custom fields.
- Unified Sync CLI:
knowledge-fabric-synccommand for automated cron ingestion into Knowledge Fabric.
2. Information Disclosure Defenses & Secret Scrubbers
- Automated Redaction: Regex-based redaction of Bearer tokens, Basic auth headers, API keys, and sensitive URL query parameters across all adapter HTTP logs.
- Exception Sanitization: Automatically scrubs secrets from HTTP exception messages and stack traces before logging.
- Configurable: Configurable via
ADAPTERS_REDACT_SECRETS=true(default).
3. Approval Signature Verification Gate
- Execution adapters verify HMAC-SHA256 signatures generated by Intent Fabric before permitting mutative write operations.
4. Hardened Multi-Stage Containerization
- Multi-stage Dockerfile running as non-root user
appuser(UID 10001) with/healthzliveness probes. - Published to GHCR:
ghcr.io/sagarv48/knowledge-fabric-enterprise-adapters:v0.1.1.
📦 Installation
pip install knowledge-fabric-enterprise-adaptersInitial release with enterprise source adapters
Implemented with enterprise source adapters