Skip to content

Commit

Permalink
Adding GlomeRequest message.
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcequench authored and morrowc committed Sep 19, 2024
1 parent 80dc562 commit 6b542e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions credentialz/credentialz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,8 @@ message AuthorizedPrincipalCheckResponse {
message GlomeRequest {
bool enabled = 1;
string key = 2;
int32 key_version = 2;
string url_prefix = 3;
int32 key_version = 3;
string url_prefix = 4;
}

message GlomeResponse {
Expand Down

0 comments on commit 6b542e0

Please sign in to comment.