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

Feature / Move validation into gRPC interceptors #484

Conversation

martin-traverse
Copy link
Contributor

  • gRPC listeners require delayed execution of startCall(), which must happen after onMessage()
  • To allow streaming calls, handling of the request() and onMessage() events is corrected for delayed execution
  • Validation comes after auth but before API call start is recorded in the interceptor chain

@martin-traverse martin-traverse merged commit 5252fcf into finos:main Dec 20, 2024
41 checks passed
@martin-traverse martin-traverse deleted the feature/validation_with_grpc_interceptors branch December 20, 2024 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant