Re: rotating secrets when authenticating framework

2017-10-24 Thread Adam Bordelon
In the v0 API: If the secret updates, you will need to reauthenticate with the new credentials and reregister, perhaps triggered by knowing when the secret will expire. Changing the principal in FrameworkInfo will require you to register as a new framework_id until

Re: rotating secrets when authenticating framework

2017-10-24 Thread Benjamin Mahler
+adam, alexander On Fri, Oct 20, 2017 at 2:54 PM, Devendra Ayalasomayajula < devend...@nvidia.com> wrote: > Corrected the subject > > > > *From:* Devendra Ayalasomayajula > *Sent:* Friday, October 20, 2017 2:40 PM > *To:* user@mesos.apache.org > *Subject:* rotting secrets when authenticating

RE: rotating secrets when authenticating framework

2017-10-20 Thread Devendra Ayalasomayajula
Corrected the subject From: Devendra Ayalasomayajula Sent: Friday, October 20, 2017 2:40 PM To: user@mesos.apache.org Subject: rotting secrets when authenticating framework Hi, The framework I am experimenting with is using MesosSchedulerDriver and I am planning to pass Credential. But If the