Skip to content

Commit

Permalink
Dummy commit to retrigger
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Nov 28, 2023
1 parent 7b8020a commit e1dcb60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class TransportSearchMonitorAction @Inject constructor(

fun resolve(searchMonitorRequest: SearchMonitorRequest, actionListener: ActionListener<SearchResponse>, user: User?) {
if (user == null) {
// user header is null when: 1/ security is disabled. 2/when user is super-admin.
// user header is null when: 1/ security is disabled. 2/ when user is super-admin.
search(searchMonitorRequest.searchRequest, actionListener)
} else if (!doFilterForUser(user)) {
// security is enabled and filterby is disabled.
Expand Down

0 comments on commit e1dcb60

Please sign in to comment.