JFrog XRay Integration
Hope you are doing well. I have Coder deployed to EKS and I wanted to get some clarification on the Artifactory integration. The documentation makes it seems like there are 2 ways Coder can integrate with Artifactory, and they are either Jfrog-OAuth or Jfrog-Token. Right now, we went the token route because it’s the simplest. When trying to use the Coder Xray integration is fails with below error.
Secondly, is there another link for the xray-integration, mentioned in the docs, because the link referenced does not exists. Is this still a feature for Coder. See in reference below
References
- https://coder.com/docs/admin/integrations/jfrog-artifactory
- https://github.com/coder/coder-xray
- https://coder.com/docs/guides/xray-integration
GitHub
GitHub - coder/coder-xray: JFrog XRay Integration
JFrog XRay Integration. Contribute to coder/coder-xray development by creating an account on GitHub.
7 Replies
<#1412755316030046340>
Category
Help needed
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
unfortunately the jfrog xray integration (and that API endpoint) was removed in Coder 2.22 🙁
Thank you for that. Is there another way to get xray scans at all through Coder?
The integration we retired was adding some visual clues to the Coder workspace page.
You can still create an integration manually.
Here is an issue that talks about how it can be done.
https://github.com/coder/registry/issues/65
GitHub
JFrog xray scanning module to list workspace image vulnerabilities ...
Extracted from coder/coder#12838, see the issue for more details. A sample output The module should add the metadata to any workspace given the image, repo name, and xray-url. module "jfrog-xr...
There is a bug where you can't link coder_metadata from isnide a module but you can drop that in the root template
Here is another related issue.
https://github.com/coder/coder/issues/12838
I think we can still have an integration guide without the native UI integration we retired.
GitHub
JFrog Xray integration · Issue #12838 · coder/coder
Context Coder recently published a guide on how to integrate with JFrog Xray to scan workspace images. That guide uses coder-xray utility which can be deployed to scan all workspaces in a given K8s...