-
Notifications
You must be signed in to change notification settings - Fork 1
Connecting to Artifactory using API Token instead of Password #25
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
Comments
Sure, are you able to raise a PR for that? But I am not sure there is really something missing, because API token can be transparently used as password if I understand it correctly from https://jfrog.com/help/r/jfrog-platform-administration-documentation/basic-authentication. |
Thank you @kwin. At high level, it looks like for API token there is a need to generate authorization header and pass it instead of a password. Basic authentication: Bearer Token: |
Am checking in local to see if I can submit a Pull request for this. Will keep you posted. |
Please review this - #26 |
According to https://jfrog.com/help/r/jfrog-platform-administration-documentation/basic-authentication you can use API Token transparently via Basic Auth (no need to use a Bearer token). @Rampai94 Can you explain why this does not work for you? |
Hi,
Is it possible to add an enhancement to connect to Artifactory using API Token instead of Password?
Thanks,
Ram
The text was updated successfully, but these errors were encountered: