You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
To prevent issues with the pull-secret, the component could perform basic validation.
When the pull secret has been pasted, it is checked for JSON-wellformedness. If not, the outer edge can turn red, and a callback can be given/variable set isValid = false;
It could even be possible to read basic data from the pull-secret. As the pull-secret takes the form of:
To prevent issues with the pull-secret, the component could perform basic validation.
When the pull secret has been pasted, it is checked for
JSON
-wellformedness. If not, the outer edge can turn red, and a callback can be given/variable setisValid = false
;It could even be possible to read basic data from the pull-secret. As the pull-secret takes the form of:
we could show:
Note: this could additionally state that the 'validness' (not expired) will be checked by the cluster.
The text was updated successfully, but these errors were encountered: