Skip to content

Commit

Permalink
Allowing non-exsiitng and non-admin users of x509
Browse files Browse the repository at this point in the history
  • Loading branch information
emanipravallika committed Oct 22, 2024
1 parent 46c04b6 commit 34c2f57
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 34c2f57

Please sign in to comment.