[feature] Allow conan to provide cookie to repository
See original GitHub issueWe have an Artifactory instance which behind an Oauth2 reverse proxy and so doesn’t understand basic auth. As such we are finding it impractical to download packages from it.
It would be nice to be able to provide a parameter, e.g. --cookie "token=xxx"
, to Conan which would be used on all HTTP requests. This would allow us to get through the proxy using a cookie.
Issue Analytics
- State:
- Created 4 years ago
- Comments:19 (8 by maintainers)
Top Results From Across the Web
Recipe and Sources in a Different Repo - Conan Docs
By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and...
Read more >Conan packages in the Package Registry - GitLab Docs
The GitLab Conan repository supports the following Conan CLI commands: conan upload : Upload your recipe and package files to the Package Registry....
Read more >Cookie Policy - Funcom
Cookies are a standard feature of websites that allow us to store small ... and/or third party websites that provide social media services....
Read more >Vcpkg Vs Conan: Best Package Manager For C++?
Conan and Vcpkg are excellent package managers for C/C++. In this post, we will analyse each tool and discuss features they provide!
Read more >Oracle ATG Web Commerce - Profile Cookie Configuration
By default, the cookies that the Personalization module sends are temporary; they expire when the user exits the browser. To enable auto-login or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry I have forgotten to comment. We are using Conan 1.22.2 and this is fixed. Also tring 1.27.1 and we are still able to authenticate with Artifactory, so I am closng this.
Sorry, answered my own question by using the trace log:
It seems to be using an
Authorization
header. Guess I need to do some digging.