Hi Zach,

Can you show me the debug output that corresponds to that 401?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - https://www.reviewboard.org
Beanbag, Inc. - https://www.beanbaginc.com

On Mon, Aug 31, 2015 at 9:08 AM, Zach <zach...@gmail.com> wrote:

> Hi Chris,
>
> The previous error I ran into was due to a misconfiguaration. I'm now able
> to run `rbt diff` successfully (on rbt version 0.7.4). I can confirm that
> this makes a request against /api/ successfully.
>
> The new issue we are hitting is when we try to do `rbt post`, the script
> fails to make a request against  `/api/session/?expand=user` (a 401
> response is returned via our web proxy).
>
> -Zach
>
> On Tuesday, June 24, 2014 at 1:38:03 AM UTC-4, Pierre Mariani wrote:
>
>> We use Review Board at work. It is installed on a web server that
>> is protected by HTTP Basic Authentication.
>>
>> We haven't been able to use RBTools to interact with it as we
>> couldn't find the right configuration to pass this authentication
>> wall.
>>
>> After looking through the code, I didn't see how it could be
>> configured at all, and came to the conclusion that this feature
>> wasn't supported.
>>
>> I also didn't find an obvious way to modify
>> ReviewBoardHTTPBasicAuthHandler or ReviewBoardHTTPPasswordMgr to
>> add that feature.
>>
>> I resorted to defining a new server option, and passing it
>> through RBClient, SyncTransport and finally to ReviewBoardServer,
>> where it is used to define a new urllib2.HTTPBasicAuthHandler
>> which gets added to the list of handlers.
>> You can see the diff at
>> https://github.com/pmariani/rbtools/compare/basic-auth-hack
>>
>> It's hacky but good enough for my use case.  However, I would
>> rather not maintain a fork and would like to be able to push
>> similar changes back to the main RBTools repo.
>>
>> Can someone confirm that HTTP Basic Authentication isn't currently
>> supported
>>  in RBTools?
>>
>> Are there design resources that would let me adapt my hack to
>> something acceptable by the project?
>>
>> Thank you
>>
>>
>> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
>
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to