-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AUT-293: add stage formats for all dev/fake-prod signingscript formats (
#1085) * feat(signingscript): allow for 'stage_' variants of signing formats We need this to easily allow dev and fake-prod scriptworkers to opt into testing against Autograph stage. Rather than duplicating all of the formats, we add some simple fallback to the non-stage_ version when selecting signing function. (Note that we must pass through the original format to allow `get_autograph_config` to find the correct server configuration deeper down the stack.) * feat(signingscript): add stage variants for all dev/fake-prod formats These variants don't necessarily use the same certs as the autograph prod versions, but they are similar enough that they allow us to verify that Autograph works from a functional point of view. * add some extra logging messages to make it easier to trace signing requests * remove unnecessary checks for GPG_PUBKEY_PATH * fix: preserve original format during widevine signing * fix: preserve original format during omnija signing * fix a bunch more places that hardcode formats deep in the bowels of signingscript * formatting pass * minor improvements to widevine logging
- Loading branch information
Showing
11 changed files
with
421 additions
and
155 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
Oops, something went wrong.