Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upProvide centralized server authentication against metadata #5615
Comments
soltanmm
added
kind/enhancement
lang/Python
labels
Mar 5, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Can you explain briefly what does it mean? :) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
soltanmm
Mar 9, 2016
Contributor
Currently a user of gRPC Python must, per service method, write some code to accept/reject the call based on the initial metadata. Someone's requested a server-side hook to intercept requests in one place per server.
Whether or not we actually do this, I'unno.
|
Currently a user of gRPC Python must, per service method, write some code to accept/reject the call based on the initial metadata. Someone's requested a server-side hook to intercept requests in one place per server. Whether or not we actually do this, I'unno. |
nathanielmanistaatgoogle
added
the
disposition/FOR DISCUSSION
label
Jun 6, 2016
nathanielmanistaatgoogle
added this to the Someday... milestone
Jun 6, 2016
nathanielmanistaatgoogle
added
the
area/security
label
Nov 3, 2016
hsaliak
closed this
Nov 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
soltanmm commentedMar 5, 2016
There's been a request that we provide hooks for this.