Re: Aurora HTTP BA Issues

2016-10-17 Thread Ajmera, Jatan
, 2016 6:25:20 AM To: user@aurora.apache.org Subject: Re: Aurora HTTP BA Issues I have tested those settings in the Aurora vagrant box and they work for me. I still get the obscure scheduler log messages, but the client authentication works. The only thing I can think of right now: Maybe the

Re: Aurora HTTP BA Issues

2016-10-17 Thread Erb, Stephan
.apache.org" Subject: Re: Aurora HTTP BA Issues Hi Stephan, I am sending you the configuration of the scheduler and the ~/.netrc file that I have on my ubuntu box. It matches that of the documentation, but still wouldn't allow my to schedule jobs via the CLI. -http_authentication_me

Re: Aurora HTTP BA Issues

2016-10-16 Thread Ajmera, Jatan
jmera From: Stephan Erb Sent: Sunday, October 16, 2016 10:37:07 AM To: user@aurora.apache.org Subject: Re: Aurora HTTP BA Issues Yeah, see https://github.com/apache/aurora/blob/master/docs/operations/security.md#http-basic-authentication On So, 2016-10-16 at 10:26 -0700, David McLaughlin wrote: I

Re: Aurora HTTP BA Issues

2016-10-16 Thread Stephan Erb
Yeah, see https://github.com/apache/aurora/blob/master/docs/operations/ security.md#http-basic-authentication On So, 2016-10-16 at 10:26 -0700, David McLaughlin wrote: > > I *just* seen that in the e2e test. Have we documented that anywhere?  > > > > On Sun, Oct 16, 2016 at 10:24 AM, Stephan Erb

Re: Aurora HTTP BA Issues

2016-10-16 Thread David McLaughlin
I *just* seen that in the e2e test. Have we documented that anywhere? On Sun, Oct 16, 2016 at 10:24 AM, Stephan Erb wrote: > By default we should be using the fallback implementation of the > requests Python module: http://docs.python-requests.org/en/master/user/ > authentication/#netrc-authenti

Re: Aurora HTTP BA Issues

2016-10-16 Thread Stephan Erb
By default we should be using the fallback implementation of the requests Python module: http://docs.python-requests.org/en/master/user/ authentication/#netrc-authentication So just adding ~/.netrc file should therefore be sufficient to pass credentials via basic auth.    On So, 2016-10-16 at 10

Re: Aurora HTTP BA Issues

2016-10-16 Thread David McLaughlin
I noticed this while I was reviewing the patch to add cookies - I couldn't find any HTTP basic auth support in the client. We'd need a patch to wire that up (with some method of getting the user credentials). I think this confirms my concern about adding auth support on only one side of the CLI/Sc

Re: Aurora HTTP BA Issues

2016-10-16 Thread Stephan Erb
Hi, would it be possible to show us your relevant scheduler configuration and your ini file?  This will make it easier to reproduce the issue. Thanks, Stephan On Do, 2016-10-13 at 17:58 +, Ajmera, Jatan wrote: > > > > Hi,  > > > > > I was previously communicating about this issue on the

Aurora HTTP BA Issues

2016-10-13 Thread Ajmera, Jatan
Hi, I was previously communicating about this issue on the slack channel sometime back. I am having troubles when i am trying to configure the HTTP Basic Auth for my aurora scheduler on my Mesos Cluster. I have configured the necessary flags at deploy time along with the other flags and have ch