Skip to content

Commit

Permalink
Add apm_config.additional_endpoints to authorized config paths (#31851)
Browse files Browse the repository at this point in the history
  • Loading branch information
liustanley authored Dec 6, 2024
1 parent 6ae9f79 commit 07187c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comp/api/api/def/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type AuthorizedSet map[string]struct{}
// config API.
var AuthorizedConfigPathsCore = buildAuthorizedSet(
"api_key", "site", "dd_url", "logs_config.dd_url",
"additional_endpoints", "logs_config.additional_endpoints",
"additional_endpoints", "logs_config.additional_endpoints", "apm_config.additional_endpoints",
)

func buildAuthorizedSet(paths ...string) AuthorizedSet {
Expand Down

0 comments on commit 07187c1

Please sign in to comment.