-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interest in development of support for authentication in rosdep #891
Comments
Support for apt repositories which require authentication/authorization is not something that the ROS Infrastructure team anticipates being on our roadmap which means that this support would need to be driven by community interest. rosdep currently interacts with system apt repositories by invoking existing command line tools.
|
Ah, my bad, reading through my message now I understand how it could be confusing. I am not referring on rosdep supporting authenticated/authorized APT repos - this it already supports given as you said it doesn't interact directly with the repos itself but through the distribution's tools. My question is more in line with supporting rosdep source lists that are behind a server that requires authentication. yaml https://user:[email protected]/ros/rosdep.yaml Currently, rosdep when parsing this makes the assumption that everything after |
This is a pretty reasonable request. I hashed out a preliminary PR in #892. Please give that a shot and provide feedback if it works for you. |
Apt has support for authentication for private APT repository servers.
I was wondering if I were to build such (or similar) functionality for rosdep, would this be something that the maintainers accept in a pull request or is this something that is beyond the scope of OSRF/rosdep?
AFAIK only authentication for proxies is supported which is different from what APT offers.
The text was updated successfully, but these errors were encountered: