[PR #18272] [MERGED] Fixes #18271: Require only encryption OR authentication algorithm when creating an IPSec proposal via REST API #15307

Closed
opened 2025-12-30 00:21:11 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18272
Author: @jeremystretch
Created: 12/27/2024
Status: Merged
Merged: 1/3/2025
Merged by: @jeremystretch

Base: developHead: 18271-api-ipsec-proposal


📝 Commits (1)

  • f8ffdfe Fixes #18271: Require only encryption OR authentication algorithm when creating an IPSec proposal via REST API

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 netbox/vpn/api/serializers_/crypto.py (+4 -2)

📄 Description

Fixes: #18271

  • Set required=False on encryption_algorithm & authentication_algorithm for IPSecProposalSerializer

🔄 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/18272 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/27/2024 **Status:** ✅ Merged **Merged:** 1/3/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `18271-api-ipsec-proposal` --- ### 📝 Commits (1) - [`f8ffdfe`](https://github.com/netbox-community/netbox/commit/f8ffdfe399fcde2dffd141825c439124d69ee518) Fixes #18271: Require only encryption OR authentication algorithm when creating an IPSec proposal via REST API ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/vpn/api/serializers_/crypto.py` (+4 -2) </details> ### 📄 Description ### Fixes: #18271 - Set `required=False` on `encryption_algorithm` & `authentication_algorithm` for IPSecProposalSerializer --- <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-30 00:21:11 +01:00
adam closed this issue 2025-12-30 00:21:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15307