Clinical-Genomics-Lund / bonsai

Visualize and analyze resistance and outbreak of bacterial pathogen
https://bonsai-wgs.readthedocs.io/en/latest/
GNU General Public License v3.0
4 stars 1 forks source link

SSL verification error in frontend when using https #194

Closed mhkc closed 5 months ago

mhkc commented 5 months ago

This PR introduces the option to specify additional SSL root certificates for verifying HTTPs requests to the API.

Bonsai frontend now uses pydantic-settings for managing configuration instead of traditional Flask config because it allows for better documentation and type verification.