summaryrefslogtreecommitdiff
path: root/test/e2e/sign/policy.json
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-10-22 11:00:09 -0400
committerGitHub <noreply@github.com>2020-10-22 11:00:09 -0400
commit513c2610f37fa530b951a9a0105f49dfd346c091 (patch)
treea3e889e5825ea067b93991770bdf1ebba5e8be27 /test/e2e/sign/policy.json
parent5d70f46bd3f90739bf1ae3eba473523200669025 (diff)
parentb898f914a3a9b8cad5519ace0167d738e2f85186 (diff)
downloadpodman-513c2610f37fa530b951a9a0105f49dfd346c091.tar.gz
podman-513c2610f37fa530b951a9a0105f49dfd346c091.tar.bz2
podman-513c2610f37fa530b951a9a0105f49dfd346c091.zip
Merge pull request #7956 from QiWang19/save-rm-sig
Allow save image remove-signatures
Diffstat (limited to 'test/e2e/sign/policy.json')
-rw-r--r--test/e2e/sign/policy.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/e2e/sign/policy.json b/test/e2e/sign/policy.json
new file mode 100644
index 000000000..ab01137bf
--- /dev/null
+++ b/test/e2e/sign/policy.json
@@ -0,0 +1,18 @@
+{
+ "default": [
+ {
+ "type": "insecureAcceptAnything"
+ }
+ ],
+ "transports": {
+ "docker": {
+ "localhost:5000": [
+ {
+ "type": "signedBy",
+ "keyType": "GPGKeys",
+ "keyPath": "/tmp/key.gpg"
+ }
+ ]
+ }
+ }
+}