palantir / palantir/conjure-java-runtime
FROM_ENVIRONMENT proxy setting should parse credentials from URL
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 95
- Forks
- 96
- Avg merge
- 3h 38m
- Merged PRs (30d)
- 33
Description
https://github.com/palantir/conjure-java-runtime/blob/develop/client-config/src/main/java/com/palantir/conjure/java/client/config/ClientConfigurations.java#L91 - this ignores auth in environment variables of the from HTTPS_PROXY=https://user:password@palantir.biz
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in client-config/src/main/java/com/palantir/conjure/java/client/config/ClientConfigurations.java at line 91 and inspect how FROM_ENVIRONMENT reads HTTPS_PROXY. Verify the behavior with a proxy URL containing user and password credentials; done means those credentials are preserved when the environment setting is parsed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100