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
{{ message }}
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
The config file's node_service_prefix is used to specify the string to prefix all locally connected services with to make them globally unique.
Today this is a static string.
It should support integrated Linux environment variables, allowing the prefix to be dynamically set depending on what the environment variable is set to.
Now we have a statically configured value.
jlr.com/vin/saw813433993cv4/
Instead we should have:
jlr.com/vin/$env{VIN}/
Where $env{VIN} is replaced by the value of the VIN environment variable.
We should also support file content:
jlr.com/vin/$file{/etc/vin}
Where $file{/etc/vin} is replaced by the single line stored in /etc/vin
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The config file's node_service_prefix is used to specify the string to prefix all locally connected services with to make them globally unique.
Today this is a static string.
It should support integrated Linux environment variables, allowing the prefix to be dynamically set depending on what the environment variable is set to.
Now we have a statically configured value.
jlr.com/vin/saw813433993cv4/
Instead we should have:
jlr.com/vin/$env{VIN}/
Where $env{VIN} is replaced by the value of the VIN environment variable.
We should also support file content:
jlr.com/vin/$file{/etc/vin}
Where $file{/etc/vin} is replaced by the single line stored in /etc/vin
The text was updated successfully, but these errors were encountered: