Adapt to auth-app changes

This commit is contained in:
André Duffeck
2025-03-24 08:47:22 +01:00
parent 73c179e447
commit 467fc2af0c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ config = {
"skip": False, "skip": False,
"withRemotePhp": [True], "withRemotePhp": [True],
"extraServerEnvironment": { "extraServerEnvironment": {
"OC_ADD_RUN_SERVICES": "auth-app", "AUTH_APP_STORAGE_DRIVER": "json",
"PROXY_ENABLE_APP_AUTH": True, "PROXY_ENABLE_APP_AUTH": True,
}, },
}, },
@@ -95,7 +95,7 @@ Feature: create auth-app token
"pattern": "^\\$2a\\$11\\$[A-Za-z0-9./]{53}$" "pattern": "^\\$2a\\$11\\$[A-Za-z0-9./]{53}$"
}, },
"label": { "label": {
"const": "Generated via Impersonation API" "const": "Generated via API (Impersonation)"
} }
} }
} }
@@ -124,7 +124,7 @@ Feature: create auth-app token
"pattern": "^[a-zA-Z0-9]{16}$" "pattern": "^[a-zA-Z0-9]{16}$"
}, },
"label": { "label": {
"const": "Generated via Impersonation API" "const": "Generated via API (Impersonation)"
} }
} }
} }