-
Notifications
You must be signed in to change notification settings - Fork 933
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 security.protection.start
to optionally prevent instance start up
#13824
Conversation
Heads up @ru-fu - the "Documentation" label was applied to this issue. |
Hi please can you rebase to fix conflicts |
@tomponline Done, thanks. |
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.
I think instanceShouldAutoStart
should be updated to take into account this new setting to avoid repeated start up tries and errors.
Please can you sign the Canonical CLA too. https://ubuntu.com/legal/contributors Thanks |
I have signed it just now. Can we rerun the CLA check job to verify? |
Thanks will ask for a CLA list refresh internally.... |
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.
I think instanceShouldAutoStart should be updated to take into account this new setting to avoid repeated start up tries and errors.
@tomponline I have updated |
@tomponline I am thinking about this case: If we set |
Sounds good! Thanks |
Hrm i dont think we should do that. Just prevent subsequent starts. |
Agree. The reason that I asked this question is that we may run into this case: A running instance with |
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!
Done :) |
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.
The documentation update looks good, just two small nitpicks.
Signed-off-by: Qian Zhang <[email protected]>
Signed-off-by: Qian Zhang <[email protected]>
Signed-off-by: Qian Zhang <[email protected]>
Signed-off-by: Qian Zhang <[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.
Can you update the metadata again?
Signed-off-by: Qian Zhang <[email protected]>
Signed-off-by: Qian Zhang <[email protected]>
…ete` Signed-off-by: Qian Zhang <[email protected]>
Signed-off-by: Qian Zhang <[email protected]>
Done. |
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! The docs look good now. :)
thanks! |
This PR adds a new instance configuration option
security.protection.start
, and throws an error if a given instance with this option set totrue
is started.Closes #12110.