You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/jfrog.md
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,24 @@
1
1
# JFrog
2
2
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.
6
5
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).
9
10
10
11
## Requirements
11
12
12
13
- A JFrog Artifactory instance
14
+
- An admin-level access token for Artifactory
13
15
- 1:1 mapping of users in Coder to users in Artifactory by email address
16
+
- An npm repository in Artifactory named "npm"
17
+
18
+
<blockquoteclass="info">
19
+
The admin-level access token is used to provision user tokens and is never exposed to
0 commit comments