-
Notifications
You must be signed in to change notification settings - Fork 457
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repo: key management refactor with key ID handling changes (#3359)
- Decouple key management from _deb.Ubuntu, introducing a new apt_key_manager.AptKeyManager class. - Improve unit test coverage of key management. - Pivot to enforcing the 40-character key ID. Update the schema and package repository validation checks to enforce this. Update the spread tests to comply. - Update the key asset search to require matching keys to be found in snap/keys/12345678.asc, where 12345678 is the first eight characters of the key ID. Update the schema and package repository validation checks to enforce this. Update the spread tests to comply. This functionality should finalize key management for the stabilization of package-repositories, with the exception of a related change to ensure all key assets are used. Signed-off-by: Chris Patterson <[email protected]>
- Loading branch information
Chris Patterson
authored
Jan 15, 2021
1 parent
8f418e3
commit 8272e54
Showing
14 changed files
with
649 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.