mantl/mesos-consul

Enable tag override in the created consul services

Opened this issue · 1 comments

My usecase requires me to update tags of marathon task instances at runtime.
The enableTagOverride option allows this, but is currently not set by mesos-consul.

It's also not in the Consul GO API atm. But an issue has been raised on that as well: hashicorp/consul#1709

This has now been added to the Consul GO API master branch: hashicorp/consul#1726