Step 3

ARTIFACTORY: How to proxy a private Google Artifact Maven Registry

AuthorFullName__c
Srigokul Subramanian
articleNumber
000006134
ft:sourceType
Salesforce
FirstPublishedDate
2024-07-02T08:16:54Z
lastModifiedDate
2024-07-02
VersionNumber
2

Authenticating the Maven Remote Repository

Authenticate the Maven remote repository in Artifactory using the previously downloaded JSON file. Use the following credentials:

Username: _json_key
Password: <service account key JSON> (copy the contents of the JSON file and paste it as the password)

User-added image


Please note that during the Test connection for this remote URL, Artifactory throws a 404 error, which is expected behavior. However, you will still be able to resolve artifacts from this remote URL without any issues despite this error.