Uh oh!
There was an error while loading. Please reload this page.
Fix issues with Keystone auth v3 in files_external app - #19540
Conversation
alejandroscf
commented
Feb 22, 2020
I've just tested in Nextcloud 17.0.3 and this works. As you may already know OVH is turning off auth v2 for their swift storage next month, so probably many nextcloud admins will need this change to work also in Nextcloud 17 and 18 soon. It would be great if this change could be included in the next releases of 17 and 18, maybe that's whats going to happen anyway as I'm not familiar with the release process. |
babolivier
commented
Mar 3, 2020
Any news about support for this in Nextcloud 17 and 18? |
rlamarche
commented
Mar 11, 2020
Well done, working for me too. The strange thing is that I made it working even without applying this pull request to my nextcloud, just by updating the current configuration and putting "Default" in domain, and no tenant name in any visible fields. |
Signed-off-by: Julien Lutran <julien.lutran@corp.ovh.com>
f41fb19 to
3e849daCompareMorrisJobke
commented
Apr 15, 2020
Unrelated CS failures: I will submit them in a separate PR. |
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
hregis
commented
May 15, 2020
Hello |
icewind1991
commented
May 15, 2020
/backport to stable18 |
This PR fixes some issues with Keystone auth v3 in files_external app :
Fixes#5882
Fixes#11264