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 TLS for BYOR #207

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Support TLS for BYOR #207

wants to merge 11 commits into from

Conversation

Yura52
Copy link
Collaborator

@Yura52 Yura52 commented Sep 8, 2017

Now TLS-protected Docker-daemons are supported: users can attach corresponding certificates when filling the form.

Technical note: the creation of a Docker-client in the case of BYOR should be done asynchronously since that's a pure network-operation. However, the method "load_state" must not be a Tornado-coroutine, so an attempt to restore the BYOR-Docker-client is done in a synchronous way. Taking into account the fact of rare usage of BYOR and that this synchronous call is done only when Everware itself starts, it's unlikely to cause any problems.

@Yura52 Yura52 changed the title Support TLS when BringingYourOwnResources Support TLS for BYOR Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant