Skip to content
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

Doesn't work on secure clusters #4

Open
timrcase opened this issue May 10, 2013 · 7 comments
Open

Doesn't work on secure clusters #4

timrcase opened this issue May 10, 2013 · 7 comments

Comments

@timrcase
Copy link

This doesn't work on a secure cluster. I'm assuming this is by design since there is nowhere to enter credentials in order to access the JobTracker.

@bgreenlee
Copy link
Owner

Yeah, I wrote this originally for our internal cluster at Etsy, which is behind a VPN and has no additional authentication. How is the authentication done in a secure cluster? I could make an attempt at adding it, although I'd be flying blind.

@timrcase
Copy link
Author

A cluster running in secure mode uses Kerberos, but I'm 99% sure that it is handled on the web server as part of the user's session so you would just need to authenticate the user to the server.

@bgreenlee
Copy link
Owner

Does it work if you put it in the JobTracker URL? e.g. http://:@some.com/.... I know that's not ideal, but that will at least tell me if it's just Basic Auth.

@timrcase
Copy link
Author

Unfortunately, that didn't work. Based on the redirects I'm seeing it looks like we might be proxying JT with Hue. I don't think this is going to be easy, but it could also be because of our environment.

@bgreenlee
Copy link
Owner

Well, if you can provide me code (in any language) that successfully grabs the JobTracker HTML in your environment, I can probably implement it.

@timrcase
Copy link
Author

I'll see what I can do. Do you have a preference of language?

@bgreenlee
Copy link
Owner

No preference. Just not brainf*ck, please. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants