jku / tuf-demo

An automated TUF repository demo
https://jku.github.io/tuf-demo/metadata/
6 stars 3 forks source link

Use signer uri for succinct key #40

Closed jku closed 1 year ago

jku commented 1 year ago

This way all online signers use the signer uris and the same Keyring (even though one is a envvar key and two use Google Cloud KMS).

jku commented 1 year ago

hmm, this fails because in the snapshot job the env var for succinct key isn't defined -- but the key wouldnt even be needed at that time...

Maybe the repository-editor-for-tuf keyring should handle this situation?

jku commented 1 year ago

Maybe the repository-editor-for-tuf keyring should handle this situation?

the support-gcp-signer branch now does this