Development #96110
auth_saml: poser un timeout dans l'appel de récupération des métadonnées à partir d'une URL
Start date:
30 September 2024
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
Si l'hôte est injoignable ça bloque l'interface en backoffice, cf. #96107
Associated revisions
auth_saml: prevent GET on metadata in detail page (#96110)
History
Updated by Benjamin Dauvergne 5 days ago
Bizarre c'est déjà à 10 secondes par défaut dans le code..
Updated by Robot Gitea 5 days ago
- Status changed from Nouveau to Solution proposée
Benjamin Dauvergne (bdauvergne) a ouvert une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/authentic/pulls/407
- Titre : auth_saml: do not retry loading metadata URL 3 times (#96110)
- Modifications : https://git.entrouvert.org/entrouvert/authentic/pulls/407/files
Updated by Robot Gitea 5 days ago
- Status changed from Solution proposée to Solution validée
Serghei Mihai (smihai) a approuvé une pull request sur Gitea concernant cette demande :
Updated by Robot Gitea 5 days ago
- Status changed from Solution validée to Résolu (à déployer)
Benjamin Dauvergne (bdauvergne) a mergé une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/authentic/pulls/407
- Titre : auth_saml: do not retry loading metadata URL 3 times (#96110)
- Modifications : https://git.entrouvert.org/entrouvert/authentic/pulls/407/files
Updated by Transition automatique 3 days ago
- Status changed from Résolu (à déployer) to Solution déployée
auth_saml: do not retry loading metadata URL 3 times (#96110)
Loading of SAML metadata is already a background task, no need to retry,
retries are only useful to hide error during synchronous tasks.