![]() |
cosign-discuss at umich.edu |
general discussion of cosign development and deployment | |
I want to understand more about how cosign replication works. In the scenario described above, it does not seem like cosignd replication has a high-availability architecture. If cosignd on host b has up-to-date info that is not propagated to other cosignds, and host b dies, then the information is lost.
Our intention was to load balance https and port 6663 traffic. Communication between the cosignd processes would occur on the private network and would not be load balanced. If cosignd indeed has replication capabilities, it's not clear to me why this wouldn't work.
Has anyone done any work to replace file read/writes with database calls? It seems like this would provide a high-availability architecture that would be reliable and easy to deploy.