Skip to content

Commit 7ac2785

Browse files
Google APIscopybara-github
authored andcommitted
feat: include api_key_uid in service control check response
PiperOrigin-RevId: 608766712
1 parent 254e61a commit 7ac2785

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

google/api/servicecontrol/v1/service_controller.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ message CheckResponse {
121121

122122
// Consumer info of this check.
123123
ConsumerInfo consumer_info = 2;
124+
125+
// The unique id of the api key in the format of "apikey:<UID>".
126+
// This field will be populated when the consumer passed to Service Control
127+
// is an API key and all the API key related validations are successful.
128+
string api_key_uid = 5;
124129
}
125130

126131
// `ConsumerInfo` provides information about the consumer.

0 commit comments

Comments
 (0)