This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from dcc556a9a7 chore(CHANGELOG): add link to 6.0.0 CHANGELOG (#36832)
add 5909e90081 feat(security): add built-in Public role for anonymous
dashboard access (#36548)
No new revisions were added by this update.
Summary of changes:
RESOURCES/STANDARD_ROLES.md | 379 +++++++++++----------
docs/docs/configuration/networking-settings.mdx | 16 +-
docs/docs/security/security.mdx | 100 +++++-
.../creating-your-first-dashboard.mdx | 12 +-
pyproject.toml | 1 +
superset/security/manager.py | 97 +++++-
superset/views/utils.py | 2 +-
tests/integration_tests/fixtures/__init__.py | 1 +
tests/integration_tests/fixtures/public_role.py | 18 +
tests/integration_tests/security_tests.py | 99 ++++++
10 files changed, 518 insertions(+), 207 deletions(-)