Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pluggable secret backend #34123

Merged
merged 1 commit into from
Jul 17, 2017
Merged

Conversation

liron-l
Copy link
Contributor

@liron-l liron-l commented Jul 15, 2017

This commit extends SwarmKit secret management with pluggable secret
backends support.

Updating the work in swarmkit for pluggable secret backend and adding the
driver parameter to SecretSpec.

Remaining work:

  • CLI support (docker/cli)
  • api in plugin helpers)
  • Reference plugin
  • Documenation (after cli work)

- What I did

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

@GordonTheTurtle GordonTheTurtle added the dco/no Automatically set by a bot when one of the commits lacks proper signature label Jul 15, 2017
@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "plugable_secrets_backend" git@github.com:twistlock/docker.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@GordonTheTurtle GordonTheTurtle removed the dco/no Automatically set by a bot when one of the commits lacks proper signature label Jul 15, 2017
This commit extends SwarmKit secret management with pluggable secret
backends support.

Updating the work in
[swarmkit](moby/swarmkit@eebac27) 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>
@cpuguy83
Copy link
Member

Marking code review since this design was discussed in depth on swarmkit and just exposing the new features that the swarmkit API provides.

Copy link
Member

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aaronlehmann
Copy link
Contributor

LGTM

@cpuguy83
Copy link
Member

Green, 2 LGTMs. Merging

@thaJeztah
Copy link
Member

This needs updates to the swagger.yml and api version-history

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants