generate secrets from config #356

Merged
decentral1se merged 3 commits from fix-secret-generation into main 2023-09-25 08:34:09 +00:00
Owner

We won't read the .env file for secret names anymore, we'll read them from the recipe config. This is more consistent as pointed out in coop-cloud/organising#464. Here's what still needs implementing:

  • We should read version numbers from the .env of the app, not the .env.sample
  • If no version is set in the .env of the app & it is in the recipe config, warn we can't generate
  • Filter loaded compose files by COMPOSE_FILE so we don't generate unwanted secrets
  • Tests
We won't read the `.env` file for secret names anymore, we'll read them from the recipe config. This is more consistent as pointed out in https://git.coopcloud.tech/coop-cloud/organising/issues/464. Here's what still needs implementing: - We should read version numbers from the `.env` of the app, not the `.env.sample` - If no version is set in the `.env` of the app & it is in the recipe config, warn we can't generate - Filter loaded compose files by `COMPOSE_FILE` so we don't generate unwanted secrets - Tests
decentral1se added 1 commit 2023-09-24 10:34:05 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
3d2e307892
WIP: generate secrets from config
See coop-cloud/organising#464
decentral1se force-pushed fix-secret-generation from 3d2e307892 to d49bf7735d 2023-09-24 22:58:25 +00:00 Compare
decentral1se force-pushed fix-secret-generation from d49bf7735d to c065ceb1f0 2023-09-25 08:33:40 +00:00 Compare
decentral1se changed title from WIP: generate secrets from config to generate secrets from config 2023-09-25 08:33:45 +00:00
decentral1se merged commit c065ceb1f0 into main 2023-09-25 08:34:09 +00:00
decentral1se deleted branch fix-secret-generation 2023-09-25 08:34:14 +00:00
Sign in to join this conversation.
No description provided.