docs: Document encrypted volumes for volume disk storage#616
Open
promptless[bot] wants to merge 6 commits intomainfrom
Open
docs: Document encrypted volumes for volume disk storage#616promptless[bot] wants to merge 6 commits intomainfrom
promptless[bot] wants to merge 6 commits intomainfrom
Conversation
Document how to enable volume disk encryption via the web interface and API, including key format requirements and security considerations.
|
|
||
| The volume disk provides persistent storage that is retained throughout the Pod's lease. Data stored in the `/workspace` directory survives Pod stops and restarts, but is deleted when the Pod is terminated. This is ideal for storing models, datasets, and checkpoints that you need to access across multiple sessions. | ||
|
|
||
| ### Encrypted volumes |
Contributor
Author
There was a problem hiding this comment.
Encrypted volumes documentation based on Slack thread discussion with Pardeep confirming: encryption applies to pod volume only (not network volumes), volumeKey must be alphanumeric 1-30 chars, and the key cannot be read back via API.
Source: https://Team.slack.com/archives/C06G17JH6GL/p1776192547822169
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
Open this suggestion in Promptless to view citations and reasoning process
Add documentation explaining how to enable volume disk encryption via the web interface checkbox and API volumeKey parameter, including key format requirements and security considerations.
Tip: See how your feedback shapes Promptless in Agent Knowledge Base 🧠