sbp commented on issue #1153:
URL:
https://github.com/apache/tooling-trusted-releases/issues/1153#issuecomment-4225959566
More info from Andrew:
```
server.py:268 → storage.read_as_foundation_committer(current_uid)
→ storage.read(asf_uid)
→ principal.Authorisation(asf_uid)
→ cache_refresh(asf_uid)
→ Committer(asf_uid)
→ get_ldap_bind_dn_and_password()[7:41 PM]
server.py:268 — app_wide() calls storage.read_as_foundation_committer()
which triggers an LDAP lookup via principal.Authorisation(). This runs
on every page render including the error handler, so if LDAP creds
aren't set, every page 500s and the error page also 500s.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]