feat: add gRPC auth middleware and enable standard OTEL tracing#2608
Merged
coolwednesday merged 11 commits intogofr-dev:developmentfrom Jan 24, 2026
Merged
Conversation
Member
|
@bhavishyaone, Could you please fix the tests and address the linting issues as well? For linting, make sure to install golangci-lint locally so you can run it on the modules before pushing your changes. |
f0455b4 to
008e51e
Compare
Umang01-hash
requested changes
Jan 21, 2026
945d915 to
10efbec
Compare
89e4195 to
d5a4854
Compare
aryanmehrotra
approved these changes
Jan 23, 2026
Umang01-hash
approved these changes
Jan 24, 2026
Umang01-hash
added a commit
that referenced
this pull request
Jan 27, 2026
* Improve wording and grammar in getting started documentation Correct grammatical structure for clarity. * build(deps): bump google.golang.org/api from 0.259.0 to 0.260.0 Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.259.0 to 0.260.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.259.0...v0.260.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.260.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Merge pull request #2869 from gofr-dev/dependabot/go_modules/pkg/gofr/datasource/pubsub/eventhub/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.21.0 * build(deps): bump gofr.dev in /pkg/gofr/datasource/file/gcs (#2866) * build(deps): bump gofr.dev in /pkg/gofr/datasource/file/sftp (#2868) * build(deps): bump gofr.dev in /pkg/gofr/datasource/file/s3 (#2867) * build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azfile (#2863) * build(deps): bump gofr.dev in /pkg/gofr/datasource/file/ftp (#2864) * build(deps): bump github.com/segmentio/kafka-go from 0.4.49 to 0.4.50 (#2856) * build(deps): bump crate-ci/typos in the actions group (#2855) * build(deps): bump modernc.org/sqlite from 1.44.0 to 1.44.2 (#2857) * build(deps): bump gofr.dev in /pkg/gofr/datasource/dbresolver (#2859) * build(deps): bump gofr.dev in /examples/using-add-filestore (#2858) * build(deps): bump gofr.dev in /pkg/gofr/datasource/pubsub/sqs (#2872) * build(deps): bump google.golang.org/api in /pkg/gofr/datasource/file/gcs (#2865) * build(deps): bump gofr.dev in /pkg/gofr/datasource/oracle (#2860) * build(deps): bump gofr.dev in /pkg/gofr/datasource/pubsub/eventhub (#2870) * build(deps): bump gofr.dev in /pkg/gofr/datasource/file/azure (#2862) * fix consumer group interpretition (#2875) * Add gRPC auth middleware and enable standard OTEL tracing (#2608) * version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: BITTU KUMAR <[email protected]> Co-authored-by: Umang Mundhra <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bhavishya Sharma <[email protected]> Co-authored-by: gizmo-rt <[email protected]>
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.
Pull Request Template
Description:
Breaking Changes (if applicable):
Additional Information:
pkg/gofr/grpc/middleware.auth_test.goto cover the new interceptors.Checklist:
goimportandgolangci-lint.Thank you for your contribution!