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
I've searched existing issues and found nothing related to my issue.
Describe the bug
It seems that Bruno CLI does not fully support all authentication methods in inherit mode.
In scope of a previous issue support for bearer token was added, alongside basic auth, but the other 5 methods do not seem to be supported. This is evident in the source code modified as part of the aforementioned issue.
I can try to help with the PR, but I was not sure how to migrate the logic from bruno-app module, as it differs significantly, and I'm not sure if it is the relevant part at all. I can try re-implementing it, at least for some cases (i'm mostly interested in API KEY method), but I'd like to find out whether this is a good way to proceed.
I have checked the following:
Describe the bug
It seems that Bruno CLI does not fully support all authentication methods in inherit mode.
In scope of a previous issue support for bearer token was added, alongside basic auth, but the other 5 methods do not seem to be supported. This is evident in the source code modified as part of the aforementioned issue.
I can try to help with the PR, but I was not sure how to migrate the logic from bruno-app module, as it differs significantly, and I'm not sure if it is the relevant part at all. I can try re-implementing it, at least for some cases (i'm mostly interested in API KEY method), but I'd like to find out whether this is a good way to proceed.
.bru file to reproduce the bug
bruno.json
collection.bru
Proof.bru
Screenshots/Live demo link
beeceptor set up to return 401 unless there is an Authorization header with any value..
Running via gui - works
Running via CLI
The text was updated successfully, but these errors were encountered: