Skip to content

docs: simplify JFrog integration docs #11787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jan 26, 2024
Prev Previous commit
Next Next commit
add configure-code-server
  • Loading branch information
matifali committed Jan 24, 2024
commit 80d94a965df88b013d0165723ebf731e76a4af6d
2 changes: 2 additions & 0 deletions docs/guides/jfrog.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ module "jfrog" {
version = "1.0.0"
agent_id = coder_agent.example.id
jfrog_url = "https://jfrog.example.com"
configure_code_server = true # this depends on the code-server
username_field = "username" # If you are using GitHub to login to both Coder and Artifactory, use username_field = "username"
package_managers = {
"npm": "npm",
Expand All @@ -80,6 +81,7 @@ module "jfrog" {
version = "1.0.0"
agent_id = coder_agent.example.id
jfrog_url = "https://XXXX.jfrog.io"
configure_code_server = true # this depends on the code-server
artifactory_access_token = var.artifactory_access_token
package_managers = {
"npm": "npm",
Expand Down