diff options
author | Robin Appelman <robin@icewind.nl> | 2018-12-18 14:27:29 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-01-13 19:59:48 +0100 |
commit | 615fb8cd77038d1e14e0afebd4b0d7ba0de89e3d (patch) | |
tree | 5a1226978d35b4235ef7649bad2ac082e469f39b /tests/preseed-config.php | |
parent | 54093e2bd6af535e4a70f986f83398b852d49174 (diff) | |
download | nextcloud-server-615fb8cd77038d1e14e0afebd4b0d7ba0de89e3d.tar.gz nextcloud-server-615fb8cd77038d1e14e0afebd4b0d7ba0de89e3d.zip |
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.php | 8 |
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', |