openziti / ziti

The parent project for OpenZiti. Here you will find the executables for a fully zero trust, application embedded, programmable network @OpenZiti
https://openziti.io
Apache License 2.0
2.82k stars 159 forks source link

Unhandled error in list enrollments #1588

Closed sabedevops closed 9 months ago

sabedevops commented 1 year ago

Version Info:

NAME             VERSION
ziti             v0.27.9
ziti-controller  not installed
ziti-prox-c      not installed
ziti-router      not installed
ziti-tunnel      not installed
ziti-edge-tunnel not installed

Issue:

Running ziti edge list enrollments on a vanilla installation results in the below error.

error: error listing https://127.0.0.1:8443/edge/management/v1/ext-jwt-signers in Ziti Edge Controller. Status code: 404 Not Found, Server returned: {
    "error": {
        "cause": {
            "code": "UNHANDLED",
            "message": "path /edge/management/v1/ext-jwt-signers was not found"
        },
        "code": "NOT_FOUND",
        "message": "The resource requested was not found or is no longer available",
        "requestId": "uzbEz5O1J"
    },
    "meta": {
        "apiEnrollmentVersion": "0.0.1",
        "apiVersion": "0.0.1"
    }
}

Expected:

List of enrollments managed by the edge controller.

Additional Information:

GET /enrollments succeeds with exit status 200.

qrkourier commented 9 months ago

no longer reproducible in 0.32.0