Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions sources/shared-defaults/image-verification.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Container runtime - image verification

[services.image-verification]
configuration-files = [
"containerd-image-verifiers-toml",
"notation-trust-policy-json",
"thar-be-image-verifiers-toml",
]

# Reload if we disable image verification / update the trustpolicy
restart-commands = []
restart-commands = ["/usr/bin/thar-be-image-verifiers"]

[metadata.settings.image-verifier-plugins]
affected-services = ["image-verification"]
Expand All @@ -20,6 +17,6 @@ affected-services = ["containerd", "image-verification"]
path = "/etc/containerd/config.d/002-image-verification-plugins.toml"
template-path = "/usr/share/templates/containerd-image-verifiers-toml"

[configuration-files.notation-trust-policy-json]
path = "/etc/notation/trustpolicy.json"
template-path = "/usr/share/templates/notation-trust-policy-json"
[configuration-files.thar-be-image-verifiers-toml]
path = "/etc/thar-be-image-verifiers.toml"
template-path = "/usr/share/templates/thar-be-image-verifiers-toml"