mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-12 21:58:58 -04:00
Adapt to auth-app changes
This commit is contained in:
1 parent
73c179e447
commit
467fc2af0c
2 files changed
+3
-3
No files matched your search
+1
-1
@@ -280,7 +280,7 @@ config = {
|
||||
"skip": False,
|
||||
"withRemotePhp": [True],
|
||||
"extraServerEnvironment": {
|
||||
"OC_ADD_RUN_SERVICES": "auth-app",
|
||||
"AUTH_APP_STORAGE_DRIVER": "json",
|
||||
"PROXY_ENABLE_APP_AUTH": True,
|
||||
},
|
||||
},
|
||||
|
||||
@@ -95,7 +95,7 @@ Feature: create auth-app token
|
||||
"pattern": "^\\$2a\\$11\\$[A-Za-z0-9./]{53}$"
|
||||
},
|
||||
"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}$"
|
||||
},
|
||||
"label": {
|
||||
"const": "Generated via Impersonation API"
|
||||
"const": "Generated via API (Impersonation)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user