You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
The usage of basic auth with API Key/user-tokens at least in my Service Sonar enterprise instance has reduced privileges even when associated to 'super admin' users. I noticed that by changing auth from Basic Auth to instead by Authorization Bearer Token headers, these auth issues went away.
Any issues if we change how user-tokens are authed from being Basic Auth to be instead bearer-token header.
The usage of basic auth with API Key/user-tokens at least in my Service Sonar enterprise instance has reduced privileges even when associated to 'super admin' users. I noticed that by changing auth from Basic Auth to instead by Authorization Bearer Token headers, these auth issues went away.
Any issues if we change how user-tokens are authed from being Basic Auth to be instead bearer-token header.
python-sonarqube-api/sonarqube/rest/__init__.py
Lines 57 to 58 in 248b0d5
Involves slight change to the codebase to be instead, something like:
The text was updated successfully, but these errors were encountered: