Skip to content

Commit 5a7e7b8

Browse files
committed
formatting and typos
1 parent f7f28c7 commit 5a7e7b8

File tree

1 file changed

+26
-15
lines changed

1 file changed

+26
-15
lines changed

docs/platforms/jfrog.md

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,24 @@ The full example template can be found
1818
- Repositories configured in Artifactory for each package manager you want to
1919
use
2020

21-
<blockquote class="info">
22-
The admin-level access token is used to provision user tokens and is never exposed to
23-
developers or stored in workspaces.
24-
</blockquote>
25-
26-
<blockquote class="info">
27-
You can skip the whole page and use [JFrog module](https://registry.coder.com/modules/jfrog-token) for easy JFrog Artifactory integration.
28-
</blockquote>
29-
3021
## Provisioner Authentication
3122

3223
The most straight-forward way to authenticate your template with Artifactory is
33-
by using our officaial Coder [modules](rhttps://egistry.coder.com). We publish two type of modules that automate the JFrog Artifactory and Coder integartion.
24+
by using our official Coder [modules](rhttps://egistry.coder.com). We publish
25+
two type of modules that automate the JFrog Artifactory and Coder integration.
3426

35-
1. JFrog-OAuth:
36-
2. JFrog-Token:
27+
1. JFrog-OAuth:
28+
2. JFrog-Token:
3729

3830
### JFrog-OAuth
3931

40-
This module is usable by Jfrog self-hossted(on-premises) Artifactory as it requires configuring a custom integration. This integration benefits from Coder's [external-auth](https://coder.com/docs/v2/latest/admin/external-auth) feature and allows each user to authticate with Artifactory using an OAuth flow and issues user-scoped tokens to each user. For instrutions on how to set this up, please see the details at: https://registry.coder.com/modules/jfrog-oauth
32+
This module is usable by Jfrog self-hosted (on-premises) Artifactory as it
33+
requires configuring a custom integration. This integration benefits from
34+
Coder's [external-auth](https://coder.com/docs/v2/latest/admin/external-auth)
35+
feature and allows each user to authenticate with Artifactory using an OAuth
36+
flow and issues user-scoped tokens to each user. For instructions on how to set
37+
this up, please see the details at:
38+
https://registry.coder.com/modules/jfrog-oauth
4139

4240
```hcl
4341
module "jfrog" {
@@ -56,7 +54,13 @@ module "jfrog" {
5654

5755
### JFrog-Token
5856

59-
This module makes use of the [Artifactory terraform provider](https://registry.terraform.io/providers/jfrog/artifactory/latest/docs) and an admin-scoped token to create user-scoped tokens for each user by matching their Coder email or username with Artifactory. This can be used for both SaaS and self-hosted(on-premisis) Artifactory instances. For Instrctions on how to configure this, please see the details at: https://registry.coder.com/modules/jfrog-token
57+
This module makes use of the
58+
[Artifactory terraform provider](https://registry.terraform.io/providers/jfrog/artifactory/latest/docs)
59+
and an admin-scoped token to create user-scoped tokens for each user by matching
60+
their Coder email or username with Artifactory. This can be used for both SaaS
61+
and self-hosted(on-premises) Artifactory instances. For Instructions on how to
62+
configure this, please see the details at:
63+
https://registry.coder.com/modules/jfrog-token
6064

6165
```hcl
6266
module "jfrog" {
@@ -73,9 +77,16 @@ module "jfrog" {
7377
}
7478
```
7579

80+
<blockquote class="info">
81+
The admin-level access token is used to provision user tokens and is never exposed to
82+
developers or stored in workspaces.
83+
</blockquote>
84+
7685
## Offline Deployments
7786

78-
TODO
87+
See the [offline deployments](../install/offline.md#coder-modules) guide for
88+
instructions on how to use coder-modules in an offline environment with
89+
Artifactory.
7990

8091
## More reading
8192

0 commit comments

Comments
 (0)