Skip to content

v0.1.1: SaaS Connectors & Security Scrubbers

Latest

Choose a tag to compare

@sagarv48 sagarv48 released this 06 Sep 10:46
· 1 commit to main since this release

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-sync command 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 /healthz liveness probes.
  • Published to GHCR: ghcr.io/sagarv48/knowledge-fabric-enterprise-adapters:v0.1.1.

📦 Installation

pip install knowledge-fabric-enterprise-adapters