synchronising password databases between kratos instances.
I can extract the hashed passwords as described here:
https://www.ory.sh/docs/kratos/manage-identities/export-user-accounts-identities
Can I then import this data into another kratos instance (with the same encryption settings in their config.yml)?
My use case is to support disconnected operation where we have a central kratos system, and additional kratos instances in trucks (for the brodcast industry).
Alternatively - has anyone done any work on a proxy which could cache kratos data during periods when the truck is offline.
(I am not even sure if this is a sane thing to suggest)