Parallels / artifactory

A Python client for Artifactory
MIT License
82 stars 54 forks source link

Feature - Access to the Artifactory service, which is hidden behind Google Cloud Endpoints #50

Open PavelSusloparovNYT opened 7 years ago

PavelSusloparovNYT commented 7 years ago

In my case Artifactory is hidden behind GCE for the access restriction. I should be able to use deploy_file and open methods, if i pass 'x-api-key' header in request. More information: https://cloud.google.com/endpoints/docs/restricting-api-access-with-api-keys-openapi

Currently we don't have possibility to pass headers for deploy_file or open methods.

PavelSusloparovNYT commented 7 years ago

https://github.com/Parallels/artifactory/pull/51