Skip to content

Commit

Permalink
feat(encryption): add kms key management
Browse files Browse the repository at this point in the history
  • Loading branch information
yujingwei committed Feb 1, 2024
1 parent d64d4ab commit a6ad06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replica/replica_stub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ void replica_stub::initialize(const replication_options &opts, bool clear /* = f
kms_path);
}

std::string server_key;
static std::string server_key;
dsn::replication::kms_info kms_info;
if (FLAGS_encrypt_data_at_rest && !utils::is_empty(FLAGS_hadoop_kms_url)) {
_key_provider.reset(new dsn::security::kms_key_provider(
Expand Down

0 comments on commit a6ad06b

Please sign in to comment.