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

fix: selectively disable TLS #781

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

YongNotYoung
Copy link

closes #658

  • feat: add tls object - set enabled flag to bypass certs in proxy
  • chore: update config test to account for tls change

Copy link

linux-foundation-easycla bot commented Nov 5, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

Copy link

netlify bot commented Nov 5, 2024

Deploy Preview for endearing-brigadeiros-63f9d0 ready!

Name Link
🔨 Latest commit 3af99fd
🔍 Latest deploy log https://app.netlify.com/sites/endearing-brigadeiros-63f9d0/deploys/67379b17d87fd900083a624a
😎 Deploy Preview https://deploy-preview-781--endearing-brigadeiros-63f9d0.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the fix label Nov 5, 2024
@JamieSlome
Copy link
Member

@YongNotYoung - great PR 👍

Are you able to sign the CLA via EasyCLA and we can get this merged?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there has been a bit of a merge conflict on this file. We want to ensure we keep everything plugins related 👍

Copy link
Member

@JamieSlome JamieSlome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🍰 Just need to resolve the merge conflict in src/config/index.js.

@coopernetes - would be good to get your eyes on this as well.

@YongNotYoung
Copy link
Author

@YongNotYoung - great PR 👍

Are you able to sign the CLA via EasyCLA and we can get this merged?

Hey @JamieSlome, thanks for the review

We need to sort out some admin stuff before we'll be able to sign the CLA, but once we get it done, we'll be able to sign it and push the fixes for the merge conflicts

Copy link
Contributor

@coopernetes coopernetes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small suggested change. Merge conflict needs to be resolved to preserve the plugins configuration property.

@@ -97,5 +97,9 @@
"urlShortener": "",
"contactEmail": "",
"csrfProtection": true,
"plugins": []
"tls": {
"enabled": false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"enabled": false,
"enabled": true,

For the purposes of a good (and secure!) default experience, let's keep TLS enabled by default since there's already self-signed certs shipped with the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Selectively disable TLS
4 participants