Skip to content

Commit 5c7ef15

Browse files
committed
fmt
1 parent bc1672e commit 5c7ef15

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

docs/guides/artifactory-integration.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,18 @@ artifactory:
6262
scope: "applied-permissions/user"
6363
```
6464
65-
> Note
66-
> Replace `CODER_URL` with your Coder deployment URL, e.g., <coder.example.com>
65+
> Note Replace `CODER_URL` with your Coder deployment URL, e.g.,
66+
> <coder.example.com>
6767

68-
2. Create a new Application Integration by going to <https://JFROG_URL/ui/admin/configuration/integrations/new> and select the Application Type as the integration you created in step 1.
68+
2. Create a new Application Integration by going to
69+
<https://JFROG_URL/ui/admin/configuration/integrations/new> and select the
70+
Application Type as the integration you created in step 1.
6971

7072
![JFrog Platform new integration](../images/guides/artifactory-integration/jfrog-oauth-app.png)
7173

72-
3. Add a new [external authentication](https://coder.com/docs/v2/latest/admin/external-auth) to Coder by setting these env variables,
74+
3. Add a new
75+
[external authentication](https://coder.com/docs/v2/latest/admin/external-auth)
76+
to Coder by setting these env variables,
7377

7478
```env
7579
# JFrog Artifactory External Auth
@@ -83,10 +87,12 @@ CODER_EXTERNAL_AUTH_1_AUTH_URL="https://JFROG_URL/ui/authorization"
8387
CODER_EXTERNAL_AUTH_1_SCOPES="applied-permissions/user"
8488
```
8589

86-
> Note
87-
> Replace `JFROG_URL` with your JFrog Artifactory base URL, e.g., <example.jfrog.io>
90+
> Note Replace `JFROG_URL` with your JFrog Artifactory base URL, e.g.,
91+
> <example.jfrog.io>
8892

89-
4. Create or edit a Coder template and use the [JFrog-OAuth](https://registry.coder.com/modules/jfrog-oauth) module to configure the integration.
93+
4. Create or edit a Coder template and use the
94+
[JFrog-OAuth](https://registry.coder.com/modules/jfrog-oauth) module to
95+
configure the integration.
9096

9197
```hcl
9298
module "jfrog" {
@@ -136,7 +142,8 @@ developers or stored in workspaces.
136142
</blockquote>
137143

138144
The full example template uses Docker as the underlying compute. But, these
139-
concepts apply to any compute platform. Please check [here](https://github.com/coder/coder/tree/main/examples/jfrog/docker).
145+
concepts apply to any compute platform. Please check
146+
[here](https://github.com/coder/coder/tree/main/examples/jfrog/docker).
140147

141148
## Offline Deployments
142149

0 commit comments

Comments
 (0)