Skip to content

Commit

Permalink
feat: add cors headers to jaeger
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrt1n committed Oct 22, 2024
1 parent f849709 commit 15f5e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/docker/service/jaeger.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func Jaeger(cfg *config.Config) Service {
"BADGER_EPHEMERAL=false",
"BADGER_DIRECTORY_VALUE=/badger/data",
"BADGER_DIRECTORY_KEY=/badger/key",
"QUERY_ADDITIONAL_HEADERS=Access-Control-Allow-Origin:*",
},
},
HostConfig: container.HostConfig{
Expand Down

0 comments on commit 15f5e42

Please sign in to comment.