Documentation
¶
Overview ¶
Package ocisource loads agent configurations from OCI artifacts. It is kept out of pkg/config so embedders that never read agents from a registry do not link the OCI client stack.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*ociSource)
Option customizes an OCI source.
func WithVerificationKey ¶
WithVerificationKey makes the source verify the artifact protection (signature or encrypted copy recorded by `share push --key`) against key on every read. Unprotected or tampered artifacts fail to load.
Click to show internal directories.
Click to hide internal directories.