Skip to content

Instantly share code, notes, and snippets.

@eliashussary
Created October 9, 2020 00:11
Show Gist options
  • Save eliashussary/e778cda9582aeec550ca2f95aacd00bc to your computer and use it in GitHub Desktop.
Save eliashussary/e778cda9582aeec550ca2f95aacd00bc to your computer and use it in GitHub Desktop.
Get _authToken from artifactory
PUT https://<ARTIFACTORYURL>/api/npm/npm/-/user/org.couchdb.user:<USER>
Content-Type: application/json
{
"_id": "org.couchdb.user:<USER>",
"name": "<USER>",
"password": "<APIKEY>",
"type": "user",
"roles": [],
"date": "2020-10-09T00:04:22.579Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment