docs: add new security doc to best practices section (#15805)

[preview](https://coder.com/docs/@bp-security/tutorials/best-practices/security-best-practices)

---------

Co-authored-by: EdwardAngert <2408959-EdwardAngert@users.noreply.gitlab.com>
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
Co-authored-by: Spike Curtis <spike@coder.com>
This commit is contained in:
Edward Angert
2024-12-16 15:47:38 -05:00
committed by GitHub
parent 89479cc843
commit 74f07ec9ae
6 changed files with 536 additions and 11 deletions

View File

@ -185,3 +185,7 @@ To delete all encrypted data from your database, perform the following actions:
- Decryption may fail if newly encrypted data is written while decryption is in
progress. If this happens, ensure that all active coder instances are stopped,
and retry.
## Next steps
- [Security - best practices](../../tutorials/best-practices/security-best-practices.md)