Skip to content
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

Added support for Block Storage Encryption #453

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

ezilber-akamai
Copy link
Contributor

📝 Description

Updated Python SDK to support Block Encryption according to the API Spec (can be found in the ticket).

✔️ How to Test

First, set up your local environment to point at Alpha:

export LINODE_API_CA=$PWD/cacert.pem
export LINODE_API_URL=https://.../v4beta
export LINODE_TOKEN=<my_alpha_token>

Then run the following tests:
make testunit
make testint TEST_SUITE=volume

NOTE: The Volume integration test suite is currently failing due to differences between the capabilities on regions in Alpha and Prod. At the moment there are not any regions that support all required capabilities for current tests to pass and for new required tests for Block Encryption, so the Block Encryption tests need to be added later.

@ezilber-akamai ezilber-akamai added new-feature for new features in the changelog. do-not-merge PRs that should not be merged until the commented issue is resolved labels Sep 4, 2024
@ezilber-akamai ezilber-akamai changed the title Implemented changes for Linode Disk Encryption Added support for Block Storage Encryption Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge PRs that should not be merged until the commented issue is resolved new-feature for new features in the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant