jfrog / jfrog-cli

JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
Apache License 2.0
534 stars 234 forks source link

Jfrog cli can work only with local user's #599

Closed mfominov closed 4 years ago

mfominov commented 4 years ago

Our Artifactory instance connected to Atlassian Crowd and we don't have any local Artifactory user. When i'm trying to perform npmi with external user

jfrog rt npmi --build-name=my_project --build-number=1.0.0

i see this error

[Error] Artifactory response: 400 Bad Request
{
  "errors": [
    {
      "status": 400,
      "message": "User 60061914 couldn't be found"
    }
  ]
}

but when i perform same operation with local admin, there is no problems.

mfominov commented 4 years ago

https://www.jfrog.com/jira/browse/RTFACT-21308 maybe problem not in cli it self

eyalbe4 commented 4 years ago

@mfominov, You are correct. Since the above JIRA already tracks this issue. I suggest we close this one.

mfominov commented 4 years ago

maybe fix in cli is easy to implement, rather than in artifactory instance

eyalbe4 commented 4 years ago

I'm not sure it is possible @mfominov, but please share any suggestions or ideas you may have.

eyalbe4 commented 4 years ago

@mfominov, Since RTFACT-21308 already tracks this issue, I'm closing this one.