Commit 60f0a21
VSB-TUO/fix(ci): put PasswordAuthentication first in auth chain (#1326)
The customer-vsb-tuo-test backend image lists LDAPAuthentication first,
with authentication-ldap provider_url ldaps://ldap.vsb.cz:636/, which is
unreachable from CI runners (TCP connect blackholes; DSpace sets no JNDI
connect timeout). Every admin login therefore hangs on the LDAP connect
(~21s locally, up to ~127s on CI) before falling through to password,
which breaks every login-gated dspace-angular e2e (integration) test.
Reordering so PasswordAuthentication is tried first makes the demo/e2e
admin login instant (~0.4s, verified locally against the 29.1.2024 demo
dump); real LDAP users still fall through to LDAPAuthentication unchanged.
This matches the working customer/uk configuration.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 34fe15f commit 60f0a21
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
0 commit comments