-
Notifications
You must be signed in to change notification settings - Fork 466
Fixed subnet Health report upload #2927
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
Conversation
Fixed lint errors Fixed errors Removed unneded filename Removed unneded switch Fixed error, variable declarations and return gofumpt remove unneded else WIP find missing API to put in header Added functions to get apiKey from Subnet using license to generate auth headers for Subnet upload Added text prompting retry of failed report, cleanup Cleanup Cleanup simplified return
…ent before fetching from subnet
3941632
to
14a5bd8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jinapurapu how can I test this? seems I need to register my cluster but this is local. do you have some creds? please share privately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested with @bexsoft lgtm
Adds functions to get API key from Subnet using license key, to correctly generate SUBNET upload headers, process Health report for upload, generic subnet upload.

Also adds UI improvements on HealthInfo screen to display error if empty Health report is returned, prompt user to retry failed reports.