-
Notifications
You must be signed in to change notification settings - Fork 480
Open
Labels
type::featurerequest for a new feature or capabilityrequest for a new feature or capability
Description
Checklist
- I added a descriptive title
- I searched open requests and couldn't find a duplicate
What is the idea?
Pass networking config (auth tokens, user-agents, proxies) to py-rattler-build.
Why is this needed?
Private channels need authentication, corporate networks need proxies.
What should happen?
- Research networking API in py-rattler-build
- Pass through auth tokens from
.condarcor env vars - Configure user-agent and proxy settings
Additional Context
- Auth:
.condarcorCONDA_TOKEN_*env vars - Proxies:
HTTP_PROXY,HTTPS_PROXY,NO_PROXY - May require coordinating new py-rattler-build APIs if networking details not currently exposed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type::featurerequest for a new feature or capabilityrequest for a new feature or capability