You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment there is no way to enable authentication for the executor using pymesos.
When executor authentication is enabled the agent injects MESOS_EXECUTOR_AUTHENTICATION_TOKEN into the the executors environment. This needs to be added to each requests header in order to authenticate, like the following
At the moment there is no way to enable authentication for the executor using pymesos.
When executor authentication is enabled the agent injects
MESOS_EXECUTOR_AUTHENTICATION_TOKEN
into the the executors environment. This needs to be added to each requests header in order to authenticate, like the followingSee http://mesos.apache.org/documentation/latest/authentication/
If you think this is an acceptable approach I would be happy to provide a PR
The text was updated successfully, but these errors were encountered: