-
Notifications
You must be signed in to change notification settings - Fork 2k
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
DELETE in "Any request" tab needs confirmation #145
Comments
This literally happened to me 10 minutes ago! This would definitely be helpful 👍 |
The idea of the "Any request" tab is that it's a replacement for using |
We decided that using curl on production environment is so dangerous that 2014-08-13 0:28 GMT+02:00 Ben Birch [email protected]:
Marcin P |
One option I was considering a while ago is the ability to open a cluster in 'production' mode. This would have a few effects
production mode does not provide real security, just a sort of shim for using head in production mode that is a bit more careful. This feature would prevent the delete operation or put it behind a confirm dialog |
Production mode idea seems OK. How will You configure HEAD on production to 2014-08-19 2:42 GMT+02:00 Ben Birch [email protected]:
Marcin P |
We are starting to use elasticsearch in our company with elasticsearch-head as primary UI, and we like it very much.
Unfortunately we removed whole data several times because of lack of protection against sending accidental DELETE request in "Any request" tab. We index lots of data and we really don't want this to happen on production environment.
Fix for issue #65 is not enough in our opinion.
A simple "type in DELETE" confirmation prompt would be sufficient.
The text was updated successfully, but these errors were encountered: