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
Thanks a lot for this awesome tool!
I tried running it for our team's jfrog cloud artifactory (ybdb.jfrog.io). But the tool is adding /storage in between the url and the repo name.
e.g. if the repo name is yugabyte and the url for the repo is https://ybdb.jfrog.io/artifactory/yugabyte/ then the tool is trying to go the url https://ybdb.jfrog.io/artifactory/api/storage/yugabyte which doesn't exist. The error gets thrown is as below.
[bmukheja@devserver-bkumar-2 ~]$ artifactory-cleanup --destroy
********************************************************************************
Destroy MODE
Checking 'yugabyte' repository exists.
401 Client Error: for url: https://ybdb.jfrog.io/artifactory/api/storage/yugabyte
The yugabyte repository does not exist!
Any help here?
The text was updated successfully, but these errors were encountered:
Hey, I'm using this plugin and had the same error for my jFrog Cloud subscription. The issue is that your access token does not have permissions to access the resource. Fixing the token made it work again. The plugin supports the Cloud flavor of jFrog.
An open and general approach to troubleshooting this issue, you can try the following:
Check that the repository named "yugabyte" exists. You can do this by logging into the Artifactory server and navigating to the "Repositories" page.
Check that you have permission to access the repository named "yugabyte". You can do this by logging into the Artifactory server and navigating to the "Permissions" page.
If the repository exists and you have permission to access it, then the problem is likely with the artifactory-cleanup tool. You can try the following to troubleshoot the artifactory-cleanup tool:
Make sure that the artifactory-cleanup tool is installed and configured correctly. You can find installation instructions for the artifactory-cleanup tool on the JFrog website.
Make sure that the artifactory-cleanup tool is using the correct URL for the Artifactory server. You can find the URL for the Artifactory server by logging into the Artifactory server and navigating to the "Administration" page.
You can contact JFrog support for assistance if you are still having trouble.
Hi,
Thanks a lot for this awesome tool!
I tried running it for our team's jfrog cloud artifactory (ybdb.jfrog.io). But the tool is adding
/storage
in between the url and the repo name.e.g. if the repo name is
yugabyte
and the url for the repo ishttps://ybdb.jfrog.io/artifactory/yugabyte/
then the tool is trying to go the urlhttps://ybdb.jfrog.io/artifactory/api/storage/yugabyte
which doesn't exist. The error gets thrown is as below.Any help here?
The text was updated successfully, but these errors were encountered: