Skip to content

Commit

Permalink
OP-22435: Bugfix on allowing x509-non-existing and non-admin users tr…
Browse files Browse the repository at this point in the history
…igger a pipeline. (#489)
  • Loading branch information
emanipravallika authored Oct 22, 2024
1 parent cd0f87c commit 33c8e13
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 192 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestHeader
import org.springframework.web.bind.annotation.RequestParam


@FeignClient(name = "OES", url = '${services.platform.baseUrl}')
@FeignClient(name = "OES", url = '${services.platform.baseUrl}', dismiss404 = true)
interface OesAuthorizationService {

@PutMapping(value = "/platformservice/v2/usergroups/importAndCache", produces = MediaType.APPLICATION_JSON_VALUE, consumes = MediaType.APPLICATION_JSON_VALUE)
Expand Down
Loading

0 comments on commit 33c8e13

Please sign in to comment.