From 2e09371aaf5aee9f82b369f90b2eca29b3e52cf9 Mon Sep 17 00:00:00 2001 From: Mo Zhu Date: Mon, 25 Sep 2023 10:33:30 -0700 Subject: [PATCH] Update keychain_items.yml to include warning about potential corruption of the certificate (#13975) Partially addresses #13065 --- schema/tables/keychain_items.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schema/tables/keychain_items.yml b/schema/tables/keychain_items.yml index 466681b47e..b68a3e6d40 100644 --- a/schema/tables/keychain_items.yml +++ b/schema/tables/keychain_items.yml @@ -11,3 +11,5 @@ examples: >- SELECT * FROM keychain_items WHERE label LIKE '%8EHZ83LZNU%'; ``` +notes: >- + - This table should be used sparingly as it uses an Apple API which occasionally corrupts the underlying certificate. Learn more [here](https://github.com/fleetdm/fleet/issues/13065#issuecomment-1658849614).