mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
pluggable secret backend
Fixing secret driver serialization issue from
08f7cf0526
Signed-off-by: Liron Levin <liron@twistlock.com>
This commit is contained in:
parent
c6fe39728f
commit
e3f920d2f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue