-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(plugin): respect --insecure
#7022
fix(plugin): respect --insecure
#7022
Conversation
Signed-off-by: knqyf263 <[email protected]>
--insecure
for plugins
--insecure
for plugins--insecure
I hope the tests will pass 🤞 I want a review queue option that marks PR ready for review after all tests pass, similar to a merge queue. |
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.
IIUC we need to add insecure
option for run
flag.
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.
Thanks. Added 7b1eda6
Signed-off-by: knqyf263 <[email protected]>
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
Signed-off-by: knqyf263 <[email protected]>
Description
--insecure
is not respected for plugin subcommands now.Related issues
--insecure
#7021Checklist