1

I have created an on-cloud JFrog account. As per my requirement, I have to remove artifactory_name from jfrog url. Currently, I have

https://example.jfrog.io/example/webapp/#/home

I want

https://example.jfrog.io/webapp/#/home

How could I remove second example from above URL

JBaruch
  • 22,610
  • 5
  • 62
  • 90

1 Answers1

3

Currently, this functionality is not supported by JFrog's cloud offering.

Eldad Assis
  • 10,464
  • 11
  • 52
  • 78
  • 1 more query please If user has jfrog account with artifactory(example) name he can do search like below i.e curl -u user_name:Password -X POST http://example.jfrog.io/example/api/search/aql -T listimage.aql but if the account doesn't has artifactory name for someone, how can he do something like above – 292kumargaurav007 Jan 21 '20 at 06:13
  • Are you asking if AQL query can be run against api with no artifactory context? On non cloud - yes. This should be possible as you wrote. Assuming you have the Pro license installed and Artifactory configured properly with the removal of the context. – Eldad Assis Jan 26 '20 at 10:23