-
Notifications
You must be signed in to change notification settings - Fork 39
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 RFC 1005: Realm key rotation #5303
Conversation
5ac101a
to
ed6bf70
Compare
ed6bf70
to
1a82f37
Compare
b73999d
to
1c22618
Compare
94e67a1
to
c87d745
Compare
General comment about the markdown format:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Partial review (sections 1 and 2)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More comments on section 2
docs/rfcs/1005-realm-key-rotation.md
Outdated
|
||
> **TODO:** | ||
> | ||
> The fields `encryption_algorithm` & `hash_algorithm` allows for future evolution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A new RFC will be opened to discuss this
The idea is basically to modify file manifest to references the file blocks as (block_id, key_index, block_hash)
, this way all data using symmetric encryption will use the same key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you create an issue to trace the requirement of the new RFC ? (If you give me the requirement I could create it for you)
c87d745
to
df39f3e
Compare
df39f3e
to
50b995b
Compare
To avoid being blocked by a workspace forever in maintenance (e.g. workspace owned by | ||
a single user that got revoked while it was re-encrypting it), we also provide a cli for | ||
removing realm vlobs (cannot remove a realm given it is related to certificates) or | ||
organization form the database. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This CLI already exist or do we need to add an issue tracking the need ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this cli doesn't exist, but I think this is part of the key rotation implementation so no need for a specific issue for this for the moment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've create the issue anyway (#5782), in the best case it would be merge with the implementation of the RFC
50b995b
to
d263212
Compare
No description provided.