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

Support for secret API #21

Open
wayerr opened this issue Feb 1, 2017 · 0 comments
Open

Support for secret API #21

wayerr opened this issue Feb 1, 2017 · 0 comments

Comments

@wayerr
Copy link
Contributor

wayerr commented Feb 1, 2017

Docker provides a secret API: https://docs.docker.com/engine/api/v1.25/#tag/Secret (in api from 1.25)
doc: https://docs.docker.com/engine/swarm/secrets/

In terms of Docker Swarm services, a secret is a blob of data, such as a password, SSH private key, SSL certificate, or another piece of data that should not be transmitted over a network or stored unencrypted in a Dockerfile or in your application’s source code. In Docker 1.13 and higher, you can use Docker secrets to centrally manage this data and securely transmit it to only those containers that need access to it. Secrets are encrypted during transit and at rest in a Docker swarm. A given secret is only accessible to those services which have been granted explicit access to it, and only while those service tasks are running.

We need to provide support in Haven.

@mchwang mchwang changed the title support for secret api Support for secret API Feb 19, 2017
@interair interair added this to the 1.2.2 milestone May 26, 2017
@interair interair modified the milestones: 1.2.3, 1.2.2 Jun 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants