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 skipping the tls check for webhooks #197

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

jkoenig134
Copy link
Member

@jkoenig134 jkoenig134 commented Jul 1, 2024

At some points it can be that services run under a self signed certificate. The only option at the moment is to turn of certificate validation globally using the NODE_TLS_REJECT_UNAUTHORIZED environment variable which also disables the tls check when accessing the backbone.

Now it is possible to disable tls checks for the webhooks module.

Readiness checklist

  • I added/updated tests.
  • I ensured that the PR title is good enough for the changelog.
  • I labeled the PR.

@jkoenig134 jkoenig134 changed the title Feature/allow skipping the tls check for webhooks Allow skipping the tls check for webhooks Jul 1, 2024
@jkoenig134 jkoenig134 added the enhancement New feature or request label Jul 1, 2024
@jkoenig134 jkoenig134 enabled auto-merge (squash) July 1, 2024 10:18
@jkoenig134 jkoenig134 merged commit a3b9b6b into main Jul 1, 2024
11 checks passed
@jkoenig134 jkoenig134 deleted the feature/allow-skipping-the-tls-check-for-webhooks branch July 1, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants