diff options
author | Robin Appelman <robin@icewind.nl> | 2018-12-18 14:27:29 +0100 |
---|---|---|
committer | Backportbot <backportbot-noreply@rullzer.com> | 2019-01-22 14:37:09 +0000 |
commit | 6855c1594ce568e2e1b25fd637127b2d94778e44 (patch) | |
tree | c68c08f3d6606d70b2d152bc668c1ea3b32719d0 /tests | |
parent | e1f917fd4c8314f309bf46196096ad89f5c55b8b (diff) | |
download | nextcloud-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.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', |