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
the /quitquitquit endpoint allows any authenticated user to shut down the service. not sure what the point of it is, but would like to have the ability to disable this endpoint (maybe use the same approach as for the /kubecfg endpoint; use the NotImplemented handler when the endpoint is disabled)
out current workaround is to filter requests to /quitquitquit on the authenticating proxy upstream.
The text was updated successfully, but these errors were encountered:
UiP9AV6Y
added a commit
to UiP9AV6Y/kubehook
that referenced
this issue
Jan 26, 2022
this change adds a new CLI flag, which allows the `/quitquitquit`
endpoint to be replaced with a noop action instead of the default
"shutdown the application" behaviour.
for backwards compatibility, the endpoint remains armed by default.
closesplanetlabs#46
the /quitquitquit endpoint allows any authenticated user to shut down the service. not sure what the point of it is, but would like to have the ability to disable this endpoint (maybe use the same approach as for the
/kubecfg
endpoint; use the NotImplemented handler when the endpoint is disabled)out current workaround is to filter requests to
/quitquitquit
on the authenticating proxy upstream.The text was updated successfully, but these errors were encountered: