|
1 | 1 | # Secrets
|
2 | 2 |
|
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). |
7 | 7 |
|
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>. |
9 | 11 |
|
10 | 12 | ## Wait a minute...
|
11 | 13 |
|
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. |
15 | 18 |
|
16 | 19 | Often, this workflow is simply:
|
17 | 20 |
|
@@ -111,3 +114,7 @@ workspace.
|
111 | 114 |
|
112 | 115 | Refer to our [HashiCorp Vault Integration](../integrations/vault.md) guide for
|
113 | 116 | 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) |
0 commit comments