From 9e63caf593c6d5ec2de535ba851f1e1d292e4611 Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Wed, 20 Nov 2024 11:03:46 +0400 Subject: [PATCH] docs: add crypto_keys to list of dbcrypt fields (#15602) closes: https://github.com/coder/internal/issues/220 Updates docs that talk about what db fields we encrypt. We've recently added `crypto_keys.secret` to the list, but didn't add it to the docs. --- docs/admin/security/database-encryption.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/security/database-encryption.md b/docs/admin/security/database-encryption.md index 7bee8e3bd5..64a9e30fcb 100644 --- a/docs/admin/security/database-encryption.md +++ b/docs/admin/security/database-encryption.md @@ -22,6 +22,7 @@ The following database fields are currently encrypted: - `user_links.oauth_refresh_token` - `external_auth_links.oauth_access_token` - `external_auth_links.oauth_refresh_token` +- `crypto_keys.secret` Additional database fields may be encrypted in the future.