mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-23 02:24:10 +00:00
feat: add autogroup:self (#2789)
This commit is contained in:
parent
fddc7117e4
commit
c2a58a304d
15 changed files with 1448 additions and 26 deletions
2
.github/workflows/test-integration.yaml
vendored
2
.github/workflows/test-integration.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue