Steffen Klemer

Results 6 comments of Steffen Klemer

> I'm not seeing requests having an `auth_headers` parameter. Is there something that is undocumented there? https://requests.readthedocs.io/en/latest/api/ Nope, there is no such thing -- but I don't use it like...

+1 for this. Workaround in the mean time -- use xslt to add the certificate chain in form of a template for the ds. pyXMLSecurity called by the pyFF sign-builtin...

From the relnotes: BACKWARDS INCOMPATIBLE: Support for OpenSSL less than 1.1.1e has been removed. Users on older version of OpenSSL will need to upgrade. This means including Centos 8, Ubuntu...

Forgot the link... https://repology.org/project/openssl/versions

Yeah, will do a PR in the following days once I got the nautobot onboarding for CX in a more robust shape.

> DRF actually makes use of its own authentication and permission classes which are architected after core django. So IMO the correct approach here is similar to how we handle...