In the docker-compose.yaml file,
- Will directly setting MEANS_SECRET_KEY not take effect on Means__Storage__DefaultSecretKey?
- After the docker compose up, modifying Means__Storage__DefaultSecretKey and then reload( down->up) the container has no effect?
- Is it necessary to delete the persistent data directory and rebuild the container’s DefaultSecretKey for the changes to take effect?
- Can’t the AccessKey “meanadmin” be deleted or disabled?
MEANS_SECRET_KEY: "meansadmin-my-secret-key"
Means__Storage__DefaultAccessKey: "${MEANS_ACCESS_KEY:-meansadmin}"
Means__Storage__DefaultSecretKey: "${MEANS_SECRET_KEY:-meansadmin-local-secret}"
In the docker-compose.yaml file,