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
Copy file name to clipboardExpand all lines: cmd/wfctl/secrets_setup.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,10 @@ Options:
111
111
returnerr
112
112
}
113
113
iftarget.kind==secretsSetupTargetManifest {
114
+
if*autoGenKeys {
115
+
returnfmt.Errorf("--auto-gen-keys is not supported with wfctl.yaml manifest-backed secrets setup; use --from-env, --secret NAME=VALUE, or run interactively from a terminal")
0 commit comments