kamax-matrix / mxisd

Federated Matrix Identity Server
GNU Affero General Public License v3.0
220 stars 112 forks source link

Incorrect REST API URL for single and bulk default paths #110

Closed palmtown closed 5 years ago

palmtown commented 5 years ago

In doc https://github.com/kamax-matrix/mxisd/blob/master/docs/stores/rest.md, it states that the default path for rest.endpoints.identity.single is /_mxisd/backend/api/v1/identity/single, however, when I checked on the server it is trying to access _mxisd/backend/api/v1/identity/lookup/single. This is the same for bulk.

maxidorius commented 5 years ago

Good catch! Will fix the docs

maxidorius commented 5 years ago

To remain consistent with the rest, we actually made the default config to align with the docs. Fix will be present in the next release. For now, manually set the right config.