You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2025. It is now read-only.
If the env var is not set, let's not pass it in the dict at all to fall back to the default key (as is currently the case) and then we can pass it if it's set.
Let's add an AUTOGRAPH_KEYID env var and then pass it into autograph when we call here: https://github.com/mozilla/normandy/blob/master/normandy/recipes/signing.py#L72
Pass it as
keyidsee autograph docs here: https://github.com/mozilla-services/autograph/blob/main/docs/endpoints.md#signdataIf the env var is not set, let's not pass it in the dict at all to fall back to the default key (as is currently the case) and then we can pass it if it's set.