We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca1094 commit 6f2d730Copy full SHA for 6f2d730
admin_guide/image_signatures.adoc
@@ -124,9 +124,15 @@ $ oc adm policy add-cluster-role-to-user system:image-auditor <user_name>
124
endif::[]
125
====
126
127
+[IMPORTANT]
128
+====
129
Using the `--save` flag on already verified image together with invalid GPG key
-or invalid expected identity causes the saved verification status to be removed,
-and the image will become unverified.
130
+or invalid expected identity causes the saved verification status and all
131
+signatures to be removed, and the image will become unverified.
132
+
133
+In order to avoid deleting all signatures by mistake, you can run the command
134
+without the `--save` flag first and check the logs for potential issues.
135
136
137
To verify an image signature use the following format:
138
0 commit comments