I run one ShinyProxy instance that is able to access a private AWS ECR.
To do this I run
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 673456902717.dkr.ecr.us-east-1.amazonaws.com
I’m trying to get SPO to do the same, but since it is in a container itself it doesn’t seem to be able to authenticate.
Is possible to have a volume to inject the json that has the authentication token, or is there a better way.