package secretsprovider
import "github.com/moby/buildkit/session/secrets/secretsprovider"
Index ¶
- Constants
- func FromMap(m map[string][]byte) session.Attachable
- func NewFileStore(files []FileSource) (secrets.SecretStore, error)
- func NewSecretProvider(store secrets.SecretStore) session.Attachable
- type FileSource
Constants ¶
const MaxSecretSize = 500 * 1024 // 500KB
MaxSecretSize is the maximum byte length allowed for a secret
Functions ¶
func FromMap ¶
func FromMap(m map[string][]byte) session.Attachable
func NewFileStore ¶
func NewFileStore(files []FileSource) (secrets.SecretStore, error)
func NewSecretProvider ¶
func NewSecretProvider(store secrets.SecretStore) session.Attachable
Types ¶
type FileSource ¶
Source Files ¶
- Version
- v0.7.0
- Published
- Mar 25, 2020
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 11 hours ago –
Tools for package owners.