Files
docker-cli/components/engine/vendor/github.com/docker/swarmkit/api
Liron Levin ed052d78fd pluggable secret backend
This commit extends SwarmKit secret management with pluggable secret
backends support.

Updating the work in
[swarmkit](docker/swarmkit@eebac27434) for
pluggable secret backend and adding the
driver parameter to `SecretSpec`.

Remaining work:
- [ ] CLI support (docker/cli)
- [ ] api in [plugin helpers](docker/go-plugins-helpers))
- [ ] Reference plugin
- [ ] Documenation (after cli work)

Signed-off-by: Liron Levin <liron@twistlock.com>
Upstream-commit: 7d45cafd5746e847e58078aa2fbdde57b5f49fa4
Component: engine
2017-07-15 16:50:02 +03:00
..
2017-07-15 16:50:02 +03:00
2017-05-12 17:36:11 -07:00
2017-02-07 11:08:36 -08:00
2017-05-17 15:50:28 -07:00
2017-05-17 15:50:28 -07:00
2017-05-17 15:50:28 -07:00
2017-05-12 17:36:11 -07:00
2016-11-03 15:31:46 -07:00
2017-05-17 15:50:28 -07:00
2017-05-17 15:50:28 -07:00
2017-06-12 10:31:11 -07:00
2017-06-12 10:31:11 -07:00
2017-05-17 15:50:28 -07:00
2017-05-17 15:50:28 -07:00
2017-03-08 02:29:34 +00:00
2017-05-12 17:36:11 -07:00
2017-02-07 11:08:36 -08:00
2017-05-17 15:50:28 -07:00
2017-05-17 15:50:28 -07:00
2017-07-15 16:50:02 +03:00
2017-07-15 16:50:02 +03:00
2017-03-30 16:12:33 -07:00
2017-05-12 17:36:11 -07:00

Notice

Do not change .pb.go files directly. You need to change the corresponding .proto files and run the following command to regenerate the .pb.go files.

$ make generate

Click here for more information about protobuf.