From 3363d778fec75c16e3ac9861400355d3a0868e8c Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 25 Jan 2024 14:01:09 +0300 Subject: [PATCH] fmt --- jfrog-oauth/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jfrog-oauth/README.md b/jfrog-oauth/README.md index 6c178fc..dbada9a 100644 --- a/jfrog-oauth/README.md +++ b/jfrog-oauth/README.md @@ -61,7 +61,7 @@ artifactory: > Replace `CODER_URL` with your Coder deployment URL, e.g., 2. Create a new Application Integration by going to and select the Application Type as the integartion you created in step 1. -![JFrog Platform New Integrtaion](../.images/jfrog-oauth-app.png) + ![JFrog Platform New Integrtaion](../.images/jfrog-oauth-app.png) 3. Add a new [external authetication](https://coder.com/docs/v2/latest/admin/external-auth) to Coder by setting these env variables, @@ -141,4 +141,5 @@ provider "docker" { } } ``` + > Here `REPO_KEY` is the name of docker repository in Artifactory.