cosign policy-controller v0.15.1
TrustRoot.spec.remote
Remote specifies initial root of trust & remote mirror.
| Field / Type | Description |
|---|---|
mirror | Mirror is the remote mirror, for example: https://tuf-repo-cdn.sigstore.dev |
root | Root is the base64 encoded, json trusted initial root. |
targets | Targets is where the targets live off of the root of the Remote If not specified 'targets' is defaulted. |
trustedRootTarget | TrustedRootTarget is the name of the target containing the JSON trusted root. If not specified, `trusted_root.json` is used. |