-
Notifications
You must be signed in to change notification settings - Fork 13
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
attest : remove "storage" and "volume" from the field names #76
base: main
Are you sure you want to change the base?
Conversation
93859e5
to
10acaa1
Compare
Remove "storage" and "volume" from the field names, this is to make the field names more generic and not tied to storage or volume. This will make adding new keys to the attestation process easier. There has been no change in the wire format. Signed-off-by: Shahriyar Jalayeri <[email protected]>
10acaa1
to
da1c41f
Compare
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.
LGTM but we need to coordinate these changes with the controllers so that they get the changes and no surprises that they need to do the renames in their source code.
OK, lets have this pending until I've informed the relevant developers. |
The best time to do this change is when we bring in a new key to the attestation scheme. There will be changes required on both the sides at that time, and we can absorb this change as well. |
Remove "storage" and "volume" from the field names, this is to make the field names more generic and not tied to storage or volume. This will make adding new keys to the attestation process easier. There has been no change in the wire format.