mirror of https://github.com/docker/docs.git
you must add a second delegation
This commit is contained in:
parent
4667b5f7f2
commit
ae9a4cb9cf
|
|
@ -160,6 +160,12 @@ trusted repository.
|
||||||
Valid delegation roles take the form of `targets/<delegation>`, where
|
Valid delegation roles take the form of `targets/<delegation>`, where
|
||||||
`<delegation>` does not include further slashes.
|
`<delegation>` does not include further slashes.
|
||||||
|
|
||||||
|
You will need to add the key to at least one other delegation in order for UCP to honor the signed content:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ notary delegation add -p <dtr_url>/<account>/<repository> targets/devops --all-paths user1.pem user2.pem
|
||||||
|
```
|
||||||
|
|
||||||
Before delegation role users can publish signed content with Notary or
|
Before delegation role users can publish signed content with Notary or
|
||||||
Docker Content Trust, they must import the private key associated with the user certificate:
|
Docker Content Trust, they must import the private key associated with the user certificate:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue