Closed Paxol closed 6 months ago
Hi
Purely because right now docker-compose when targeting docker / podman and not swarm would store these values as plain text anyway They wouldn't be secret, they'd purely be a separate file which contained all the values as env vars.
Are you saying generated, and manual aspire parameter
resources can't be supplied if secrets are disabled?
I've reimplemented secret management tonight so that its compatible with compose now. It will no longer disable secrets - and input state will also be captured :)
What is the reason behind this? I wanted to use the non interactive mode to generate the docker-compose.yaml file, but I can't because there are some needed secrets. Is there another way to provide the secrets? Thanks you in advance.