cloudfoundry / cloudfoundry/uaa-cli
support custom root CAs
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 22
- Forks
- 14
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 11
Description
Currently uaa target only supports --skip-ssl-validation to ignore custom root certificates. Could we add support for a --ca-cert flag too please?
Related to https://github.com/cloudfoundry-community/go-uaa/issues/5
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 at the uaa target command and inspect how the existing --skip-ssl-validation option configures TLS. Trace the target connection setup and determine where a --ca-cert value should be accepted and applied. Done means custom root certificates work without skipping SSL validation, with coverage added for the new flag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100