uedvt359
uedvt359
We are using gunicorn for an API where clients authenticate through client certificates. We've hacked something together in a custom SyncWorker, but I think this might be useful to be...
currently, `nb.secrets` tries to access Netbox 2.x's built-in secrets store. In version 3.x, a plugin must be used instead; this patch redirects `nb.secrets` to the plugin provided to `pynetbox.api(secrets_provider=...)`, so...
**EasySNMP release version OR commit number** 0.2.6a **Operating System and Version** - OS: RHEL - Version 7.9 **Net-SNMP Library Version** - 5.7.2 (net-snmp-devel-5.7.2-49.el7_9.1.x86_64) **Describe the bug** easysnmp doesn't compile under...
##### SUMMARY Issuing `restart process XXX` will show a prompt (different to the normal one) to ask whether to save the config. The exos_config module does not expect a prompt...
Gunicorn removes the Transfer-Encoding header set in `start_response()`. Unless a Content-Length header is given, it then re-adds its own Transfer-Encoding header with value chunked. I would expect this header to...
This ports the [Gitlab Merge Request 1887](https://gitlab.isc.org/isc-projects/kea/-/merge_requests/1887) that solves [Gitlab Bug 2688](https://gitlab.isc.org/isc-projects/kea/-/issues/2688) to Kea 2.2.x. This is a purely mechanical port; it only rebases the commits on top of branch...
I initially reported this here: https://github.com/latchset/pkcs11-provider/issues/296 One of the maintainers has generously traced the issue to here: >Null bytes are illegal per PKCS11 spec. > From https://docs.oasis-open.org/pkcs11/pkcs11-spec/v3.1/cs01/pkcs11-spec-v3.1-cs01.html#_Toc111203192 >`model model of...
I have a bunch of servers that need a TLS cert, but there is no Web server running on port 80/443. It would be neat to have the option of...
### Proposed Changes Netbox 4.0 has been released: https://github.com/netbox-community/netbox/releases/tag/v4.0.0 ### Justification seems to need quite a few changes: https://docs.netbox.dev/en/feature/plugins/development/migration-v4/
We want to allow access to a web page from two different JWT Authorities. We tried to concatentate multiple public keys in a single AuthJWTSignaturePublicKeyFile (only the first is considered),...