chore(weave): add audio/media data flow doc for security review#6661
Draft
chore(weave): add audio/media data flow doc for security review#6661
Conversation
Adds AUDIO_DATAFLOW.md describing how audio files travel from the Python SDK through the Weave service to blob or database storage when bucket storage is enabled. Intended as a few-pager for customer security reviewers: architecture diagram, write/read sequence diagrams, and a summary of transit/at-rest encryption, auth, integrity, and tenant isolation properties. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=b10345a7392e3a8976697cce40b9fa08d6d5740d |
Annotate the HTTPS messages in the write and read sequence diagrams with their endpoint paths (/file/create, /call/start and /call/end, /file/content) so reviewers can correlate the flows with observable traffic. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
List the WF_FILE_STORAGE_* environment variables that control bucket routing (URI, allow list, ramp percent) and provider credentials (AWS / GCS / Azure), so security reviewers and operators can reference the actual knobs. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds
AUDIO_DATAFLOW.md, a concise few-pager describing how audio bytes (mp3 / wav / flac / ogg / m4a) travel from the Python SDK through the Weave service to blob or database storage when bucket storage is enabled. The doc is aimed at external security reviewers and covers: architecture, write/read sequence diagrams, security properties (TLS, at-rest encryption, auth, SHA-256 integrity, tenant isolation, no direct blob URLs), and the operator-facing configuration controls.Testing
Verified mermaid diagrams render. No code changes.