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

Open
opened 2023-07-14 12:15:47 +00:00 by 3wordchant · 2 comments
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
decentral1se added this to the Abra v0.10.1 project 2025-04-20 05:55:46 +00:00
decentral1se moved this to Backlog in Abra v0.10.1 on 2025-04-20 06:06:40 +00:00
decentral1se moved this to Backlog in Abra v0.10.1 on 2025-04-21 19:08:15 +00:00
decentral1se moved this to Backlog in Abra v0.10.1 on 2025-04-21 19:08:25 +00:00
decentral1se moved this to To Do in Abra v0.10.1 on 2025-04-21 19:08:27 +00:00
decentral1se moved this to To Do in Abra v0.10.1 on 2025-04-21 19:08:31 +00:00
decentral1se moved this to To Do in Abra v0.10.1 on 2025-04-21 19:08:45 +00:00
decentral1se moved this to To Do in Abra v0.10.1 on 2025-04-21 19:08:54 +00:00
decentral1se moved this to To Do in Abra v0.10.1 on 2025-04-21 19:09:04 +00:00
decentral1se moved this to To Do in Abra v0.10.1 on 2025-04-21 19:24:49 +00:00
decentral1se moved this to To Do in Abra v0.10.1 on 2025-04-21 19:24:51 +00:00
decentral1se moved this to To Do in Abra v0.10.1 on 2025-04-21 19:24:52 +00:00
decentral1se moved this to In Progress in Abra v0.10.1 on 2025-04-22 20:58:03 +00:00
decentral1se moved this to To Do in Abra v0.10.1 on 2025-04-22 23:34:44 +00:00
decentral1se moved this to To Do in Abra v0.10.1 on 2025-04-22 23:34:47 +00:00
decentral1se moved this to Backlog in Abra v0.10.1 on 2025-04-24 08:58:38 +00:00
decentral1se removed this from the Abra v0.10.1 project 2025-04-24 09:00:31 +00:00
Owner
Another use case: https://git.coopcloud.tech/coop-cloud/rauthy#generate-encryption-keys
decentral1se added this to the Abra "next" project 2025-05-24 22:37:52 +00:00
Sign in to join this conversation.
No description provided.