operator-framework / operator-framework/josdk-spring-boot-starter
Allow KubernetesMockServer in TestConfiguration be created without https
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 58
- Forks
- 31
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 9
Description
I had some problems with my test related to security and because of that I wanted to ue the KubernetesMockServer started in non secure mode. Unfortunatelly this is not configurable in the TestConfiguration class.
What I want to propose is to make this configurable through the class TestConfigurationProperties.
I can offer a PR if you consider this acceptable
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 reading TestConfiguration and TestConfigurationProperties to trace how KubernetesMockServer settings are created and passed through. Make the HTTPS choice configurable through TestConfigurationProperties, then verify that a non-secure KubernetesMockServer can be started through the test configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kubernetes
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100