...
Already created user accounts remain - however we recommend to deactivate already created Metabase accounts and from now on only log into Metabase from within 3YOURMINDs Org Panel.TBD: Jonathan Ulich (Unlicensed)
We improved the way we handle permissions inside Metabase to avoid unintentional editing of dashboards. To activate this, set the permissions flag to true once you added an admin password and loaded the default-collection as described here
Code Block |
---|
metabase:
adminPass: "SuperSafePassword"
permissions:
enabled: true |
Helm Changes
Info |
---|
All the following changes are assumed to not cause any trouble for on-prem customers. No adjustments should be needed. |
...