Skip to content
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

templates/master/00-master: add 127.0.0.1 to etcd metric proxy SAN. #664

Closed
wants to merge 1 commit into from

Conversation

hexfusion
Copy link
Contributor

etcd-quorum-guard needs the ability to pin to the host etcd instance to check health. Because we are now using the metric chain of trust we need to allow 127.0.0.1 in the SAN the same as etcd server currently does to simplify these TLS connections.

Assists #613

etcd-quorum-guard needs the ability to pin to the host etcd instance to check health. Because we are now using the metric chain of trust we need to allow 127.0.0.1 in the SAN the same as etcd server currently does to simplify these TLS connections.

Signed-off-by: Sam Batschelet <[email protected]>
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: hexfusion
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: jlebon

If they are not already assigned, you can assign the PR to them by writing /assign @jlebon in a comment when ready.

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Apr 25, 2019
@hexfusion
Copy link
Contributor Author

/cc @RobertKrawitz

@kikisdeliveryservice
Copy link
Contributor

@hexfusion I thought 613 was closed?

@hexfusion
Copy link
Contributor Author

@hexfusion I thought 613 was closed?

see that don't pay attention for 5 mins :).

@hexfusion hexfusion closed this Apr 25, 2019
@hexfusion hexfusion reopened this Apr 25, 2019
@hexfusion
Copy link
Contributor Author

@kikisdeliveryservice actually we still want quorum guard standalone to use metric certs so I would like to keep this open if possible.

@RobertKrawitz
Copy link
Contributor

@hexfusion @kikisdeliveryservice this could also be used to allow the standalone etcd-quorum-guard to use the metrics cert.

@hexfusion
Copy link
Contributor Author

/retest

@hexfusion
Copy link
Contributor Author

/test e2e-aws

@openshift-ci-robot
Copy link
Contributor

@hexfusion: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
ci/prow/e2e-aws b2d804c link /test e2e-aws

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

@kikisdeliveryservice
Copy link
Contributor

I think there are some wider spread aws issues right now, so retesting might not help.

@RobertKrawitz
Copy link
Contributor

@hexfusion is there any guarantee that the proxy won't cache health status (which would defeat the whole purpose of the quorum guard)?

@hexfusion
Copy link
Contributor Author

@RobertKrawitz the proxy has no caching mechanism it has a handler that makes an HTTP request. On the curl side we could pass -H 'Cache-Control: no-cache' as a general safety mechanism for this concern.

@hexfusion
Copy link
Contributor Author

We are not going to use metric certs for this use-case anymore closing

@hexfusion hexfusion closed this Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants