mirror of
https://github.com/docker/cli.git
synced 2026-09-24 15:30:10 -05:00
Merge pull request #34157 from twistlock/plugable_secrets_backend
plugable secret backend Upstream-commit: 0304c98d85404fe75a1b4a35d3c111931e062f41 Component: engine
This commit is contained in:
@@ -13,7 +13,7 @@ type Secret struct {
|
||||
type SecretSpec struct {
|
||||
Annotations
|
||||
Data []byte `json:",omitempty"`
|
||||
Driver *Driver `json:"omitempty"` // name of the secrets driver used to fetch the secret's value from an external secret store
|
||||
Driver *Driver `json:",omitempty"` // name of the secrets driver used to fetch the secret's value from an external secret store
|
||||
}
|
||||
|
||||
// SecretReferenceFileTarget is a file target in a secret reference
|
||||
|
||||
Reference in New Issue
Block a user