evidentlyai / evidently

Evidently is ​​an open-source ML and LLM observability framework. Evaluate, test, and monitor any AI-powered system or data pipeline. From tabular data to Gen AI. 100+ metrics.
https://www.evidentlyai.com/evidently-oss
Apache License 2.0
5.2k stars 586 forks source link

fix(evidently-ui): secret token auth always failing #1072

Closed rollersteaam closed 5 months ago

rollersteaam commented 5 months ago

This commit fixes an issue where using secret token authentication (by specifying an EVIDENTLY_SECRET in the environment, which blocks access to WRITE endpoints (e.g. POST snapshots) with the evidently ui monitoring service would always fail, returning a 403 Forbidden despite the client using the correct password.