Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Révision des modes d'accès à l'interface administration #237

Closed
lpofredc opened this issue Sep 25, 2020 · 1 comment
Closed

Révision des modes d'accès à l'interface administration #237

lpofredc opened this issue Sep 25, 2020 · 1 comment

Comments

@lpofredc
Copy link
Collaborator

L'administration de Geonature-Citizen s'appuie sur flask-admin.

L'accès à cette interface d'administration est aujourd'hui laborieuse. Le token utilisé par l'authentification au frontend (JWT) est retranscrit dans l'URL d'accès à l'interface flask-admin et ne permet pas la navigation dans une interface d'administration complexe.

Il faut prévoir un nouveau mode d'accès à cette interface d'administraiton, permettant ainsi d'en faciliter l'usage et la généralisation pour la gestion de l'application :

Dans un premier temps, l'interface peut-être simplement protégée par une sécurisation des routes depuis le serveur web (apache ou nginx), comme évoqué dans ce ticket PnX-SI/GeoNature#839 > cf. https://www.digitalocean.com/community/tutorials/how-to-set-up-password-authentication-with-apache-on-ubuntu-18-04

@lpofredc
Copy link
Collaborator Author

Intégré au script d'installation et mergé dans #250

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants