chore: add changelog entry

This commit is contained in:
Juan Pablo Villafáñez
2024-11-18 12:01:41 +01:00
parent 904491c2b2
commit 02488b5f5a

View File

@@ -0,0 +1,11 @@
Bugfix: Return an error if we can't get the keys and ensure they're cached
Previously, there was an issue where we could get an error while getting the
public keys from the /hosting/discovery endpoint but we're returning a wrong
success value instead. This is fixed now and we're returning the error.
In addition, the public keys weren't being cached, so we hit the
/hosting/discovery endpoint every time we need to use the public keys. The keys
are now cached so we don't need to hit the endpoint more than what we need.
https://github.com/owncloud/ocis/pull/10590