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

fixes #2468 locates the correct server certificate for enrollments #2469

Merged
merged 4 commits into from
Oct 5, 2024

Conversation

andrewpmartinez
Copy link
Member

  • determines certificate for signing based on all identity server certs
  • does not cache as certificates may reload

- determines certificate for signing based on all identity server certs
- does not cache as certificates may reload
@andrewpmartinez andrewpmartinez requested review from a team as code owners October 4, 2024 19:24
@qrkourier
Copy link
Member

Creating a router failed for some reason in one of the checks:

error: error creating edge-routers instance in Ziti Edge Controller at [https://ziti-controller-client.zititest.svc.cluster.local:443/edge/management/v1.](https://ziti-controller-client.zititest.svc.cluster.local/edge/management/v1.) Status code: 500 Internal Server Error, Server returned: {
    "error": {
        "cause": {
            "code": "UNHANDLED",
            "message": "could not get enrollment signer: could not determine enrollment signer: could not find a configured server certificate that matches hostname [miniziti-controller.192.168.49.2.sslip.io]"
        },
        "code": "UNHANDLED",
        "message": "An unhandled error occurred",
        "requestId": "Rm8fHn1oJ"
    },
    "meta": {
        "apiEnrollmentVersion": "0.0.1",
        "apiVersion": "0.0.1"
    }
}

@andrewpmartinez andrewpmartinez merged commit e599a37 into main Oct 5, 2024
33 checks passed
@andrewpmartinez andrewpmartinez deleted the fix.2468.select.enrollment.signing.cert branch October 5, 2024 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants