cosign policy-controller v0.15.1
TrustRoot.spec.repository
Repository contains the serialized TUF remote repository.
| Field / Type | Description |
|---|---|
mirrorFS | MirrorFS is the base64 tarred, gzipped, and base64 encoded remote repository that can be used for example in air-gap environments. Will not make outbound network connections, and must then be kept up to date in some other manner. The repository must contain metadata as well as targets. |
root | Root is the base64 encoded, json trusted initial root. |
targets | Targets is where the targets live off of the root of the Repository above. 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. |