ytsaurus-ui icon indicating copy to clipboard operation
ytsaurus-ui copied to clipboard

Multicluster passwd-auth

Open ma-efremoff opened this issue 1 year ago • 0 comments

UI should be able to use passwd-auth to login to each cluster from clusters-config.json.

TODO:

  • [x] All yt-auth related controllers should have req.params.ytAuthCluster
  • [x] YTCoreConfig.ytAuthCluster should replaced with YTCoreConfig.allowPasswordAuth
  • [x] UI should be able to use cluster-specific settings
  • [x] ClustersMenu should be available without any authentication
  • [x] Add migration description for ytAuthCluster -> allowPasswordAuth
  • [x] Fix description of ytInterfaceSecret
  • [x] ytsaurus/yt-k8s-operator#162

About migration ytAuthCluster -> allowPasswordAuth

Additionaly we need some backward compatibility and some tips for users who do update from previous versions. Or the app should fall down with detailed description of what is wrong and how to fix it. Or the description should be sent to browser instead of any other response.

ma-efremoff avatar Feb 06 '24 21:02 ma-efremoff