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
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-12-18 16:27:29 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-01-13 21:59:48 +0300
commit615fb8cd77038d1e14e0afebd4b0d7ba0de89e3d (patch)
tree5a1226978d35b4235ef7649bad2ac082e469f39b /tests/preseed-config.php
parent54093e2bd6af535e4a70f986f83398b852d49174 (diff)
Cache tokens when using swift's v2 authentication
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests/preseed-config.php')
-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',