You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just starting to get up to speed on Nomad, Consul, and Vault and one thing I noticed missing here was the ability to set custom configuration values. This would add a lot of flexibility for things not yet implemented.
In my case in particular, I'm trying to set tags for the consul service registration. This seems possibly niche for implementing a dedicated variable, but the ability to customize the value would be great.
I could drop a file in the config directory and reload, but then I end up with possibly two handlers running to restart Vault, so it would be better to be included.
The text was updated successfully, but these errors were encountered:
I'm just starting to get up to speed on Nomad, Consul, and Vault and one thing I noticed missing here was the ability to set custom configuration values. This would add a lot of flexibility for things not yet implemented.
In my case in particular, I'm trying to set tags for the consul service registration. This seems possibly niche for implementing a dedicated variable, but the ability to customize the value would be great.
I could drop a file in the config directory and reload, but then I end up with possibly two handlers running to restart Vault, so it would be better to be included.
The text was updated successfully, but these errors were encountered: