Skip to content

Commit

Permalink
Update credentialz for glome.
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcequench committed Sep 9, 2024
1 parent 7a39665 commit 6de03ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions credentialz/credentialz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ message RotateHostParametersRequest {
GenerateKeysRequest generate_keys = 4;
AllowedAuthenticationRequest authentication_allowed = 5;
AuthorizedPrincipalCheckRequest authorized_principal_check = 6;
GlomeRequest glome = 7;
}
}

Expand All @@ -600,6 +601,7 @@ message RotateHostParametersResponse {
GenerateKeysResponse generate_keys = 3;
AllowedAuthenticationResponse authentication_allowed = 4;
AuthorizedPrincipalCheckResponse authorized_principal_check = 5;
GlomeResponse glome = 6;
}
}

Expand Down Expand Up @@ -683,6 +685,16 @@ message AuthorizedPrincipalCheckRequest {
message AuthorizedPrincipalCheckResponse {
}

// Message setting glome parameters.
message GlomeRequest {
bool enabled = 1;
string key = 2;
int32 key_version = 2;
string url-prefix = 3;
}

message GlomeResponse {
}

// A request to generate a list of public/private key pairs based on the given
// key specification and return the list of generated public keys back.
Expand Down

0 comments on commit 6de03ee

Please sign in to comment.