feat: add autogroup:self (#2789)

This commit is contained in:
Vitalij Dovhanyc 2025-10-16 12:59:52 +02:00 committed by GitHub
parent fddc7117e4
commit c2a58a304d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 1448 additions and 26 deletions

View file

@ -23,6 +23,7 @@ jobs:
- TestPolicyUpdateWhileRunningWithCLIInDatabase
- TestACLAutogroupMember
- TestACLAutogroupTagged
- TestACLAutogroupSelf
- TestAuthKeyLogoutAndReloginSameUser
- TestAuthKeyLogoutAndReloginNewUser
- TestAuthKeyLogoutAndReloginSameUserExpiredKey
@ -82,6 +83,7 @@ jobs:
- TestSSHNoSSHConfigured
- TestSSHIsBlockedInACL
- TestSSHUserOnlyIsolation
- TestSSHAutogroupSelf
uses: ./.github/workflows/integration-test-template.yml
with:
test: ${{ matrix.test }}