-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add flag enable_api_key_uid_reporting and report unknown when the check response status is not OK. #865
Conversation
response status is not OK. Verified in local unit testing.
@@ -0,0 +1,16 @@ | |||
# GRPC Python setup requirements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do we keep this up to date now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Up to date requirements might require Python later versions which is incompatible with ESP build rules.
Currently it's pinned to a specific version which could not update. How do you think we should address this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know. I think we have no choice to postpone the tech debts to later. Can you please log a TODO bug? File one in bugnizer so we can ask for resources based on these data points.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, created todo and internal bug b/341556079.
@@ -385,6 +385,31 @@ TEST_F(ProtoTest, CredentailIdApiKeyTest) { | |||
"apikey:api_key_x"); | |||
} | |||
|
|||
TEST_F(ProtoTest, CredentailIdApiKeyUidTest) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: typo "credential"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed.
Verified in local unit testing.