From 324ff61f8e953582c0fcaf471c06034f1658c63d Mon Sep 17 00:00:00 2001 From: Andrew Pogrebnoy Date: Mon, 17 Jun 2024 18:32:31 +0300 Subject: [PATCH] Add todo for key management --- src/catalog/tde_global_catalog.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/catalog/tde_global_catalog.c b/src/catalog/tde_global_catalog.c index 662974a3..844d8c19 100644 --- a/src/catalog/tde_global_catalog.c +++ b/src/catalog/tde_global_catalog.c @@ -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) {