From 3546879f03cb40a20befc019561d42fd6fb862d6 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Mon, 24 Jul 2023 23:59:23 +0000 Subject: [PATCH] docs: cleanup jfrog * Add a missing requirement * Improve English --- docs/platforms/jfrog.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/platforms/jfrog.md b/docs/platforms/jfrog.md index d680654308a5c..83c0a6344573a 100644 --- a/docs/platforms/jfrog.md +++ b/docs/platforms/jfrog.md @@ -1,16 +1,24 @@ # JFrog -Coder and JFrog work together to provide seamless security and compliance for -your development environments. With Coder, you can automatically authenticate -every workspace to use Artifactory as a package registry. +Use Coder and JFrog together to secure your development environments in a way +transparent to your developers' existing workflows. -In this page, we'll show you how to integrate both products using Docker -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). +This guide will demonstrate how to use JFrog Artifactory as a package registry +within a workspace. We'll use Docker 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). ## Requirements - A JFrog Artifactory instance +- An admin-level access token for Artifactory - 1:1 mapping of users in Coder to users in Artifactory by email address +- An npm repository in Artifactory named "npm" + +
+The admin-level access token is used to provision user tokens and is never exposed to +developers or stored in workspaces. +
## Provisioner Authentication