tutor-cairn/CHANGELOG.md
Régis Behmo 5bf17dda91 feat: upgrade to Palm
This upgrade includes SSO login. Finally! We can now login to Superset
via the LMS. Thanks to OARS for providing the base security manager
implementation!
2023-06-15 00:13:57 +02:00

1.6 KiB

Changelog

This file includes a history of past releases. Changes that were not yet added to a release are in the changelog.d/ folder.

v16.0.0 (2023-06-15)

  • 💥[Feature] Upgrade to Palm.
  • 💥[Feature] Add single sign-on (SSO) authentication with the LMS. User accounts no longer need to be created manually. Instead, users log in via the LMS and are automatically granted access to their course data. With this change, users will no longer have access to the accounts that were created manually, unless they used the same username in Superset and the LMS. To revert to the previous behaviour, set CAIRN_ENABLE_SSO=false. (by @regisb)
    • The cairn utility scripts were removed from the Superset and Clickhouse images.
  • [Bugfix] Support Superset passwords that include an empty space. (by @regisb)
  • [Improvement] Add a scriv-compliant changelog. (by @regisb)