I am using Docker Desktop 4.5.1 (74721) on Windows 10 machine.
I have created & configured a Docker context with AWS ECS using secret keys.
But when I hit docker compose up in that context, I get this error:
WebService TaskFailedToStart: ResourceInitializationError: unable to pull secrets or registry auth: execution resource retrieval failed: unable to get registry auth from asm: service call has been retried 1 time(s): unable to unmarshal secret value of authorization data from asm:
Yes I have already browsed through the document and added the required permissions. I even modified the docker-compose.yml file to include secrets, but still showing the same error.