cloudfoundry / cloudfoundry/multiapps-controller
[FEATURE REQUEST] Add additional authentication methods for async file upload from secured remote
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 65
- Forks
- 41
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 11
Description
Description
As far as I understood the code it is currently only possible to start an async file upload from a secured remote URL if the endpoint supports username + password authentication method by passing the URL in the format of https://<username>:<password>@url.com. It would be great to enhance this functionality to also be able to authenticate by e.g. Bearer. Any plans to support this?
Contributor guide
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 by tracing the async file-upload handling for secured remote URLs and locate where username/password credentials embedded in the URL are processed. Review existing authentication tests, then determine the supported bearer-authentication behavior and add coverage showing that the requested remote upload succeeds with it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100