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

request: Add go socket templating to vault config. #13053

Closed
Daxcor69 opened this issue Nov 4, 2021 · 2 comments
Closed

request: Add go socket templating to vault config. #13053

Daxcor69 opened this issue Nov 4, 2021 · 2 comments

Comments

@Daxcor69
Copy link

Daxcor69 commented Nov 4, 2021

I am trying to add the following to my config,

from
api_addr = "http://10.10.10.x:8200"
cluster_addr = "https://10.10.10.x:8201"

to
api_addr = "http://{{ GetInterfaceIP "enp94s0f1" }}:8200"
cluster_addr = "https://{{ GetInterfaceIP "enp94s0f1" }}:8201"

Because there is no templating, I have to edit each server config. This is counter productive and differs from your other product offering.

Thanks

@hsimon-hashicorp
Copy link
Contributor

Hi @Daxcor69! Thanks for submitting this request. I can't make any guarantees with regards to other products, but I'll certainly pass your feedback along to our engineering team for future consideration. Thanks again! :)

@ncabatoff
Copy link
Collaborator

We added this in #9109, should be available in 1.9.0.

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

No branches or pull requests

3 participants