-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Plan to revert the revert PR#3276 #3282
Comments
I see that quite a few about this has been done already, with PRs open. The second part is missing but depends on the first. |
Once #3321 is merged - the upcoming changes will update the APIs @bogdandrutu The @gramidt let me know if all the components are prepared - I will push the changes to APIs in the next PR. |
@pavankrish123 - The last component needing to be merged as part of #3507 is the Splunk SignalFX exporter #3511. Once that has been merged, contrib should be good to go. |
Thanks @gramidt let me know. I have started preparing the changes Pavan |
@pavankrish123 - The final PR in contrib has been merged. |
This PR ports the client authenticator interfaces from PR #3128 in a piece meal fashion. The interfaces are currently not used by any client configurations and are published for reviewing only. Plan is to modify ToClient and ToDialOptions apis once all the clients are prepared per #3287 (core and contrib side as well). Link to tracking Issue: #3287 #3282 Testing: Unit tests, [manual test described (for only oidc)](#3128 (comment))
… extensions configuration map (#3340) This PR is a port of the configfrpc's ToDialOptions() and confighttp ToClient() from PR #3128 in a piece meal fashion. The following are the changes - Refactored configgrpc.PerRPCAuth as extension implementing configauth.GrpcClientAuthenticator - Plugged in extensions configuration to all the grpc based clients in the core (OTLP, OpenCensus, Jaeger, JaegerReceiver) - Plugged in extensions configuration to all the HTTP based clients in the core (Zipkin, OTLPHTTP) Link to tracking Issue: #3282 #3276 Testing: Unit tests, [manual test described (for only oidc)](#3128 (comment))
Can close this issue now. |
…ication Extensions (2/2) (#3694) This is the second phase of #3507. **Link to tracking Issue:** #3692 Component changes are based on open-telemetry/opentelemetry-collector#3340. Also related to open-telemetry/opentelemetry-collector#3282
In order to make this possible let's follow the next plan:
/cc @pavankrish123
The text was updated successfully, but these errors were encountered: