ROX-28296: add OpenShift reencrypt route#14416
Conversation
|
Skipping CI for Draft Pull Request. |
|
Images are ready for the commit at 29e9072. To use with deploy scripts, first |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #14416 +/- ##
==========================================
- Coverage 48.88% 48.88% -0.01%
==========================================
Files 2547 2547
Lines 186906 186906
==========================================
- Hits 91365 91364 -1
- Misses 88309 88310 +1
Partials 7232 7232
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
34f739f to
329bf67
Compare
329bf67 to
ad596a9
Compare
|
/retest |
ad596a9 to
07ca412
Compare
kovayur
left a comment
There was a problem hiding this comment.
Thanks for the contribution Stephan, it's a very useful feature!
image/templates/helm/stackrox-central/templates/01-central-15-exposure.yaml
Outdated
Show resolved
Hide resolved
image/templates/helm/stackrox-central/templates/01-central-15-exposure.yaml
Outdated
Show resolved
Hide resolved
image/templates/helm/stackrox-central/templates/01-central-15-exposure.yaml
Show resolved
Hide resolved
e0f50bd to
2873269
Compare
|
/retest |
1 similar comment
|
/retest |
image/templates/helm/stackrox-central/templates/01-central-15-exposure.yaml
Outdated
Show resolved
Hide resolved
5a11097 to
9051ed0
Compare
Co-authored-by: Moritz Clasmeier <[email protected]>
ee2d7c0 to
1426ef3
Compare
mclasmeier
left a comment
There was a problem hiding this comment.
Looking good, thank you!
Could you maybe add a helmtest as well?
Co-authored-by: Moritz Clasmeier <[email protected]>
Unfortunately I can't (with reasonable effort, at least to my knowledge) - the OCP CRDs included in helmtest do not include
|
|
Right! I remember you mentioning this before. |
Description
Add a Helm flag to add a reencrypt route on OpenShift clusters. The reencrypt route serves a certificate that was signed by the OpenShift CA.
Sadly I was not able to add unit tests because of outdated
routeAPI specifications in helmtest (see garethr/openshift-json-schema#7). I imagine that is also the reason why there are no tests for the existing routes today.Edit: I'll do follow ups for the official documentation and the operator CR.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
see screenshot