fix(authz): use otlp trace import#27
Merged
rowan-stein merged 2 commits intomainfrom Apr 26, 2026
Merged
Conversation
Contributor
Author
Test & Lint Summary
|
noa-lucent
previously approved these changes
Apr 26, 2026
noa-lucent
left a comment
There was a problem hiding this comment.
LGTM.
buf.gen.yamldisables managedgo_package_prefixrewrites for the OpenTelemetry module, so generated code keeps upstream OTLP import paths.authz.gonow importsgo.opentelemetry.io/proto/otlp/trace/v1, matching the generatedtracingv1bindings.
Minor follow-up: now that OTLP types are imported from upstream, we should be able to delete the committed shim internal/.gen/opentelemetry/proto/trace/v1/trace_alias.go and keep internal/.gen/ generated-only.
(Static review only; I did not run tests locally.)
Contributor
Author
Test & Lint Summary
|
Contributor
Author
Test & Lint Summary
|
noa-lucent
approved these changes
Apr 26, 2026
noa-lucent
left a comment
There was a problem hiding this comment.
Re-review: looks good.
authz.gonow imports OTLP trace types fromgo.opentelemetry.io/proto/otlp/trace/v1.- Committed shim
internal/.gen/opentelemetry/.../trace_alias.gois removed (keepsinternal/.gen/generated-only).
(Static review only; I did not run tests locally.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing
Refs agynio/bootstrap#459