-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get the InternalAuthenticationResult message from Scheduler #241
Comments
One (low-tech) way to do it might be to specify a NewMessenger ( On Wed, Apr 20, 2016 at 1:00 PM, Adam Avilla [email protected]
|
@jdef would you be interested in a PR that makes |
I think so. I think it might make sense for that behavior to be On Mon, May 16, 2016 at 7:41 PM, Adam Avilla [email protected]
|
When I try and authenticate with incomplete (no secret) or wrong credentials, my framework will continue to run without exiting. I have traced it back to code around:
https://github.com/mesos/mesos-go/blob/master/scheduler/scheduler.go#L461-L478
and was wondering if I can get that
result
somewhere so I can exit my code properly. I am currently using 4a7554a version of the scheduler.Thanks and let me know if you need more data.
Output from logs if that is helpful:
The last line continues until I the program.
The text was updated successfully, but these errors were encountered: