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.
Version Info:
Issue:
Running
ziti edge list enrollments
on a vanilla installation results in the below error.Expected:
List of enrollments managed by the edge controller.
Additional Information:
GET /enrollments
succeeds with exit status200
.