15736: When validating sessions, save the config
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Tue, 5 Nov 2019 19:11:00 +0000 (14:11 -0500)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Tue, 5 Nov 2019 19:11:00 +0000 (14:11 -0500)
commit087d49d5c43866c8a20e8ac830ccc9b12188408f
treeafff8a06b5327b02692dc2ac86a54852751f4a13
parenta1cfba8c2407131a8c5d6c21dc741d6319f8648a
15736: When validating sessions, save the config

All clusters in 'sessions' (whether part of the federation or not)
where we are able to successfully fetch either the new exported public
config or the old discovery document will get added to
auth.remoteHostsConfig.  This means links to other clusters
works consistently (sort of, users may still need to log in.)

Also, it now updates the title bar with the cluster id.
src/routes/routes.ts
src/store/auth/auth-action-session.ts
src/store/auth/auth-action.ts