compose/ecs/pkg
Chad Metcalf b2a9019700
LoadBalancer names cannot be longer then 32 characters..
Longer names will fail with:

 AmazonElasticLoadBalancingV2; Status Code: 400; Error Code: ValidationError;

 Fairly straight forward approach, truncate at 32 characters.
 Considering that we append "LoadBalancer" to every name and it is 12
 characters the name should stay useful. We can decide later if "LB" is
 better then a truncated "LoadBalan".

 The golden test data needed to be updated because its names were also
 over 32 characters.

 Fixes #160.

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-08-17 21:26:30 +02:00
..
amazon LoadBalancer names cannot be longer then 32 characters.. 2020-08-17 21:26:30 +02:00
compose Check context created by `context` command 2020-08-17 21:26:29 +02:00
console Present service logs with colored service prefix 2020-08-17 21:25:57 +02:00
docker Unwrapp API errors to get user-friendly error message 2020-08-17 21:26:22 +02:00