Check for user permission before delete input resource #4858
Comments
dennisoelkers
added a commit
that referenced
this issue
Jun 26, 2018
Before this change it was possible to terminate any input for every authenticated user. This change introduces a check for the `inputs:terminate:<input id>` permission before terminating an input. Fixes #4858.
bernd
added a commit
that referenced
this issue
Jun 28, 2018
Before this change it was possible to terminate any input for every authenticated user. This change introduces a check for the `inputs:terminate:<input id>` permission before terminating an input. Fixes #4858.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
graylog2-server/graylog2-server/src/main/java/org/graylog2/rest/resources/system/inputs/InputsResource.java
Line 161 in 365d26f
The text was updated successfully, but these errors were encountered: