-
Notifications
You must be signed in to change notification settings - Fork 118
[CA] Use Certificate Authority bundle #242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CA] Use Certificate Authority bundle #242
Conversation
4c9f244 to
600af9b
Compare
|
Waiting on openshift/cluster-network-operator#271 before this can merge. /hold |
gallettilance
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Do we need to add an e2e for this?
@galletti94 Well if the proxy is configured to use a proxy the e2e tests should fail as all requests that don't go through the proxy should fail. If the proxy is not configured, the requests shouldn't go through a (non-existant) proxy. |
|
/retest |
600af9b to
4816aa0
Compare
4816aa0 to
c37d8e3
Compare
|
/test e2e-aws-upgrade |
c37d8e3 to
d2dac4d
Compare
|
/retest |
1 similar comment
|
/retest |
d2dac4d to
3e3f505
Compare
|
/retest |
bebacaa to
8b4cda5
Compare
This commit creates a controller that watches for events on the "marketplace-operator" ConfigMap. In the event that the ConfigMap is updated, the marketplace operator will restart, reconciling existing operands and recreate their deployments with the correct CA certificates.
8b4cda5 to
e71ce1e
Compare
|
/retest |
1 similar comment
|
/retest |
|
/test e2e-aws |
|
/retest |
|
/lgtm |
|
@danehans: changing LGTM is restricted to collaborators 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 kubernetes/test-infra repository. |
ecordell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awgreene, ecordell The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold cancel |
|
This was reverted because of https://bugzilla.redhat.com/show_bug.cgi?id=1743699 |
This commit creates a controller that watches for events on the "marketplace-trusted-ca" ConfigMap. In the event that the ConfigMap is updated, the marketplace operator will restart, reconciling existing operands and recreate their deployments with the correct CA certificates.