| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| showAlertModal('Missing cluster identity. Please ensure you have authenticated properly.', 'Binding Failed', 'error') | ||
| return | ||
| } | ||
| // In UI-only flow, clusterIdentity may be empty - the backend will derive |
There was a problem hiding this comment.
The concern would be what if CLI does not provide it and we fail as it an error.
maybe we have dedicated UI identity: ui-identity so we handle it separatly so its always required?
Sorry, something went wrong.
|
@cnvergence can we get this sorted? Would like to start getting these in for next release |
Sorry, something went wrong.
|
Right, let's split identities |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Removed the hard block when clusterIdentity is empty. In UI-only flow (no CLI), there's no consumer_id or session_id in the URL, so we send an empty string and let the backend derive identity from the authenticated session.
What Type of PR Is This?
/kind bug
Related Issue(s)
Fixes #494
Release Notes