Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally serve aggregator API alongside DAP API #1547

Merged
merged 2 commits into from
Jun 29, 2023

Conversation

tgeoghegan
Copy link
Contributor

Extends aggregator configuration so that the aggregator API can either:

  • be served on its own socket address independently of the DAP API
  • be served on the same address as the DAP API but at some arbitrary path prefix
  • not be served at all

Resolves #1505

Extends aggregator configuration so that the aggregator API can either:

 - be served on its own socket address independently of the DAP API
 - be served on the same address as the DAP API but at some arbitrary
   path prefix
 - not be served at all

Resolves #1505
@tgeoghegan tgeoghegan requested a review from a team as a code owner June 29, 2023 00:09
@tgeoghegan tgeoghegan added the byohelper needed for BYOHelper and self-service task provisioning (#1486) label Jun 29, 2023
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs/samples/advanced_config/aggregator.yaml and any other files with the old settings should be updated as well.

@tgeoghegan tgeoghegan merged commit d6c04f6 into main Jun 29, 2023
@tgeoghegan tgeoghegan deleted the timg/aggregator-api-port-sharing branch June 29, 2023 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
byohelper needed for BYOHelper and self-service task provisioning (#1486)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optionally serve aggregator API on the same TCP port as the DAP API
2 participants