From 4ae452a7c30db50a7928db2530468e9eeff593a6 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 6 May 2024 11:00:35 +0300 Subject: [PATCH 1/2] chore(docs/admin/external-auth.md): add JFrog Artifactory guide --- docs/admin/external-auth.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/admin/external-auth.md b/docs/admin/external-auth.md index 5b6e015fe789f..95abb5c985034 100644 --- a/docs/admin/external-auth.md +++ b/docs/admin/external-auth.md @@ -178,6 +178,11 @@ CODER_EXTERNAL_AUTH_0_REGEX=github\.company\.org > Note: The `REGEX` variable must be set if using a custom git domain. +### JFrog Artifactory + +See [this](https://coder.com/docs/v2/latest/guides/artifactory-integration#jfrog-oauth) +guide on instructions on how to set up for JFrog Artifactory. + ### Custom scopes Optionally, you can request custom scopes: From 1f7c283260241f5584ad3a2f7b75e9553ba972fb Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 6 May 2024 08:18:42 +0000 Subject: [PATCH 2/2] `make fmt` --- docs/admin/external-auth.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/admin/external-auth.md b/docs/admin/external-auth.md index 95abb5c985034..a101bd9ccbc9e 100644 --- a/docs/admin/external-auth.md +++ b/docs/admin/external-auth.md @@ -180,7 +180,8 @@ CODER_EXTERNAL_AUTH_0_REGEX=github\.company\.org ### JFrog Artifactory -See [this](https://coder.com/docs/v2/latest/guides/artifactory-integration#jfrog-oauth) +See +[this](https://coder.com/docs/v2/latest/guides/artifactory-integration#jfrog-oauth) guide on instructions on how to set up for JFrog Artifactory. ### Custom scopes