Netbox 3.6.8 broke something on saml ? #14649
-
Hi, I'm trying to debug an issue after upgrading from 3.6.7 to 3.7
The authentication itself is OK on EntraID (Azure AD) side. Is there a way to diagnose this ? Django debug mode doesn't seem to give me more information The issue seems random but frequent. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
Please can you also try downgrading to 3.6.7. i.e. re-run It's possible that some dependency outside of Netbox has changed. Netbox doesn't pin its dependencies, so what you get when you install today may be different to what you got yesterday, even on the same version of Netbox. EDIT: on the working system try |
Beta Was this translation helpful? Give feedback.
-
EDIT : I restored the VM to 3.6.7 and upgraded manually to 3.6.8 (our custom custom script upgraded to "latest" <= note the custom still uses default upgrade.sh script after some changes) to notice the issue was still present. Then I upgraded from 3.6.8 to 3.7.0 pip freeze differences between integration (3.7) and production (3.6.7)
I modified my gunicorn config file to add debug logs
EDIT 2 : code 139 = segmentation fault on gunicorn side ? |
Beta Was this translation helpful? Give feedback.
-
Just in case that helps
|
Beta Was this translation helpful? Give feedback.
-
I had napalm in my local requirements
I removed it by python-saml package itself downloads lxml5
Issue unrelated to Netbox |
Beta Was this translation helpful? Give feedback.
I had napalm in my local requirements
I removed it by python-saml package itself downloads lxml5
Issue unrelated to Netbox
SAML-Toolkits/python3-saml#389