Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Fix trusted_list
Browse files Browse the repository at this point in the history
Fixes org.bdinetwork.service-provider.remote-association failing on
assertion of server-id calling trusted-list.
  • Loading branch information
remvee committed Sep 4, 2024
1 parent 61c434a commit 9735e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/bdinetwork/ishare/client.clj
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ When bearer token is not needed, provide a `nil` token"
(defmethod ishare->http-request :trusted-list
[request]
(-> request
(satellite-request)
(assoc :method :get
:path "trusted_list"
:as :json
Expand Down

0 comments on commit 9735e59

Please sign in to comment.