podman/vendor
Miloslav Trmač d462da676c Add support for creating sigstore signatures, and providing passphrases
- Allow creating sigstore signatures via --sign-by-sigstore-private-key .
  Like existing --sign-by, it does not work remote (in this case
  because we would have to copy the private key to the server).
- Allow passing a passphrase (which is mandatory for sigstore private keys)
  via --sign-passphrase-file; if it is not provided, prompt interactively.
- Also, use that passphrase for --sign-by as well, allowing non-interactive
  GPG use. (But --sign-passphrase-file can only be used with _one of_
  --sign-by and --sign-by-sigstore-private-key.)

Note that unlike the existing code, (podman build) does not yet
implement sigstore (I'm not sure why it needs to, it seems not to
push images?) because Buildah does not expose the feature yet.

Also, (podman image sign) was not extended to support sigstore.

The test for this follows existing (podman image sign) tests
and doesn't work rootless; that could be improved by exposing
a registries.d override option.

The test for push is getting large; I didn't want to
start yet another registry container, but that would be an
alternative.  In the future, Ginkgo's Ordered/BeforeAll
would allow starting a registry once and using it for two
tests.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2022-07-30 17:26:08 +02:00
..
github.com Add support for creating sigstore signatures, and providing passphrases 2022-07-30 17:26:08 +02:00
go.etcd.io/bbolt Bump go.etcd.io/bbolt from 1.3.5 to 1.3.6 2021-06-03 09:34:51 +00:00
go.mozilla.org/pkcs7 Bump to Buildah 1.16.0-dev in upstream 2020-08-03 14:34:24 -04:00
go.opencensus.io Bump github.com/spf13/cobra to v1.2.1 2021-07-02 17:36:30 +02:00
golang.org/x podman-remote pull: fix duplicate progress outputs 2022-07-21 10:04:45 +02:00
google.golang.org Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 2022-07-29 12:09:23 +00:00
gopkg.in Vendor in containers/(storage,image, common, buildah) 2022-07-18 10:42:04 -04:00
sigs.k8s.io/yaml remove unneeded k8s code 2022-03-15 14:48:08 +01:00
modules.txt Add support for creating sigstore signatures, and providing passphrases 2022-07-30 17:26:08 +02:00