Testing

ARTIFACTORY: What to do when you want to resolve a Directory Location but also Files within the Directory in Artifactory Remote Repositories

AuthorFullName__c
Derek Pang
articleNumber
000005640
ft:sourceType
Salesforce
FirstPublishedDate
2023-03-21T10:55:20Z
lastModifiedDate
2023-03-21
VersionNumber
2
Now that the setup has been completed we can test our previous use case.
$ curl -uadmin "<ART_URL>/artifactory/hashicorp-generic-virtual/terraform-provider-template/2.2.0"
Will still return the html output.
$ curl -uadmin "<ART_URL>/artifactory/hashicorp-generic-virtual/terraform-provider-template/2.2.0/terraform-provider-template_2.2.0_darwin_amd64.zip" -O
The follow-up request to an actual artifact is also able to resolve successfully and download and cache the file.
User-added image