-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CORE-19372 Use databases for cluster schema (#5643)
This PR removes the concept of a "cluster DB". Instead, the databases stanza introduced for state managers can now also be used for the config, crypto, RBAC, and virtual node databases. By default, they will all share a database as before but they can be split apart. The other, perhaps more significant, change, is that the automatic bootstrap will now create separate users for each of crypto, RBAC, and virtual node databases, and one for worker that accesses the config DB. It is, therefore, now only necessary to give a single bootstrap user for each database and everything else is handled by the chart.
- Loading branch information
1 parent
2aa26d9
commit 69d474e
Showing
36 changed files
with
1,133 additions
and
1,655 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.