[PR #8049] [CLOSED] feat: Able to connect to sentinel with a password #13309

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8049
Author: @smutel
Created: 12/11/2021
Status: Closed

Base: developHead: Fix7817


📝 Commits (1)

  • 9c583cd feat: Able to connect to sentinel with a password

📊 Changes

2 files changed (+9 additions, -1 deletions)

View changed files

📝 docs/configuration/required-settings.md (+3 -0)
📝 netbox/netbox/settings.py (+6 -1)

📄 Description

Fixes: #7817

The goal of this PR is to be able to use redis sentinel with a password.
Currently only password on redis is managed by Netbox. It's possible to put password on redis database but also on redis sentinel.
These passwords could be the same or could be different.


🔄 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/8049 **Author:** [@smutel](https://github.com/smutel) **Created:** 12/11/2021 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `Fix7817` --- ### 📝 Commits (1) - [`9c583cd`](https://github.com/netbox-community/netbox/commit/9c583cd3bb541aca4cda5c71b1cd2724c2f91163) feat: Able to connect to sentinel with a password ### 📊 Changes **2 files changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/required-settings.md` (+3 -0) 📝 `netbox/netbox/settings.py` (+6 -1) </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: #7817 <!-- Please include a summary of the proposed changes below. --> The goal of this PR is to be able to use redis sentinel with a password. Currently only password on redis is managed by Netbox. It's possible to put password on redis database but also on redis sentinel. These passwords could be the same or could be different. --- <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:26:41 +01:00
adam closed this issue 2025-12-29 22:26:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13309