Created
October 9, 2020 00:11
-
-
Save eliashussary/e778cda9582aeec550ca2f95aacd00bc to your computer and use it in GitHub Desktop.
Get _authToken from artifactory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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