Skip to content

Commit

Permalink
Merge pull request #1950 from opengovern/fix-web-ui
Browse files Browse the repository at this point in the history
fix: fix integration client in metadata service
  • Loading branch information
artaasadi authored Nov 12, 2024
2 parents 94d91b5 + f22ab7b commit 298e931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metadata/config/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
type Config struct {
Postgres koanf.Postgres `yaml:"postgres" koanf:"postgres"`
Http koanf.HttpServer `yaml:"http" koanf:"http"`
Integration koanf.OpenGovernanceService `yaml:"integration" koanf:"onboard"`
Integration koanf.OpenGovernanceService `yaml:"integration" koanf:"integration"`
Scheduler koanf.OpenGovernanceService `yaml:"scheduler" koanf:"scheduler"`
Compliance koanf.OpenGovernanceService `yaml:"compliance" koanf:"compliance"`
Inventory koanf.OpenGovernanceService `yaml:"inventory" koanf:"inventory"`
Expand Down

0 comments on commit 298e931

Please sign in to comment.