Skip to content

Conversation

@onobc
Copy link
Contributor

@onobc onobc commented Jan 29, 2026

In the AuthenticationProcessInterceptor the security context was being re-fetched from the holder. While this should not cause any issues, it was surfacing an issue in a user's custom service that is using the context propagation library. While this is somewhat of a workaround, the re-fetch should not be necessary and it unblocks the user from upgrading from Spring gRPC 0.7.0 to 1.0.x.

See #360

In the `AuthenticationProcessInterceptor` the security context was being
re-fetched from the holder. While this should not cause any issues, it
was surfacing an issue in a user's custom service that is using
the context propagation library. While this is somewhat of a workaround,
the re-fetch should not be necessary and it unblocks the user from
upgrading from Spring gRPC 0.7.0 to 1.0.x.

See spring-projects#360

Signed-off-by: onobc <chris.bono@gmail.com>
@onobc onobc added this to the 1.0.2 milestone Jan 29, 2026
@onobc onobc added the for: port-to-1.1.x Issue/PR that needs to be forward ported to 1.1.x label Jan 29, 2026
@onobc onobc merged commit ed423a6 into spring-projects:1.0.x Jan 29, 2026
6 checks passed
@onobc onobc deleted the GH-360-dont-refetch-security-context branch January 29, 2026 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

for: port-to-1.1.x Issue/PR that needs to be forward ported to 1.1.x

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant