Metabase dashboard without login

Hello,

first of all thanks for this really amazing piece of software.

I want to use Metabase dashboards within our production to show e.g. order data for different production areas. Therefore I set up a raspberry pi with autostart browser and metabase url like
https://metabase.mydomain.com/dash/2#refresh=60&fullscreen&night
as described in the documentation. The only topic I fail is the login. Is it possible to view a dashboard without login?

Best regards,
Axel Wegener

Not yet. We’ve discussed it and it’s on our roadmap. Keep an eye on https://github.com/metabase/metabase/issues/3681 for status !

Any updates on this? Or has anyone found a stop gap solution? Need something ASAP.

I’m thinking about setting up a reverse proxy on an IIS server and passing a username & password through it.

Would it work if I passed a basic Authentication header to http://[host]:3000/auth/login -?