-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
pluggable secret backend #34123
Conversation
Please sign your commits following these rules: $ 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. |
45378fc
to
3be37ba
Compare
3be37ba
to
650d7a4
Compare
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>
650d7a4
to
7d45caf
Compare
Marking code review since this design was discussed in depth on swarmkit and just exposing the new features that the swarmkit API provides. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM |
Green, 2 LGTMs. Merging |
This needs updates to the swagger.yml and api version-history |
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:
- 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)