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
Samunroyu committed Nov 30, 2023
1 parent 3d65ddd commit 4ecd4c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/runtime/security/kms_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ class PegasusKMSClient
const std::string &key_version,
std::string *decrypted_key);

dsn::error_s GenerateEncryptionKey(std::string *encryption_key,
std::string *iv,
std::string *key_version);
dsn::error_s
GenerateEncryptionKey(std::string *encryption_key, std::string *iv, std::string *key_version);

private:
dsn::error_s GenerateEncryptionKeyFromKMS(const std::string &key_name,
Expand Down

0 comments on commit 4ecd4c8

Please sign in to comment.