Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-01-23 17:30:12 +0300
committerGitHub <noreply@github.com>2019-01-23 17:30:12 +0300
commite5af104517dcbc83dc64d67367fee2809647e56b (patch)
treeee01139b2fa99eeb1ce1ef8e83c964c1b4787004 /tests
parent238655538e1ca7831e5f988afbf2cba9121c0241 (diff)
parent4da5589fe2439ee4662c43a31fa20cc678fe461f (diff)
Merge pull request #13741 from nextcloud/backport/13140/stable14
[stable14] Cache tokens when using swift's v2 authentication
Diffstat (limited to 'tests')
-rw-r--r--tests/preseed-config.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/preseed-config.php b/tests/preseed-config.php
index 70cf272faef..2d88d939157 100644
--- a/tests/preseed-config.php
+++ b/tests/preseed-config.php
@@ -63,6 +63,14 @@ if (getenv('OBJECT_STORE') === 'swift') {
'name' => 'default',
]
],
+ 'scope' => [
+ 'project' => [
+ 'name' => 'service',
+ 'domain' => [
+ 'name' => 'default',
+ ],
+ ],
+ ],
'tenantName' => 'service',
'serviceName' => 'swift',
'region' => 'regionOne',