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

Web UI breaking changes in 4.3 #3580

Closed
russjones opened this issue Apr 14, 2020 · 2 comments
Closed

Web UI breaking changes in 4.3 #3580

russjones opened this issue Apr 14, 2020 · 2 comments
Assignees

Comments

@russjones
Copy link
Contributor

russjones commented Apr 14, 2020

Breaking changes to existing bookmarks.

New UI comes with updated routing (URLs) where each cluster has its own URL. Below is the list of URL changes.

4.2.x 4.3.0
web/newuser/:token web/invite/:token
web/sessions web/clusters/:cluster/sessions
web/nodes web/clusters/:cluster/nodes
web/settings/clusters web/clusters/:cluster/trusted
web/settings/auth web/clusters/:cluster/auth
web/settings/account web/account
web/cluster/:cluster/node/:node/:login web/cluster/:cluster/console/:node/one/:login
web/cluster/:cluster/node/:node/:login/:sid web/cluster/:cluster/console/session/:sid

Backward compatibility

Both Auth and Proxy services needs to be updated to 4.3 version. If one is 4.3 and another is still running 4.2, the New User Signup flow will be broken.

@russjones russjones added this to the 5.0 "Oceanside" milestone Apr 14, 2020
@benarent benarent changed the title Web UI breaking changes in 5.0 Web UI breaking changes in 4.3 Apr 15, 2020
@benarent
Copy link
Contributor

@russjones Do you remember what content we need for this?

Is this around creating new users / resetting users?

@benarent
Copy link
Contributor

Added this into Release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants