-
Notifications
You must be signed in to change notification settings - Fork 172
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
Add YOLO mode #1105
Add YOLO mode #1105
Conversation
…nline-has-feelilngs-too
…nline-has-feelilngs-too
Not going to put this in the needs changes category, but this does feel like it would warrant more user messaging on deploy (i.e. a big warning note that this will attempt to pull things from an online source). A real Zarf package could look this small, and the yolo part likely wouldn't really be understood by our deploy persona on an airgapped system. In the future this could lead to confusion for what is (at least mostly still) an airgap tool @Madeline-UX for thoughts as well |
Co-authored-by: Wayne Starr <[email protected]>
Yeah that's a good point. But also don't want to totally scare ppl off either with some big scary message. * thinking * 🤔 |
This reverts commit 9a9019c.
Right now the UI forces Zarf to run init before it is able to deploy a package. How might this change with YOLO mode? Is there a check in place where Zarf can see if it has access to the internet before deploying a package? Like a pre-flight check? |
What about following the pattern that has already been established when Zarf downloads a package from the internet? It asks and double confirms that this is the action the user wishes to take. Considering the security posture of default to not harming a system I could see a warrant here for a check Another option is to add a separate field or type to the packages? Maybe this has already been done and I missed it |
Provides the ability to create Zarf packages intended to work in online-only environments, i.e., without the internal Zarf airgap components typically provided by `zarf init`. Also adds early FAQ. ## Related Issue Fixes #1051 Fixes #1046 Related to #1134 Co-authored-by: unclegedd <[email protected]> Co-authored-by: Wayne Starr <[email protected]> Co-authored-by: MxNxPx <[email protected]>
Provides the ability to create Zarf packages intended to work in online-only environments, i.e., without the internal Zarf airgap components typically provided by
zarf init
.Related Issue
Fixes #1051
Fixes #1046
Related to #1134
Type of change
Checklist before merging
needs-tests
label)needs-docs
label)needs-adr
label) [ 1 2 3 ]