Add an in-memory superusermanager, which stores the current list of superusers in a process-shared Value. We do this because in the ER, when we add a new superuser, we need to ensure that ALL workers have their lists updated (otherwise we get the behavior that some workers validate the new permission and others do not).

This commit is contained in:
Joseph Schorr 2015-01-20 12:43:11 -05:00
parent da4bcbbee0
commit 28d319ad26
6 changed files with 51 additions and 12 deletions

View file

@ -376,7 +376,7 @@
<td>Database Server:</td>
<td>
<span class="config-string-field" binding="fields.server"
placeholder="localhost"></span>
placeholder="dbserverhost"></span>
<div class="help-text">
The server (and optionally, custom port) where the database lives
</div>