yuuvis® RAD Q&A

0 votes
by (1.5k points)

Hello,

i am trying to access the search service api directly via Postman or Microservice via Port 7221. I do not want to use the gateway. I am getting 401 Unauthorized message even though i configured basic auth with root/optimal. How can i access the search service directly.

Thanks,
Robert

1 Answer

+1 vote
by (19.6k points)
selected by
 
Best answer

Hello Robert,

the microservices do not use basic auth for authentication but rely on JWT tokens generated by the gateway when you authenticate yourself there. For this reason it is possible for you to communicate with the search service directly - only via the gateway.

Regards
Nicolai

Related questions

0 votes
1 answer
asked May 26, 2023 by schulerb (890 points)
+1 vote
1 answer
0 votes
2 answers
asked Jan 2, 2019 by Mathias Keller (1.8k points)
0 votes
1 answer
...