cannot specify service URLs and use signing config #4595
-
|
Beta Was this translation helpful? Give feedback.
Answered by
Hayden-IO
Dec 22, 2025
Replies: 1 comment
-
|
One of the changes in Cosign v3 was standardizing the input for URLs. You can either provide a signing config file like https://github.com/sigstore/root-signing/blob/main/targets/signing_config.v0.2.json where you override the service URL in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
13567436138
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One of the changes in Cosign v3 was standardizing the input for URLs. You can either provide a signing config file like https://github.com/sigstore/root-signing/blob/main/targets/signing_config.v0.2.json where you override the service URL in
oidcUrlswithOIDC_ISSUER_URL, or set--use-signing-config=false.