mesos / kibana

Kibana on Mesos
Apache License 2.0
27 stars 9 forks source link

Mesos Framework Authentication #24

Closed akamalov closed 8 years ago

akamalov commented 8 years ago

Hello,

Just wondering if current mesos/kibana supports Mesos framework authentication?

Thank you,

Alex

philwinder commented 8 years ago

Yes it does. Please see the main page documentation: https://github.com/mesos/kibana

philwinder commented 8 years ago

@akamalov I think you replied to the wrong message.

Ah, I'm so sorry. I thought I had added that to the documentation, but I have not. The options come from mesos-starter: https://github.com/ContainerSolutions/mesos-starter/tree/documentation/readme#configuration

So the option you are looking for is: mesos.principal and mesos.secret. I will add this to the documentation now.

Thanks.

akamalov commented 8 years ago

Thanks so much @philwinder