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

Propagates Api Key UID in ESP. #864

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

Elliot-xq
Copy link
Collaborator

Propagates the API key UID when it is returned from CheckResponse.

@Elliot-xq Elliot-xq requested a review from TAOXUY April 10, 2024 17:14
std::string credential_id("apikey:");
credential_id += info.api_key;
(*labels)[l.name] = credential_id;
const char* kCredentialIdPrefix = "apikey:";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

TAOXUY
TAOXUY previously approved these changes Apr 10, 2024
@Elliot-xq
Copy link
Collaborator Author

Discussed offline, we will submit this change and fix presubmit environments asap(including adding unit tests).

@Elliot-xq Elliot-xq merged commit 8094420 into cloudendpoints:master Apr 11, 2024
1 check passed
@TAOXUY TAOXUY mentioned this pull request Jun 24, 2024
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.

2 participants