-
Notifications
You must be signed in to change notification settings - Fork 913
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
feat(consul,service_tags): Support escaped comma #401
feat(consul,service_tags): Support escaped comma #401
Conversation
23cd7c5
to
2698c7b
Compare
I'm not sure about this code, mostly because there are no tests for this utility file and this seems like a good candidate for tests. @samber Mind adding tests? Once you do, I can totally merge this in for the next release :) |
2698c7b
to
72f93b2
Compare
72f93b2
to
6cff9a4
Compare
Done ;-) Please note #439 |
Is there an ETA on when this would actually be merged or released? I look forward to this for using Traefik. |
@jakew no ETA at the moment. I'm not sure anyone knows how to make a release of registrator at the moment, which I'm trying to sort out (amongst other things). |
Any update? I want to switch to Traefik and keep using this nice bit of kit :D |
This issue makes the registrator useless if you try to use it with traefik. Can somebody merge the PR? Its a quite small change and it is waiting for 6 months. Or should we consider this project dead and try to fix it ourselfs? |
* feat(service_tags): Support escaped comma * test(bridge): Adds test for escaped comma in tags + fix types_test.go tests
* feat(service_tags): Support escaped comma * test(bridge): Adds test for escaped comma in tags + fix types_test.go tests
FYI for anyone affected by this: I just spent a while debugging issues with this and realized it's been merged but it's not part of the https://hub.docker.com/r/gliderlabs/registrator/tags/ Make sure you're using |
could you please push this to "latest" tag do not want to use master image |
@saurabhguptag We'll get to it when we get to it. |
#390
Example:
Create only 2 tags into consul:
traefik.frontend.rule=Host: www.example.com, Path: /api
traefik.enable=true