Hey Greg, Is the session_token also stored in the DB or somewhere else?
I'm trying to figure out how I can manage those tokens across multiple containers (tasks). I looked at adding a Redis cache, with a Lambda function and an API Gateway but that's getting complicated. Next idea was perhaps a Redis sidecar until I remembered that the task definition is using an EFS volume to store /app/data for the containers.
It's possible that my tasks aren't using that volume correctly if everything is stored in /opt/certwarden/data/app/appdata.db