-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feature request: Ability to disable SSL on Helix Core #402
Comments
A proposed implementation would require the following changes: Add support for passing a TLS enablement flag to the Helix Core server on startup
Update the
|
This will be addressed as part of a larger PR that is in the works. First getting rid of p4_configure.sh in favor of Ansible playbook. During this transition this will be addressed. The variables will be passed by the ssm association (run command from SSM) that Ansible will take. |
@GrzesiekO We really ought to split some of these issues out into smaller adjustments. I need to be able to disable self-signed cert creation now to progress on NLB work. I'll own this issue, and the refactor you are working on can adjust from there. |
Use case
Users may want to deploy Helix Core using plaintext communication for a number of reasons. We should provide a flag on the Helix Core module that enables or disables this feature.
Solution/User Experience
This should result in clients being able to connect to the Helix Core server using plaintext. If the Helix Core sits in a private subnet we can now front it with an NLB that handles TLS termination.
Alternative solutions
No response
The text was updated successfully, but these errors were encountered: