-
Notifications
You must be signed in to change notification settings - Fork 2
Bins Role uses offline keys #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
Conversation
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.
The patch itself looks good to me, but there are other places in the document that need to be adopted. Here is one paragraph that's now obsolete:
Each of the "bin" roles SHOULD share the same key as the bins role, due to space efficiency,
and because there is no security advantage to requiring separate keys.
I suggest to grep for all occurrences of "bin" in the text to check for consistency.
@lukpueh, when you get a chance, can you re-review and merge if ready? |
pep-0458.txt
Outdated
@@ -397,8 +398,8 @@ not have any of the keys required to sign for projects. However, it does not | |||
protect projects from attackers who have compromised PyPI, since attackers can | |||
manipulate TUF metadata using the keys stored online. | |||
|
|||
This PEP proposes that the *bins* role (and its delegated roles) sign for all | |||
PyPI projects with an online key. The *targets* role, which only signs with an | |||
This PEP proposes that the *bins* role's delegated roles sign for all |
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 PEP proposes that the *bins* role's delegated roles sign for all | |
This PEP proposes that the *bin-n* roles roles sign for all |
Co-Authored-By: Trishank K Kuppusamy <[email protected]>
Co-Authored-By: Trishank K Kuppusamy <[email protected]>
Update the image and description so that the bins role uses offline keys