-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add support for go-sockaddr templated addresses in config. #9109
Conversation
# Conflicts: # command/server/config_test_helpers.go
Hey @ncabatoff Can you rebase this PR and resolve the conflicts? I'd like to use this in Vault as soon as we can get it merged and a new minor/patch release of Vault put out. I need to be able to use the very nice functionality of go-sockaddr in my configuration just like what Nomad and Consul support 🤣 cheers! 🙇♂️ |
# Conflicts: # command/server/config_test.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, would you add some docs for configuring this too?
Will do. Unrelated to docs, does the fact that the change is under internalshared require any extra action on my part? |
@ncabatoff Nothing to do in internalshared. We haven't yet moved over to the new listenerutil yet, but you may want to duplicate the logic there so we don't have a regression when we do migrate. |
Fixes #6409.
I don't know what the repercussions of modifying internalshared are, will have to follow up.