implemented #3499 - Add to Webhook model to support user supplied CA certificate verrification of webhook requests

This commit is contained in:
John Anderson
2019-10-13 01:43:08 -04:00
parent b25faec159
commit 09d7d38b04
4 changed files with 45 additions and 0 deletions

View File

@@ -1,3 +1,15 @@
# v2.6.7 (FUTURE)
## Enhancements
* [#3499](https://github.com/netbox-community/netbox/issues/3499) - Add `ca_file_path` to Webhook model to support user supplied CA certificate verrification of webhook requests
## Bug Fixes
---
# v2.6.6 (2019-10-10)
## Notes