dweber019 / backstage-plugins

A collection of Backstage plugins
MIT License
20 stars 7 forks source link

feat(wsdl): backend auth support #9

Closed oliverdirks closed 5 months ago

oliverdirks commented 5 months ago

Hi @dweber019

we are using plugin-2-plugin-auth in our backstage instance. Since the plugin uses the catalogApi we are running into http 401 status codes, because the catalogApi doenst use the auth from the user.

Therefore i added the tokenManger to extract the token of the current user and use the authentication.

Cheers Olli

dweber019 commented 5 months ago

Thanks for the contribution ❤️‍🔥