Skip to content

Commit

Permalink
[#187222318] fixed audit action
Browse files Browse the repository at this point in the history
  • Loading branch information
patmagee committed Mar 18, 2024
1 parent 75659e6 commit caf6a4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public RunFile getRunFile(@PathVariable String runId, @RequestParam String path)
return runFileService.getRunFile(runId,path);
}

@AuditActionUri("wes:run:files:get-content")
@AuditActionUri("wes:runs:files:get-content")
@PreAuthorize("@accessEvaluator.canAccessResource('/ga4gh/wes/v1/runs/' + #runId, 'wes:runs:read', 'wes')")
@GetMapping(value = "/runs/{runId}/file", produces = { MediaType.APPLICATION_OCTET_STREAM_VALUE })
public void streamFileContents(
Expand Down

0 comments on commit caf6a4b

Please sign in to comment.