-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support export encryption and corresponding import decryption #207
Comments
azaslavsky
added a commit
to getsentry/sentry
that referenced
this issue
Oct 13, 2023
This change adds a new `--encrypt_with` flag to all export commands. This flag may be set to point at a file containing a public RSA key. This means that the resulting output, instead of being a single JSON file, will be a tarball containing a DEK minted using the public key, the public key itself, and the JSON export encrypted with the DEK. Future changes will add corresponding decryption support to the import commands, and an endpoint on sentry.io that can be used to retrieve our public key for relocating users. Issue: getsentry/team-ospo#207
azaslavsky
added a commit
to getsentry/sentry
that referenced
this issue
Oct 16, 2023
This change adds a new `--encrypt_with` flag to all export commands. This flag may be set to point at a file containing a public RSA key. This means that the resulting output, instead of being a single JSON file, will be a tarball containing a DEK minted using the public key, the public key itself, and the JSON export encrypted with the DEK. Future changes will add corresponding decryption support to the import commands, and an endpoint on sentry.io that can be used to retrieve our public key for relocating users. Issue: getsentry/team-ospo#207
azaslavsky
added a commit
to getsentry/sentry
that referenced
this issue
Oct 16, 2023
This is the follow up to #58015, adding the corresponding `--decrypt_with` flag to decrypt tarballs at import time. Closes getsentry/team-ospo#207
azaslavsky
added a commit
to getsentry/sentry
that referenced
this issue
Oct 16, 2023
This is the follow up to #58015, adding the corresponding `--decrypt_with` flag to decrypt tarballs at import time. Closes getsentry/team-ospo#207
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: