mesos / mesos-go

Go language bindings for Apache Mesos
Apache License 2.0
545 stars 146 forks source link

Specify binding ports for authentication #252

Closed johnweldon closed 8 years ago

johnweldon commented 8 years ago

Provide mechanism to specify binding port for authentication, addressing #229, using the context and a new sasl.WithBindingPort(ctx context.Context, port uint16) ctx.Context helper function and related code.

johnweldon commented 8 years ago

@jdef is there anyone you know of who is able to review and merge this?

jdef commented 8 years ago

@johnweldon i'll take a look. have been on PTO the last 10 days

jdef commented 8 years ago

LGTM. Thanks for the PR!

johnweldon commented 8 years ago

Thanks @jdef