Skip to content

Commit

Permalink
feat: location-based HTTP binding for SignSshPublicKey
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 573869753
  • Loading branch information
Google APIs authored and Copybara-Service committed Oct 16, 2023
1 parent bcb3ff5 commit 437a4c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/cloud/oslogin/v1beta/oslogin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ service OsLoginService {
option (google.api.http) = {
post: "/v1beta/{parent=users/*/projects/*/zones/*}:signSshPublicKey"
body: "*"
additional_bindings {
post: "/v1beta/{parent=users/*/projects/*/locations/*}:signSshPublicKey"
body: "*"
}
};
option (google.api.method_signature) = "parent,ssh_public_key";
}
Expand Down

0 comments on commit 437a4c0

Please sign in to comment.