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
and an admin-scoped token to create user-scoped tokens for each user by matching
118
118
their Coder email or username with Artifactory. This can be used for both SaaS
119
-
and self-hosted(on-premises) Artifactory instances. For Instructions on how to
120
-
configure this, please see the details at:
121
-
https://registry.coder.com/modules/jfrog-token
119
+
and self-hosted(on-premises) Artifactory instances.
120
+
121
+
To set this up, follow these steps:
122
+
123
+
1. Get a JFrog access token from your Artifactory instance. The token must be an [admin token](https://registry.terraform.io/providers/jfrog/artifactory/latest/docs#access-token) with scope `applied-permissions/admin`.
124
+
2. Create or edit a Coder template and use the [JFrog-Token](https://registry.coder.com/modules/jfrog-token) module to configure the integration and pass the admin token. It is recommended to store the token in a sensitive terraform variable to prevent it from being displayed in plain text in the terraform state.
If you do not want to use the official modules, you can check example template that uses Docker as the underlying compute [here](https://github.com/coder/coder/tree/main/examples/jfrog/docker). The same concepts apply to all compute types.
0 commit comments