[PR #14564] [MERGED] Fixes #14499: Relax requirements for encryption/auth algorithms on IKE & IPSec proposals #14410

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14564
Author: @jeremystretch
Created: 12/19/2023
Status: Merged
Merged: 12/19/2023
Merged by: @jeremystretch

Base: featureHead: 14499-ike-authentication-required


📝 Commits (1)

  • 47de49e Fixes #14499: Relax requirements for encryption/auth algorithms on IKE & IPSec proposals

📊 Changes

4 files changed (+24 additions, -7 deletions)

View changed files

📝 docs/models/vpn/ikeproposal.md (+1 -1)
📝 docs/models/vpn/ipsecproposal.md (+6 -0)
📝 netbox/vpn/migrations/0001_initial.py (+3 -3)
📝 netbox/vpn/models/crypto.py (+14 -3)

📄 Description

Fixes: #14499

  • Make authentication_algorithm optional on IKEProposal
  • IPSecProposal now requires encryption_algorithm and/or authentication_algorithm

🔄 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/14564 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/19/2023 **Status:** ✅ Merged **Merged:** 12/19/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `14499-ike-authentication-required` --- ### 📝 Commits (1) - [`47de49e`](https://github.com/netbox-community/netbox/commit/47de49eb013d9196919740c0c967c4c5cfde68e1) Fixes #14499: Relax requirements for encryption/auth algorithms on IKE & IPSec proposals ### 📊 Changes **4 files changed** (+24 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/models/vpn/ikeproposal.md` (+1 -1) 📝 `docs/models/vpn/ipsecproposal.md` (+6 -0) 📝 `netbox/vpn/migrations/0001_initial.py` (+3 -3) 📝 `netbox/vpn/models/crypto.py` (+14 -3) </details> ### 📄 Description ### Fixes: #14499 - Make `authentication_algorithm` optional on IKEProposal - IPSecProposal now requires `encryption_algorithm` and/or `authentication_algorithm` --- <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:19 +01:00
adam closed this issue 2025-12-29 23:24:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14410