Is there a way to allow read-only anonymous access through the web UI (in the open-source version)? We're building a demonstrator for MLOps tooling and would like to allow the users to see the UI for a demo repo in an IFrame as part of an interactive dashboard. Thanks! 🙏🏻
o
Oz Katz
05/07/2024, 7:05 AM
No such capability, as it stands lakeFS requires a user for all API operations. couple of options to consider:
1. http proxy that wraps lakefs ui and adds authentication headers/jwt
2. if the UI wrapping the lakeFS frame is authenticated, consider using SSO
a
Adrian Rumpold
05/07/2024, 7:11 AM
Thanks for the quick response 🙂 I had already considered option 1 (2 is impossible, no auth in the demo, it's just gonna be a kiosk), seems like that will be the route to go