Skip to content

Commit

Permalink
Add todo for key management
Browse files Browse the repository at this point in the history
  • Loading branch information
dAdAbird committed Jun 17, 2024
1 parent c3de274 commit 324ff61
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/catalog/tde_global_catalog.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,12 @@ GetGlCatInternalKey(Oid obj_id)
return GetRelationKeyWithKeyring(GLOBAL_SPACE_RLOCATOR(obj_id), EncryptionState->keyring);
}

/* TODO: add Vault */
/*
* TODO: should be aligned with the rest of the keyring_provider code after its
* refactoring
*
* TODO: add Vault
*/
static void
init_keyring(void)
{
Expand Down

0 comments on commit 324ff61

Please sign in to comment.