Skip to content
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

How do we know the URL of Xray server - JFrog artifactory 7.7.3 #78

Closed
rmkanda opened this issue Nov 2, 2020 · 3 comments
Closed

How do we know the URL of Xray server - JFrog artifactory 7.7.3 #78

rmkanda opened this issue Nov 2, 2020 · 3 comments
Labels
question Further information is requested

Comments

@rmkanda
Copy link

rmkanda commented Nov 2, 2020

We are running JFrog artifactory 7.7.3 which has integrated xray.
Let's say our URL is https://artifactory.test.com/
What will be the URL for xray?

@rmkanda rmkanda added the question Further information is requested label Nov 2, 2020
@yahavi
Copy link
Member

yahavi commented Nov 2, 2020

@rmkanda
The answer depends on your Xray server configuration.
Typically for SaaS users https://<jfrog-url>/xray or, in your case https://artifactory.test.com/xray.

If it doesn't work, as Artifactory admin user, you can find Xray base URL by retrieving Arifactory's general configuration.
For example:

jfrog rt curl /api/system/configuration

Response:

<config xmlns="http://artifactory.jfrog.org/xsd/3.1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jfrog.org/xsd/artifactory-v3_1_1.xsd">
...
    <xrayConfig>
        ...
        <baseUrl>This is Xray URL</baseUrl>
...
</config>

Please let me know if it helped.

@yahavi yahavi mentioned this issue Nov 2, 2020
2 tasks
@rmkanda
Copy link
Author

rmkanda commented Nov 3, 2020

Thanks @yahavi

@yahavi yahavi closed this as completed Jan 7, 2021
@lysov
Copy link

lysov commented Jan 13, 2025

As a non-admin SaaS user, I was able to retrieve a list of server URLs (e.g., Xray and Artifactory) using CLI v2.

jf config show

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants