summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-12-18 14:27:29 +0100
committerBackportbot <backportbot-noreply@rullzer.com>2019-01-22 14:37:09 +0000
commit6855c1594ce568e2e1b25fd637127b2d94778e44 (patch)
treec68c08f3d6606d70b2d152bc668c1ea3b32719d0 /tests
parente1f917fd4c8314f309bf46196096ad89f5c55b8b (diff)
downloadnextcloud-server-6855c1594ce568e2e1b25fd637127b2d94778e44.tar.gz
nextcloud-server-6855c1594ce568e2e1b25fd637127b2d94778e44.zip
Cache tokens when using swift's v2 authentication
Signed-off-by: Robin Appelman <robin@icewind.nl>
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',