Skip to content

Commit 65078b7

Browse files
committed
feat(installer): add ENCRYPTION_KEY env var to threadwinds-ingestion service
1 parent 258b396 commit 65078b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installer/types/compose.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,7 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
606606
},
607607
Environment: []string{
608608
"INTERNAL_KEY=" + conf.InternalKey,
609+
"ENCRYPTION_KEY=" + conf.InternalKey,
609610
"BACKEND_URL=http://backend:8080",
610611
"ENV=" + conf.Branch,
611612
"OPENSEARCH_HOST=node1",

0 commit comments

Comments
 (0)