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

Allow running services without https #1217

Merged
merged 2 commits into from
May 14, 2024
Merged

Conversation

r4victor
Copy link
Collaborator

Closes #1216

A part of #1171

It's now possible to specify https: false in service configurations to run a service without https:

type: service
port: 7860
https: false
commands: ...

Also adds support to run gateway endpoint without https but no interface to configure that. This is need for SSL termination on the ALB side.

@r4victor r4victor merged commit 8b01c98 into master May 14, 2024
15 checks passed
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.

Allow running services without https
1 participant