You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requests to the edge client api endpoints produce _links which are unfiltered for non-admin identities. These links cannot be followed by the client successfully as the identity lack permissions.
GET /edge/client/v1/services/6poaOHbjacJdG2wrZqhyND/configs
{
"error": {
"cause": {
"code": "UNHANDLED",
"message": "path /edge/client/v1/services/6poaOHbjacJdG2wrZqhyND/configs was not found"
},
"code": "NOT_FOUND",
"message": "The resource requested was not found or is no longer available",
"requestId": "B1TtnV.xng"
},
"meta": {
"apiEnrollmentVersion": "0.0.1",
"apiVersion": "0.0.1"
}
}
The text was updated successfully, but these errors were encountered:
ziti version:
0.26.10
Requests to the edge client api endpoints produce
_links
which are unfiltered for non-admin identities. These links cannot be followed by the client successfully as the identity lack permissions.Example:
GET /edge/client/v1/services
Attempt to follow
_links.configs
.GET /edge/client/v1/services/6poaOHbjacJdG2wrZqhyND/configs
The text was updated successfully, but these errors were encountered: