Add a way to prevent auto-generation of certain secrets #461

Open
opened 2023-07-14 12:15:47 +00:00 by 3wordchant · 1 comment
Owner

Some secrets will come from other platforms, e.g. API keys like for S3 providers.

It'd be nice if we could add e.g. #nogen or #dont-generate or something after the relevant SECRET_..._VERSION lines in .env.sample, to prevent abra from trying to generate these.

CC @nicksellen

Some secrets will come from other platforms, e.g. API keys like for S3 providers. It'd be nice if we could add e.g. `#nogen` or `#dont-generate` or something after the relevant `SECRET_..._VERSION` lines in `.env.sample`, to prevent abra from trying to generate these. CC @nicksellen
3wordchant added the
enhancement
label 2023-07-14 12:15:47 +00:00
Author
Owner

Tales from #309:

Sometimes abra can't generate a secret (it needs to be hashed or something) and we need to skip it. When you run secret generate -a, it should skip over it because you intend to manually insert it later on. Right now, you have to delete and re-insert manually.
Maybe an API is SECRET_MY_SECRET_VERSION=v1 # generate=false.

Tales from #309: > Sometimes abra can't generate a secret (it needs to be hashed or something) and we need to skip it. When you run `secret generate -a`, it should skip over it because you intend to manually insert it later on. Right now, you have to delete and re-insert manually. > Maybe an API is SECRET_MY_SECRET_VERSION=v1 `# generate=false.`
decentral1se self-assigned this 2023-10-04 13:22:20 +00:00
decentral1se added this to the (deleted) project 2023-10-06 09:27:58 +00:00
decentral1se removed this from the (deleted) project 2023-11-27 10:47:12 +00:00
decentral1se removed their assignment 2023-11-27 10:47:18 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#461
No description provided.