diff --git a/.woodpecker.star b/.woodpecker.star index fd38e318f5..e73469ee2a 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -279,10 +279,6 @@ config = { ], "skip": False, "withRemotePhp": [True], - "extraServerEnvironment": { - "AUTH_APP_STORAGE_DRIVER": "json", - "PROXY_ENABLE_APP_AUTH": True, - }, }, "cliCommands": { "suites": [ diff --git a/tests/acceptance/features/apiAuthApp/token.feature b/tests/acceptance/features/apiAuthApp/token.feature index 40c3cbb52f..9545f6b82b 100644 --- a/tests/acceptance/features/apiAuthApp/token.feature +++ b/tests/acceptance/features/apiAuthApp/token.feature @@ -22,7 +22,7 @@ Feature: create auth-app token ], "properties": { "token": { - "pattern": "^[a-zA-Z0-9]{16}$" + "pattern": "^([a-zA-Z]+ ){5}[a-zA-Z]+$" }, "label": { "const": "Generated via API" @@ -58,7 +58,7 @@ Feature: create auth-app token ], "properties": { "token": { - "pattern": "^\\$2a\\$11\\$[A-Za-z0-9./]{53}$" + "pattern": "^\\$argon2id\\$v=19\\$m=65536,t=1,p=16\\$.+$" }, "label": { "const": "Generated via API" @@ -75,7 +75,7 @@ Feature: create auth-app token ], "properties": { "token": { - "pattern": "^\\$2a\\$11\\$[A-Za-z0-9./]{53}$" + "pattern": "^\\$argon2id\\$v=19\\$m=65536,t=1,p=16\\$.+$" }, "label": { "const": "Generated via CLI" @@ -92,7 +92,7 @@ Feature: create auth-app token ], "properties": { "token": { - "pattern": "^\\$2a\\$11\\$[A-Za-z0-9./]{53}$" + "pattern": "^\\$argon2id\\$v=19\\$m=65536,t=1,p=16\\$.+$" }, "label": { "const": "Generated via API (Impersonation)" @@ -121,7 +121,7 @@ Feature: create auth-app token ], "properties": { "token": { - "pattern": "^[a-zA-Z0-9]{16}$" + "pattern": "^([a-zA-Z]+ ){5}[a-zA-Z]+$" }, "label": { "const": "Generated via API (Impersonation)"