Skip to content

Commit 2a54993

Browse files
ylladaKbayero
andauthored
fix(installer): add encryptionKey to utmstack_plugins.yaml for cloud plugins (#2293)
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
1 parent f0cda86 commit 2a54993

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

installer/docker/plugins.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ type PluginConfig struct {
2121
PostgreSQL PostgreConfig `yaml:"postgresql,omitempty"`
2222
ServerName string `yaml:"serverName,omitempty"`
2323
InternalKey string `yaml:"internalKey,omitempty"`
24+
EncryptionKey string `yaml:"encryptionKey,omitempty"`
2425
Env string `yaml:"env,omitempty"`
2526
AgentManager string `yaml:"agentManager,omitempty"`
2627
Backend string `yaml:"backend,omitempty"`
@@ -82,6 +83,7 @@ func SetPluginsConfigs(conf *config.Config, stack *StackConfig) error {
8283
},
8384
ServerName: conf.ServerName,
8485
InternalKey: conf.InternalKey,
86+
EncryptionKey: conf.InternalKey,
8587
Env: conf.Branch,
8688
AgentManager: "10.21.199.3:9000",
8789
Backend: "http://backend:8080",

0 commit comments

Comments
 (0)