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

Securing the Dagda REST API by using HTTPS #40

Open
eliasgranderubio opened this issue Oct 14, 2018 · 3 comments
Open

Securing the Dagda REST API by using HTTPS #40

eliasgranderubio opened this issue Oct 14, 2018 · 3 comments

Comments

@eliasgranderubio
Copy link
Owner

Short description

Securing the Dagda REST API by using HTTPS

Actual results

The Dagda REST API doesn't support HTTPS

Solution

The Dagda REST API supports HTTPS

@denzuko
Copy link

denzuko commented Dec 5, 2018

if one is supporting traefik as default then traefik already can create the tls certificate via acme.

One may also be able to accept a tls keypair via a docker secret/config or even include something like veeti/manuale within the startup script.

I'll be glad to submit a PR on this if one based on the suggestions above.

@eliasgranderubio
Copy link
Owner Author

The idea of this issue is the WSGI server will support HTTPS without any other external component and therefore, Dagda should include as command line parameters all necessary for that.

@eliasgranderubio
Copy link
Owner Author

Pending the evaluation between Gunicorn and Waitress.

@eliasgranderubio eliasgranderubio modified the milestones: 0.8.0, 0.9.0 Jul 27, 2021
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