Skip to content

feat: add support for encrypted pod volumes via encrypt_volume param #440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

vivienhenz24
Copy link

Hi! tried going after #420

lmk!

summary of changes:

  • Add encrypt_volume parameter to pod creation API, CLI, and project helpers
  • Update GraphQL mutation to include encryptVolume: true when enabled
  • Extend CLI (runpod pod create) with --encrypt-volume/--no-encrypt-volume flag
  • Add support for encrypt_volume in project runpod.toml config
  • Update README and CHANGELOG with usage and release notes
  • Add and update unit tests for API, CLI, and mutation generator to cover new argument
  • Fix existing tests to accept new default argument

Copy link
Member

@deanq deanq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update your branch to the latest changes from our main. This fixes all the failing checks. Thanks.

@vivienhenz24
Copy link
Author

Please update your branch to the latest changes from our main. This fixes all the failing checks. Thanks.

@deanq ok!

@vivienhenz24 vivienhenz24 requested a review from deanq July 17, 2025 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants