Skip to content

Commit

Permalink
Apply indy-security CustomClientRequestFilter (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhan1 authored May 8, 2024
1 parent 9cb23a9 commit c871366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*/
package org.commonjava.indy.service.repository.client.storage;

import org.commonjava.indy.service.security.jaxrs.CustomClientRequestFilter;
import org.eclipse.microprofile.rest.client.annotation.RegisterProvider;
import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;

import jakarta.ws.rs.DELETE;
Expand All @@ -24,6 +26,7 @@

@Path("/api/storage")
@RegisterRestClient(configKey="storage-service-api")
@RegisterProvider(CustomClientRequestFilter.class)
public interface StorageService
{
@DELETE
Expand Down

This file was deleted.

0 comments on commit c871366

Please sign in to comment.