Description
Currently, when deploying tuf with the provided chart, cosign complains about a missing signing_config.v0.2.json file when calling cosign initialize:
cosign initialize --mirror http://localhost:8080 --root=http://localhost:8080/root.json --root-checksum ...
WARNING: Could not fetch signing_config.json from the TUF mirror (encountered error: getting info for target "signing_config.v0.2.json": target signing_config.v0.2.json not found). It is recommended to use a signing config file rather than provide service URLs when signing.
Upon performing a signing operation with cosign, the following error is printed:
Error: error getting signing config from TUF: error getting signing config from TUF: getting info for target "signing_config.v0.2.json": target signing_config.v0.2.json not found
error during command execution: error getting signing config from TUF: error getting signing config from TUF: getting info for target "signing_config.v0.2.json": target signing_config.v0.2.json not found
Version
cosign version: v3.0.5
tuf version: v0.7.31
Description
Currently, when deploying tuf with the provided chart, cosign complains about a missing signing_config.v0.2.json file when calling cosign initialize:
cosign initialize --mirror http://localhost:8080 --root=http://localhost:8080/root.json --root-checksum ...Upon performing a signing operation with cosign, the following error is printed:
Version
cosign version: v3.0.5
tuf version: v0.7.31