SUSE-Enceladus / suse-rancher-setup

Simple, usable web application for deploying complex applications to the cloud; wrapping cloud native SDK/CLIs
GNU General Public License v3.0
9 stars 1 forks source link

Move loading of checks to initialization #192

Closed bear454 closed 1 year ago

bear454 commented 1 year ago

Pre-flight checks were being populated when you hit the page; but this gave a false positive on authorization, as all (0) checks were passing, before that.

In order to ensure the auth works properly with pre-flight checks, load them at the end of initialization.