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

sbp pushed a change to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


    from 7281bdce Use asfquart main, as it now supports maximum session 
lifetimes
     add 8fdb8c21 Manual PAT removal; fixes #598

No new revisions were added by this update.

Summary of changes:
 atr/admin/__init__.py                       |  52 +++++++++++
 atr/admin/templates/revoke-user-tokens.html |  48 ++++++++++
 atr/docs/authentication-security.md         |   7 +-
 atr/docs/authorization-security.md          |   6 ++
 atr/storage/__init__.py                     |   1 +
 atr/storage/writers/tokens.py               |  31 +++++++
 atr/templates/includes/topnav.html          |   5 +
 {atr => tests/e2e/admin}/__init__.py        |   0
 tests/e2e/{tokens => admin}/conftest.py     |  21 +++--
 tests/e2e/{tokens => admin}/helpers.py      |  23 +++--
 tests/e2e/admin/test_revoke_tokens.py       | 137 ++++++++++++++++++++++++++++
 11 files changed, 314 insertions(+), 17 deletions(-)
 create mode 100644 atr/admin/templates/revoke-user-tokens.html
 copy {atr => tests/e2e/admin}/__init__.py (100%)
 copy tests/e2e/{tokens => admin}/conftest.py (58%)
 copy tests/e2e/{tokens => admin}/helpers.py (55%)
 create mode 100644 tests/e2e/admin/test_revoke_tokens.py


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to