Skip to content

Commit d66b88e

Browse files
authored
feat: search api key secret for loopdedupe (#1820)
1 parent de37dc2 commit d66b88e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

kubernetes/apps/tools/discord-bot/app/secret.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ spec:
6060
- secretKey: OUTLINE_API_KEY
6161
remoteRef:
6262
key: OUTLINE_API_KEY
63+
- secretKey: LOOPDEDUPE_SEARCH_API_KEY
64+
remoteRef:
65+
key: LOOPDEDUPE_SEARCH_API_KEY

tf/deployment/modules/shared/1password/account/secrets.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ module "generated-secrets" {
9595
{ name = "IMMICH_GITHUB_ACTION_CHECKS_WEBHOOK_SECRET" },
9696
{ name = "OUTLINE_ROLE_SYNC_WEBHOOK_SECRET" },
9797
{ name = "LOOPDEDUPE_GITHUB_WEBHOOK_SECRET" },
98-
{ name = "LOOPDEDUPE_SECRET_KEY_BASE", length = 64 }
98+
{ name = "LOOPDEDUPE_SECRET_KEY_BASE", length = 64 },
99+
{ name = "LOOPDEDUPE_SEARCH_API_KEY" }
99100
]
100101
scoped = [
101102
{ name = "METRICS_READ_TOKEN" },

0 commit comments

Comments
 (0)