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

feat: OBS-390 - [reconciler] implement ReconcilerService.RetrieveIngestionDataSources #43

Merged
merged 11 commits into from
Feb 21, 2024

Conversation

mfiedorowicz
Copy link
Member

  • add proto for reconciler service and generate go code
  • implement ReconcilerService.RetrieveIngestionDataSources RPC
  • add client for reconciler service [go]
  • tidy up API key for ingestion (s/DATASOURCE_TO_DIODE/INGESTION)
  • distributor service utilizing reconciler client to retrieve ingestion data sources and check if incoming push requests are authorized

- retrieve ingestion data sources utilising reconciler svc client
- add auth unary interceptor
- tidy up

Signed-off-by: Michal Fiedorowicz <[email protected]>
@mfiedorowicz mfiedorowicz self-assigned this Feb 21, 2024
@mfiedorowicz mfiedorowicz requested a review from natm as a code owner February 21, 2024 22:01
Copy link

linear bot commented Feb 21, 2024

OBS-390 Create and implement ReconcilerService.RetrieveIngestionDatasources RPC

Create reconciler service with RetrieveIngestionDataSources RPC returning DATASOURCE_TO_DIODE API key.

Distributor service to call ReconcilerService.RetrieveIngestionDatasources to retrieve and cache into its memory.

@mfiedorowicz mfiedorowicz merged commit 7e8117e into develop Feb 21, 2024
15 checks passed
@mfiedorowicz mfiedorowicz deleted the feat-OBS-390-retrieve-ingestion-data-sources branch February 21, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant