[chef] Re: RE: Re: RE: RE: Re: RE: Re: chefdash: realtime DevOps dashboard


Chronological Thread 
  • From: Seth Falcon < >
  • To:
  • Subject: [chef] Re: RE: Re: RE: RE: Re: RE: Re: chefdash: realtime DevOps dashboard
  • Date: Fri, 15 Nov 2013 09:22:11 -0800

Hi Will,


 writes:
> That helped me some, to know what I needed to get working but now I
> get a 404 ChefServerError.  I was able to log out `self.url+path and
> it is https://api.opscode.com/organizations/[our
> org]/authenticate_user, which I checked with curl that the chefdash
> user could hit.  Does anyone have any other ideas for debugging my
> problem?  I would really like for chefdash to work for me.

The good news is, I don't think you're doing anything wrong.

The bad news is: It is not possible for external services to use Hosted
Enterprise Chef Server password authentication.

The endpoint is locked down to only allow the webui user to run
authentication. It *is* possible to get this to work in EC and OSC.

Also, FWIW, the shape of the call being made doesn't look right for HEC
(assuming it were possible in the first place). Here's the right request
to send, but if you try it, you will receive a 403 even if the user and
pass are correct:

    api.post("https://api.opscode.com/authenticate_user";,
             {:username => "fred", :password => "123"})

+ seth

-- 
Seth Falcon | Development Lead | Opscode | @sfalcon




Archive powered by MHonArc 2.6.16.

§