-
Notifications
You must be signed in to change notification settings - Fork 18
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
IPv6 client addresses handled incorrectly #58
Comments
@grawity Sorry for the very late response here! It looks like authenticate succeeds, is that correct? The port comes from here: vault-plugin-auth-kerberos/path_login.go Lines 181 to 189 in abd4ef1
I don't believe there is any actual error here. |
As I recall, it did succeed, yes, and just logged a warning. (I admit that my Vault usage has been on the backburner for a while.) But the comment says "...required by an underlying parser", and it seems that said parser attempts to actually parse the address provided, so it would probably be better to give it a valid address either way. Usually, IPv6 addresses need to be formatted as |
When a client requests /v1/auth/kerberos/login via IPv6, the plugin logs a complaint:
(I'm not sure where the
:8080
port number comes from.)The text was updated successfully, but these errors were encountered: