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/22 21:13:27 UTC

[superset] branch guest-token-authz updated (5c0a7f5 -> 36a1224)

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

suddjian pushed a change to branch guest-token-authz
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 5c0a7f5  Remove unnecessary import
     add 2141f2d  move row level security tests to their own file
     add bfdbad5  a bit of refactoring
     add 36a1224  add guest token security tests

No new revisions were added by this update.

Summary of changes:
 superset/security/manager.py                       |  14 +-
 .../security/guest_token_security_tests.py         |  76 ++++++++
 .../security/row_level_security_tests.py           | 195 +++++++++++++++++++++
 tests/integration_tests/security_tests.py          | 169 ------------------
 tox.ini                                            | 180 -------------------
 5 files changed, 279 insertions(+), 355 deletions(-)
 create mode 100644 tests/integration_tests/security/guest_token_security_tests.py
 create mode 100644 tests/integration_tests/security/row_level_security_tests.py
 delete mode 100644 tox.ini