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
This will collect all key values from Consul which are in application and in myProject directory. This is cool.
But it also will collect all keys from myProject2. Which we do not want. I can imagine that this can be a handy feature. That I can have generic keys which will merge into other projects. But we have over 50 projects and we run into names which happen to start the same.
What we do now to work around this is adding a / at the end of the name. Which is a problem as profiles will not work any more. Than it will look for myProject/,profile1 instead of myProject,profile
So a solution could be that there is an option like this
Feature description
To use consul I have this config:
This will collect all key values from Consul which are in application and in myProject directory. This is cool.
But it also will collect all keys from myProject2. Which we do not want. I can imagine that this can be a handy feature. That I can have generic keys which will merge into other projects. But we have over 50 projects and we run into names which happen to start the same.
What we do now to work around this is adding a / at the end of the name. Which is a problem as profiles will not work any more. Than it will look for myProject/,profile1 instead of myProject,profile
So a solution could be that there is an option like this
Which will not use the name as a prefix but only exact matches are allowed
The text was updated successfully, but these errors were encountered: