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

Add encrypt_invoke_data arg to encryption middleware #188

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

amh4r
Copy link
Collaborator

@amh4r amh4r commented Dec 10, 2024

Add encrypt_invoke_data arg to encryption middleware. Its purpose is to make invoke data encryption opt-in, since it's technically a breaking change. This allows users to add invoke data encryption in a zero-downtime way:

  1. Update the Python SDK.
  2. Release app.
  3. Set encrypt_invoke_data=True.
  4. Release app.

We will remove the encrypt_invoke_data arg in a future release, effectively making encrypt_invoke_data=True the hardcoded behavior.

@amh4r amh4r requested a review from jpwilliams December 10, 2024 15:26
@amh4r amh4r merged commit abdf62d into main Dec 10, 2024
10 checks passed
@amh4r amh4r deleted the encryption-middleware-encrypt_invoke_data branch December 10, 2024 16:26
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