cloudfoundry / cloudfoundry/uaa-cli
UAA `target` should use root context path
Open
Nobody has claimed this yet.
unscheduled
- Dominant language
- Go
- Stars
- 22
- Forks
- 14
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 11
Description
uaa target http://localhost:8080/uaa/ fails with:
GET /info HTTP/1.1
Host: localhost:8080
Accept: application/json
X-Identity-Zone-Subdomain:
HTTP/1.1 404
Date: Tue, 26 Jun 2018 17:00:45 GMT
Content-Length: 0
The target http://localhost:8080/uaa/ could not be set.
It appears that the uaa-cli is not using the root context /uaa when calling the /info endpoint.
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 by tracing the uaa target command and the request it makes to the /info endpoint. Verify how the target URL's /uaa/ root context is handled; done when targeting http://localhost:8080/uaa/ requests the context-aware endpoint and succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100