[PR #3603] [MERGED] implemented #3499 - Add to Webhook model to support user supplied CA certificate verification of webhook requests #12591

Closed
opened 2025-12-29 22:22:31 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3603
Author: @lampwins
Created: 10/13/2019
Status: Merged
Merged: 10/13/2019
Merged by: @lampwins

Base: developHead: 3499-webhooks-ca-filepath


📝 Commits (2)

  • 09d7d38 implemented #3499 - Add to Webhook model to support user supplied CA certificate verrification of webhook requests
  • 5e88313 typo in change log

📊 Changes

4 files changed (+45 additions, -0 deletions)

View changed files

📝 docs/release-notes/version-2.6.md (+12 -0)
netbox/extras/migrations/0026_webhook_ca_file_path.py (+18 -0)
📝 netbox/extras/models.py (+13 -0)
📝 netbox/extras/webhooks_worker.py (+2 -0)

📄 Description

Fixes: #3499

Add ca_file_path to Webhook model to support user supplied CA certificate verification of webhook requests.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/3603 **Author:** [@lampwins](https://github.com/lampwins) **Created:** 10/13/2019 **Status:** ✅ Merged **Merged:** 10/13/2019 **Merged by:** [@lampwins](https://github.com/lampwins) **Base:** `develop` ← **Head:** `3499-webhooks-ca-filepath` --- ### 📝 Commits (2) - [`09d7d38`](https://github.com/netbox-community/netbox/commit/09d7d38b0430ca6252efb63fd57aa6adc711e475) implemented #3499 - Add to Webhook model to support user supplied CA certificate verrification of webhook requests - [`5e88313`](https://github.com/netbox-community/netbox/commit/5e88313276fabf379fca637978338cd8ff438ba0) typo in change log ### 📊 Changes **4 files changed** (+45 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.6.md` (+12 -0) ➕ `netbox/extras/migrations/0026_webhook_ca_file_path.py` (+18 -0) 📝 `netbox/extras/models.py` (+13 -0) 📝 `netbox/extras/webhooks_worker.py` (+2 -0) </details> ### 📄 Description ### Fixes: #3499 Add `ca_file_path` to Webhook model to support user supplied CA certificate verification of webhook requests. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:22:31 +01:00
adam closed this issue 2025-12-29 22:22:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12591