Hey Kurt! As always thanks for being available for CFT work. I already have the app doing exactly as you said. I am now concerned that my secrets from another environment are being read in this environment causing the issue. The redis
reference is from the development docker network DNS entry docker-compose created. Let’s assume I put it there on the remote and want it off!
So I tried that - unsetting all secrets. I called flyctl secrets unset k=v ...
.
The response was:
Error No change detected to secrets
I also tried to check that I could ping Redis (I set up my own) and did not get what I expected.
echo "PING" | nc <app-name>.internal 6379
did not return any response.
I’d like to reset my secrets for the ‘web’ application and then redeploy them. What are your thoughts?
The biggest area of concern is the stickiness of the secrets.