Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74f07ec

Browse files
EdwardAngertEdwardAngertspikecurtis
authored
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 <[email protected]> Co-authored-by: EdwardAngert <[email protected]> Co-authored-by: Spike Curtis <[email protected]>
1 parent 89479cc commit 74f07ec

File tree

6 files changed

+536
-11
lines changed

6 files changed

+536
-11
lines changed

docs/admin/monitoring/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Monitoring Coder
22

3-
Learn about our the tools, techniques, and best practices to monitor Coder your
4-
Coder deployment.
3+
Learn about our the tools, techniques, and best practices to monitor your Coder
4+
deployment.
55

66
## Quick Start: Observability Helm Chart
77

docs/admin/security/database-encryption.md

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

docs/admin/security/index.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# Security Advisories
1+
# Security
2+
3+
<children></children>
4+
5+
For other security tips, visit our guide to
6+
[security best practices](../../tutorials/best-practices/security-best-practices.md).
7+
8+
## Security Advisories
29

310
> If you discover a vulnerability in Coder, please do not hesitate to report it
411
> to us by following the instructions

docs/admin/security/secrets.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
# Secrets
22

3-
<blockquote class="info">
4-
This article explains how to use secrets in a workspace. To authenticate the
5-
workspace provisioner, see <a href="../users">this</a>.
6-
</blockquote>
3+
Coder is open-minded about how you get your secrets into your workspaces. For
4+
more information about how to use secrets and other security tips, visit our
5+
guide to
6+
[security best practices](../../tutorials/best-practices/security-best-practices.md#secrets).
77

8-
Coder is open-minded about how you get your secrets into your workspaces.
8+
This article explains how to use secrets in a workspace. To authenticate the
9+
workspace provisioner, see the
10+
<a href="../provisioners.md#authentication">provisioners documentation</a>.
911

1012
## Wait a minute...
1113

12-
Your first stab at secrets with Coder should be your local method. You can do
13-
everything you can locally and more with your Coder workspace, so whatever
14-
workflow and tools you already use to manage secrets may be brought over.
14+
Your first attempt to use secrets with Coder should be your local method. You
15+
can do everything you can locally and more with your Coder workspace, so
16+
whatever workflow and tools you already use to manage secrets may be brought
17+
over.
1518

1619
Often, this workflow is simply:
1720

@@ -111,3 +114,7 @@ workspace.
111114

112115
Refer to our [HashiCorp Vault Integration](../integrations/vault.md) guide for
113116
more information on how to integrate HashiCorp Vault with Coder.
117+
118+
## Next steps
119+
120+
- [Security - best practices](../../tutorials/best-practices/security-best-practices.md)

docs/manifest.json

+5
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,11 @@
761761
"description": "Guides to help you make the most of your Coder experience",
762762
"path": "./tutorials/best-practices/index.md",
763763
"children": [
764+
{
765+
"title": "Security - best practices",
766+
"description": "Make your Coder deployment more secure",
767+
"path": "./tutorials/best-practices/security-best-practices.md"
768+
},
764769
{
765770
"title": "Organizations - best practices",
766771
"description": "How to make the best use of Coder Organizations",

0 commit comments

Comments
 (0)