Update keychain_items.yml to include warning about potential corruption of the certificate (#13975)

Partially addresses #13065
This commit is contained in:
Mo Zhu 2023-09-25 10:33:30 -07:00 committed by GitHub
parent 28bab51269
commit 2e09371aaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).