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

Support export encryption and corresponding import decryption #207

Closed
Tracked by #153
azaslavsky opened this issue Oct 12, 2023 · 0 comments · Fixed by getsentry/sentry#58128
Closed
Tracked by #153

Support export encryption and corresponding import decryption #207

azaslavsky opened this issue Oct 12, 2023 · 0 comments · Fixed by getsentry/sentry#58128

Comments

@azaslavsky
Copy link

No description provided.

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant