AWS::ECS::TaskDefinition DockerLabels: wildcard certificate and variables

0

Hello,

  1. How about character * for wildcards TLS in cloudformation template please? We have a issue to use TLS with wildcard in DockerLabels:
"traefik.http.routers.traefik.tls.domains[0].main": "*.example.com"
  1. We have issue unhashable type: 'dict' in label
!Sub "traefik.http.services.${AppName}.loadbalancer.server.port": !Ref AppContainerPort

This does not work as well:

"!Sub traefik.http.services.${AppName}.loadbalancer.server.port": !Ref AppContainerPort
asked 2 years ago63 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions