Skip to content

Commit a0f478c

Browse files
authored
docs: cleanup jfrog (#8708)
* Add a missing requirement * Improve English
1 parent 8686b7a commit a0f478c

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs/platforms/jfrog.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
# JFrog
22

3-
Coder and JFrog work together to provide seamless security and compliance for
4-
your development environments. With Coder, you can automatically authenticate
5-
every workspace to use Artifactory as a package registry.
3+
Use Coder and JFrog together to secure your development environments in a way
4+
transparent to your developers' existing workflows.
65

7-
In this page, we'll show you how to integrate both products using Docker
8-
as the underlying compute. But, these concepts apply to any compute platform. The full example template can be found [here](https://github.com/coder/coder/tree/main/examples/jfrog-docker).
6+
This guide will demonstrate how to use JFrog Artifactory as a package registry
7+
within a workspace. We'll use Docker as the underlying compute. But, these concepts apply to any compute platform.
8+
9+
The full example template can be found [here](https://github.com/coder/coder/tree/main/examples/jfrog-docker).
910

1011
## Requirements
1112

1213
- A JFrog Artifactory instance
14+
- An admin-level access token for Artifactory
1315
- 1:1 mapping of users in Coder to users in Artifactory by email address
16+
- An npm repository in Artifactory named "npm"
17+
18+
<blockquote class="info">
19+
The admin-level access token is used to provision user tokens and is never exposed to
20+
developers or stored in workspaces.
21+
</blockquote>
1422

1523
## Provisioner Authentication
1624

0 commit comments

Comments
 (0)