kuzzleio / kuzzle-plugin-cluster

Kuzzle cluster mode
Apache License 2.0
7 stars 2 forks source link

Add support for the now loosely coupled security module #106

Closed scottinet closed 4 years ago

scottinet commented 4 years ago

~:warning: requires https://github.com/kuzzleio/kuzzle/pull/1717~

Description

The kuzzle.repositories object no longer exists: it has been replaced with an event system accessed through the new kuzzle.ask method.

This PR adds cluster support for that new event system.

Other changes