[PR #3957] [MERGED] Fixes: #3923 validate key format #12709

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3957
Author: @kobayashi
Created: 1/19/2020
Status: Merged
Merged: 1/21/2020
Merged by: @jeremystretch

Base: developHead: 3923-validate-key-format


📝 Commits (1)

📊 Changes

5 files changed (+52 additions, -0 deletions)

View changed files

📝 docs/core-functionality/secrets.md (+14 -0)
📝 docs/release-notes/version-2.7.md (+1 -0)
📝 netbox/secrets/forms.py (+2 -0)
📝 netbox/secrets/tests/constants.py (+2 -0)
netbox/secrets/tests/test_form.py (+33 -0)

📄 Description

Fixes: #3923

Add validation of ssh key format and describe support format for user key in the docs.


🔄 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/3957 **Author:** [@kobayashi](https://github.com/kobayashi) **Created:** 1/19/2020 **Status:** ✅ Merged **Merged:** 1/21/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `3923-validate-key-format` --- ### 📝 Commits (1) - [`c6d18da`](https://github.com/netbox-community/netbox/commit/c6d18da2eb9757023144d1a8a7de409c9f980a04) 3923 validate key format ### 📊 Changes **5 files changed** (+52 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/core-functionality/secrets.md` (+14 -0) 📝 `docs/release-notes/version-2.7.md` (+1 -0) 📝 `netbox/secrets/forms.py` (+2 -0) 📝 `netbox/secrets/tests/constants.py` (+2 -0) ➕ `netbox/secrets/tests/test_form.py` (+33 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: <ISSUE NUMBER GOES HERE> #3923 <!-- Please include a summary of the proposed changes below. --> Add validation of ssh key format and describe support format for user key in the docs. --- <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:23:11 +01:00
adam closed this issue 2025-12-29 22:23: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#12709