OLS-1998: Add option to proxyConfig's ca certificates to specify configmap key#1201
OLS-1998: Add option to proxyConfig's ca certificates to specify configmap key#1201sriroopar wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/retest |
|
/retest |
8999506 to
4928197
Compare
|
/retest |
2 similar comments
|
/retest |
|
/retest |
f8574c5 to
5b53113
Compare
|
Unless I am missing something, this is already done (slightly differently) in main. What is the related issue? |
|
@blublinsky This is the issue : OLS-1998 (https://issues.redhat.com/browse/OLS-1998). |
| description: The configmap holding proxy CA certificate | ||
| description: The configmap and key holding proxy CA certificate | ||
| properties: | ||
| key: |
There was a problem hiding this comment.
There definitely should be a default value for the key matching the value we currently expect. We should not require clients who have gotten this to work to now have to specify the key
1d135c9 to
d57678d
Compare
|
/lgtm |
d57678d to
690cc37
Compare
| // AdditionalCAHashKey is the key of the hash value of the additional CA certificates in the deployment annotations | ||
| AdditionalCAHashKey = "hash/additionalca" | ||
| // ProxyCACertHashKey is the key of the hash value of the proxy CA certificate in the deployment annotations | ||
| ProxyCACertHashKey = "hash/proxycacert" |
There was a problem hiding this comment.
Only the lcore Deployment has this annotation, does the appserver Deployment not need it?
b1e81cb to
497aec3
Compare
|
@sriroopar: This pull request references OLS-1998 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm |
|
/retest |
4 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
22cc49e to
4555ca6
Compare
4555ca6 to
bad186f
Compare
|
/retest |
1 similar comment
|
/retest |
55f345b to
8299409
Compare
8299409 to
4bbed16
Compare
test/e2e/proxy_test.go
Outdated
There was a problem hiding this comment.
if we're able to specify the configmap key, we no longer have to copy the contents of the openshift-service-ca.crt to the proxy-ca and instead can just use the openshift-service-ca.crt and specify the correct key. This was the point that triggered the creation of this ticket btw.
4bbed16 to
d17527e
Compare
|
@sriroopar: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
d17527e to
8349797
Compare
Description
Type of change
Related Tickets & Documents
Checklist before requesting a review
Testing