StageCentral / backstage-artifactory-plugin

https://stagecentral.io
4 stars 1 forks source link

Unable to Authenticate with Username/Password in JFrog Artifactory Plugin #4

Open ajinkya-harness opened 2 months ago

ajinkya-harness commented 2 months ago

When attempting to authenticate using the username/password authentication method in the JFrog Artifactory plugin in Backstage, users are encountering a 401 authentication error. This issue prevents users from accessing and utilizing the plugin's features effectively.

antweiss commented 2 months ago

Hi, thanks for reporting this. Authentication has been tested and found to work. Could you recheck your configuration again?

ajinkya-harness commented 6 days ago

Hi @antweiss, I think you are not passing the auth headers in the frontend calls, thus we are getting 401. If we bypass that in middleware, eventually the getEntityByRef call will fail at the permission framework which again requires auth header.