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
If the edge client and management APIs are on different bind points, the ziti edge login command may fail if the default API handler does not support the **/version endpoint. This is likely to happen if the zac API bind is used.
Expected ziti edge login continue to function.
Reproduction
Deploy a controller with the following web section
- ziti edge login now properly probes endpoints and their return content
type along with the existing status code check
- probed endpoint responses are no longer blindly parsed
- the management endpoint is the default initial probe point, falling
back to the client version endpoint then the legacy root version
endpoint
- the SPA/ZAC bindings for web apis has been moved to the webapis folder
- improved erroring and messaging for the SPA/ZAC handling
Experienced
If the edge client and management APIs are on different bind points, the
ziti edge login
command may fail if the default API handler does not support the**/version
endpoint. This is likely to happen if thezac
API bind is used.Expected
ziti edge login
continue to function.Reproduction
web
sectionziti edge login 127.0.0.1:8443
The text was updated successfully, but these errors were encountered: