Documentation ¶
Overview ¶
Package filesystem defines an implementation of the providers.Interface that reads identity tokens from a well-known filesystem location. This is intended for use with Kubernetes Service Account Projected Volumes, but nothing is stopping other systems from placing identity tokens in the same place.
Index ¶
Constants ¶
View Source
const ( // FilesystemTokenPath is the path to where we read an OIDC // token from the filesystem. // nolint FilesystemTokenPath = "/var/run/sigstore/cosign/oidc-token" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.