[PR #14455] [CLOSED] 14008 Allow definition of webhook headers in configuration.py #14389

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14455
Author: @arthanson
Created: 12/6/2023
Status: Closed

Base: featureHead: 14008-webhook-headers


📝 Commits (3)

  • 2f21103 14008 add webhook_headers to configuration.py
  • 1f439a4 14008 add webhook_headers to configuration.py
  • 05ecd5d 14008 fix doc wording

📊 Changes

3 files changed (+20 additions, -11 deletions)

View changed files

📝 docs/configuration/miscellaneous.md (+8 -0)
📝 netbox/extras/models/models.py (+11 -11)
📝 netbox/netbox/settings.py (+1 -0)

📄 Description

Fixes: #14008

Adds WEBHOOK_HEADERS to configuration.py and uses them as defaults in webhook processing code. This also fixes #14345


🔄 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/14455 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 12/6/2023 **Status:** ❌ Closed **Base:** `feature` ← **Head:** `14008-webhook-headers` --- ### 📝 Commits (3) - [`2f21103`](https://github.com/netbox-community/netbox/commit/2f211034a9348c2ea0ea44e38df8f034ff90f6ef) 14008 add webhook_headers to configuration.py - [`1f439a4`](https://github.com/netbox-community/netbox/commit/1f439a4464a7d43b3d60bf0f594a1f968862be00) 14008 add webhook_headers to configuration.py - [`05ecd5d`](https://github.com/netbox-community/netbox/commit/05ecd5d49eaef4def7f35e7d6763bf59f1158f52) 14008 fix doc wording ### 📊 Changes **3 files changed** (+20 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/miscellaneous.md` (+8 -0) 📝 `netbox/extras/models/models.py` (+11 -11) 📝 `netbox/netbox/settings.py` (+1 -0) </details> ### 📄 Description ### Fixes: #14008 Adds WEBHOOK_HEADERS to configuration.py and uses them as defaults in webhook processing code. This also fixes #14345 --- <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 23:24:12 +01:00
adam closed this issue 2025-12-29 23:24:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14389