Skip to content

Commit 4854395

Browse files
author
Gerrit Code Review
committed
Merge "Merge remote-tracking branch 'couchbase/cheshire-cat'"
2 parents e7f6677 + 489e6d6 commit 4854395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/menelaus_web_rbac.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,7 @@ handle_get_group(GroupId, Req) ->
17401740
true ->
17411741
verify_security_roles_access(
17421742
Req, ?SECURITY_READ, menelaus_users:get_group_roles(GroupId)),
1743-
1743+
ns_audit:rbac_info_retrieved(Req, groups),
17441744
menelaus_util:reply_json(Req, get_group_json(GroupId))
17451745
end.
17461746

0 commit comments

Comments
 (0)