diff --git a/ee/dtr/user/manage-images/sign-images/trust-with-remote-ucp.md b/ee/dtr/user/manage-images/sign-images/trust-with-remote-ucp.md index e5eaf576bb..3d15f2cb79 100644 --- a/ee/dtr/user/manage-images/sign-images/trust-with-remote-ucp.md +++ b/ee/dtr/user/manage-images/sign-images/trust-with-remote-ucp.md @@ -226,6 +226,7 @@ Orchestrator as there is no SSO between cluster 2 and DTR. See the relevant ### Example Errors +#### Image or trust data does not exist ``` image or trust data does not exist for dtr.example.com/admin/trustdemo:1 ``` @@ -233,6 +234,8 @@ image or trust data does not exist for dtr.example.com/admin/trustdemo:1 This means something went wrong when initiating the repository or signing the image, as the tag contains no signing data. +#### Image did not meet required signing policy + ``` Error response from daemon: image did not meet required signing policy @@ -243,6 +246,14 @@ This means that the image was signed correctly, however the user who signed the image does not meet the signing policy in cluster 2. This could be because you signed the image with the wrong user keys. +#### DTR URL must be a registered trusted registry + +``` +Error response from daemon: dtr.example.com must be a registered trusted registry. +``` + +This means you have not registered DTR to work with a remote UCP instance yet, as outlined in [Registering DTR with a Remote Universal Control Plane](#registering-dtr-with-a-remote-universal-control-plane). + ## Where to go next - [Learn more about Notary](/notary/advanced_usage.md)