Does anyone have experience installing Vault in a load balanced environment?
Here is our setup: We have two load balanced web servers, with one DB server.
The only thing I can think of to start is that the web.config would have to be updated to allow session state to be kept in a unified store (like having the aspnet session state service running on one of the servers and all servers use that).
Are there any other considerations?
Using Vault in a load balanced environment
Moderator: SourceGear
Sorry this hasn't been answered - it slipped through the cracks...
Unfortunately, you can't currently have multiple IIS servers accessing the same Vault repository. The web service keeps a cache that contains the state of the tree, and changes from one IIS installation wouldn't be reflected in the other, and the cache would get out of sync, and would cause all sorts of problems.
Unfortunately, you can't currently have multiple IIS servers accessing the same Vault repository. The web service keeps a cache that contains the state of the tree, and changes from one IIS installation wouldn't be reflected in the other, and the cache would get out of sync, and would cause all sorts of problems.