Cloudron Auth for Metabase
-
I am pretty sure that I installed Metabase without Cloudron authentication and access for users. However, Metabase is now showing as configured to use Cloudron credentials in my app dashboard. This is not the case though I would like to add the Cloudron authentication option...
What are the steps for configuring Metabase for this to work? Since it seems like Cloudron has native support for Metabase SSO and Metabase is managed within the Cloudron, I don't want to necessarily configure Metabase as a custom, generic external application.
-
Usermanagement is an install option only, so you would have to reinstall metabase to make use of that. However if Cloudron shows that it is using the Cloudron SSO then maybe it was installed with it already. Note that even if it is installed with Cloudron SSO many apps have still their own usermanagement enabled for example for admin accounts.
-
You can open a Web Terminal and check if
CLOUDRON_LDAP_SERVER
environment variable is defined (env | grep CLOUDRON_LDAP
). If it defined, it means that the app was installed with Cloudron authentication.I can suggest this: take a backup of the app, install a new Metabase without Cloudron auth, import the first backup into the app (Backups -> Import). This will migrate the app into non Cloudron auth mode.