You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is an example configuration with multiple providers:
235
227
236
-
<blockquoteclass="admonition warning">
237
-
238
-
**Note:** To support regex matching for paths like `github\.com/org`, add the following `git config` line to the [Coder agent startup script](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#startup_script):
239
-
240
-
```shell
241
-
git config --global credential.useHttpPath true
242
-
```
243
-
244
-
</blockquote>
228
+
> [!IMPORTANT]
229
+
> To support regex matching for paths like `github\.com/org`, add the following `git config` line to the [Coder agent startup script](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#startup_script):
Copy file name to clipboardExpand all lines: docs/admin/integrations/jfrog-artifactory.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -131,11 +131,8 @@ To set this up, follow these steps:
131
131
}
132
132
```
133
133
134
-
<blockquote class="info">
135
-
136
-
The admin-level access token is used to provision user tokens and is never exposed to developers or stored in workspaces.
137
-
138
-
</blockquote>
134
+
> [!NOTE]
135
+
> The admin-level access token is used to provision user tokens and is never exposed to developers or stored in workspaces.
139
136
140
137
If you don't want to use the official modules, you can read through the [example template](https://github.com/coder/coder/tree/main/examples/jfrog/docker), which uses Docker as the underlying compute. The
Copy file name to clipboardExpand all lines: docs/admin/integrations/jfrog-xray.md
+5-8
Original file line number
Diff line number
Diff line change
@@ -56,14 +56,11 @@ workspaces using Coder's [JFrog Xray Integration](https://github.com/coder/coder
56
56
--set artifactory.secretName="jfrog-token"
57
57
```
58
58
59
-
<blockquoteclass="admonition warning">
60
-
61
-
To authenticate with the Artifactory registry, you may need to
62
-
create a [Docker config](https://jfrog.com/help/r/jfrog-artifactory-documentation/docker-advanced-topics) and use it in the
63
-
`imagePullSecrets` field of the Kubernetes Pod. See the [Defining ImagePullSecrets for Coder workspaces](../../tutorials/image-pull-secret.md) guide for more
64
-
information.
65
-
66
-
</blockquote>
59
+
> [!IMPORTANT]
60
+
> To authenticate with the Artifactory registry, you may need to
61
+
> create a [Docker config](https://jfrog.com/help/r/jfrog-artifactory-documentation/docker-advanced-topics) and use it in the
62
+
> `imagePullSecrets` field of the Kubernetes Pod.
63
+
> See the [Defining ImagePullSecrets for Coder workspaces](../../tutorials/image-pull-secret.md) guide for more information.
0 commit comments