Skip to content

Commit cc9b750

Browse files
committed
Changelog & docs for #6083
1 parent 701ad8a commit cc9b750

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/configuration/required-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Redis is configured using a configuration setting similar to `DATABASE` and thes
6666
* `PASSWORD` - Redis password (if set)
6767
* `DATABASE` - Numeric database ID
6868
* `SSL` - Use SSL connection to Redis
69+
* `INSECURE_SKIP_TLS_VERIFY` - Set to `True` to **disable** TLS certificate verification (not recommended)
6970

7071
An example configuration is provided below:
7172

docs/release-notes/version-2.10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [#5756](https://github.com/netbox-community/netbox/issues/5756) - Omit child devices from non-racked devices list under rack view
99
* [#5840](https://github.com/netbox-community/netbox/issues/5840) - Add column to cable termination objects to display cable color
1010
* [#6054](https://github.com/netbox-community/netbox/issues/6054) - Display NAPALM-enabled device tabs only when relevant
11+
* [#6083](https://github.com/netbox-community/netbox/issues/6083) - Support disabling TLS certificate validation for Redis
1112

1213
### Bug Fixes
1314

0 commit comments

Comments
 (0)