You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by su...@apache.org on 2021/12/14 22:35:38 UTC

[superset] branch embedded updated (ee71eb8 -> d705236)

This is an automated email from the ASF dual-hosted git repository.

suddjian pushed a change to branch embedded
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from ee71eb8  Merge branch 'master' into embedded
     add d705236  feat: Guest token (for embedded dashboard auth) (#17517)

No new revisions were added by this update.

Summary of changes:
 .../src/components/UiConfigContext/index.tsx       | 31 ++++---
 superset/config.py                                 |  8 ++
 superset/security/api.py                           | 69 +++++++++++++++-
 superset/security/guest_token.py                   | 73 +++++++++++++++++
 superset/security/manager.py                       | 95 +++++++++++++++++++++-
 tests/integration_tests/security/api_tests.py      | 48 +++++++++--
 tests/integration_tests/security_tests.py          | 60 +++++++++++++-
 7 files changed, 357 insertions(+), 27 deletions(-)
 create mode 100644 superset/security/guest_token.py