Re: secured mesos deployment

2016-10-12 Thread Nikolay Tikhonov
Hi, In current implementation it's not supported. I've changed ticket above and it will be completed in scope the ticket. On Wed, Oct 12, 2016 at 11:16 AM, vincent gromakowski < vincent.gromakow...@gmail.com> wrote: > Hi, > thanks for your answer, it works. Now I have the same question for the

Re: secured mesos deployment

2016-10-12 Thread vincent gromakowski
Hi, thanks for your answer, it works. Now I have the same question for the mesos role because I don't use *, problem is that ignite tries to request resources with role *, which is forbiden... Rgds 2016-10-11 15:12 GMT+02:00 Nikolay Tikhonov : > Hi Vincent, > > Ignite

Re: secured mesos deployment

2016-10-11 Thread Nikolay Tikhonov
Hi Vincent, Ignite Mesos Framework connecting to mesos via current user. I've created ticket on adding new functionality which will allow to set user name and principal (https://issues.apache.org/jira/browse/IGNITE-4052 feel free to contribute ;) ). But if your user equals user for mesos cluster

Re: secured mesos deployment

2016-10-11 Thread vincent gromakowski
Hi My mesos is configured to ask for login and password. So it rejects ignite framework... Le 11 oct. 2016 3:10 AM, "Denis Magda" a écrit : > I’m not an expert in Apache Mesos but think that this can be done using > standard Mesos configuration files. However, it depends on

Re: secured mesos deployment

2016-10-10 Thread Denis Magda
I’m not an expert in Apache Mesos but think that this can be done using standard Mesos configuration files. However, it depends on what part of the deployment you wish to secure. Please provide more details and I hope Nikolay Tikhonov (copied) will be able to give a more precise answer. —

secured mesos deployment

2016-10-06 Thread vincent gromakowski
Hi, Is there any way to configure mesos credentials in ignite-mesos ? Vincent