From 3dfd168b273db19aa9aaa1c97261767d9e155637 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 22 Dec 2023 15:48:57 +0300 Subject: [PATCH] `bun fmt` --- jfrog-oauth/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/jfrog-oauth/README.md b/jfrog-oauth/README.md index 0ebe805..8ca4ddf 100644 --- a/jfrog-oauth/README.md +++ b/jfrog-oauth/README.md @@ -36,24 +36,25 @@ module "jfrog" { Coder [`external-auth`](https://coder.com/docs/v2/latest/admin/external-auth) configured with Artifactory. This requires a [custom integration](https://jfrog.com/help/r/jfrog-installation-setup-documentation/enable-new-integrations) in Artifactory with **Callback URL** set to `https:///external-auth/jfrog/callback`. To set this up, -1 . Modify your `values.yaml` for JFrog Artifactory to add, +1 . Modify your `values.yaml` for JFrog Artifactory to add, ```yaml artifactory: enabled: true frontend: extraEnvironmentVariables: - - name: JF_FRONTEND_FEATURETOGGLER_ACCESSINTEGRATION - value: "true" + - name: JF_FRONTEND_FEATURETOGGLER_ACCESSINTEGRATION + value: "true" access: accessConfig: integrations-enabled: true - integration-templates: + integration-templates: - id: "1" - name: "CODER" + name: "CODER" redirect-uri: "https://CODER_URL/external-auth/jfrog/callback" scope: "applied-permissions/user" ``` + > Note > Replace `CODER_URL` with your Coder deployment URL, e.g., @@ -71,6 +72,7 @@ CODER_EXTERNAL_AUTH_1_AUTH_URL="https://JFROG_URL/ui/authorization" CODER_EXTERNAL_AUTH_1_TOKEN_URL="https://JFROG_URL/access/api/v1/integrations/YYYYYYYYYYYYYYY/token" CODER_EXTERNAL_AUTH_1_SCOPES="applied-permissions/user" ``` + > Note > Replace `JFROG_URL` with your JFrog Artifactory base URL, e.g.,