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 running Traefik v1.1.0-rc3 (Darwin) with Consul KV configuration loading.
When i'm setting traefik/consulcatalog/constraints or traefik/constraints to ["tag==exposed"] Traefik returns me an error:
./traefik --consul --consul.endpoint=127.0.0.1:8500
2016/11/02 00:16:56 Error loading configuration: 1 error(s) decoding:
* illegal base64 data at input byte 0
I've tried to encode it into Base64... Didn't helped:
./traefik --consul --consul.endpoint=127.0.0.1:8500
2016/11/02 00:16:13 Error loading configuration: 18 error(s) decoding:
* 'ConsulCatalog.Constraints[0]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[10]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[11]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[12]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[13]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[14]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[15]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[16]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[17]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[1]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[2]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[3]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[4]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[5]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[6]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[7]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[8]' expected a map, got 'uint8'
* 'ConsulCatalog.Constraints[9]' expected a map, got 'uint8'
The text was updated successfully, but these errors were encountered:
Sorry for bringing this up again, but i'm still not able to run Traefik with constraints in KV...
In which format should i store the constraints in KV?
I'm running Traefik v1.1.0-rc3 (Darwin) with Consul KV configuration loading.
When i'm setting
traefik/consulcatalog/constraints
ortraefik/constraints
to["tag==exposed"]
Traefik returns me an error:I've tried to encode it into Base64... Didn't helped:
The text was updated successfully, but these errors were encountered: