-
Notifications
You must be signed in to change notification settings - Fork 110
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
[Delegations prereq 7] Make signers addressible by key ID in LocalStore #197
Conversation
Pull Request Test Coverage Report for Build 1947308688
💛 - Coveralls |
84c43e5
to
e688697
Compare
e688697
to
9c34a3c
Compare
Realized I'm missing new tests here. Will add. |
5c96ea2
to
c8ecd54
Compare
a39931e
to
bc74300
Compare
c8ecd54
to
530e692
Compare
bc74300
to
b8faafb
Compare
81b34fc
to
a1f2a82
Compare
3cef410
to
b627120
Compare
2d5aa82
to
e8c3b55
Compare
2e447bc
to
d1fae69
Compare
e8c3b55
to
7b39db9
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.
@ethan-lowman-dd did you want to add tests?
bf7753a
to
44caf2e
Compare
@asraa The functionality of |
44caf2e
to
ff7da54
Compare
@asraa Added tests for the changed functionality. |
…sociated keys. Make NewDelegationsIterator return an error if the passed DB is missing the top level targets role
160a3ab
to
eaefa2e
Compare
Rebasing dismissed reviews. There shouldn't have been any material changes in the rebase. |
Splitting up #175
Changes:
LocalStore
struct definition intolocal_store.go
signers
("signers for role") map into two maps,keyIDsForRole
andsignerForKeyID
.SignersForKeyIDs
toLocalStore
, which will be used to get signers for key IDs specified in a targets delegation