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


Chronological Thread 
  • From: William Soula < >
  • To: " " < >
  • Subject: [chef] RE: Re: RE: Re: RE: RE: Re: RE: Re: chefdash: realtime DevOps dashboard
  • Date: Fri, 15 Nov 2013 19:02:05 +0000
  • Accept-language: en-US

Dang!!  I was really wanting to use this, but thanks for the pointer.  I 
opened an issue into the chefdash repo for support for Hosted Enterprise 
Chef.  Is there any other good dashboards that work with Hosted Enterprise 
Chef?

Will

________________________________________
From: Seth Falcon 

Sent: Friday, November 15, 2013 11:22 AM
To: 

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

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.

§