I’ve been working on a project that involves running a docker image on an edge device with awslogs as the logging driver.
Does anyone know of a way to rotate the AWS credentials for the logging driver without restarting the container?
The container will be running a service that can’t afford any downtime, but the only solutions that I have found involve restarting the container in some way.