Replies: 1 comment 1 reply
-
That isn't quite how this work. The master key for a database is not part of the global state of the cluster. In other words, we create a secret key with the name of the database, and then create the database for that.
The reason for that is that we keep strict separation of the secrets from anything else, and you can run with different keys for each node in the cluster. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running a RavenDB cloud instance. The databases are created by my software. How do I pass in a custom encryption key when creating an encrypted database? I've tried it like this, the database is created but it can't be loaded by RavenDB studio with a load errors. Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions