Skip to content

Update Cloud Protos - #1171

Closed
mksample wants to merge 5 commits into
masterfrom
mksample/CLDGR-1484-v2
Closed

mksample wants to merge 5 commits into
masterfrom
mksample/CLDGR-1484-v2

Conversation

@mksample

@mksample mksample commented Mar 19, 2026

Copy link
Copy Markdown
Member

What was changed

Updates cloud protos to include new endpoints CreateBillingReport and GetBillingReport

Why?

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

Note

Medium Risk
Updates the public Cloud API surface (new RPCs/messages and some HTTP path changes), which may impact generated clients and downstream integrations if they depend on prior proto/REST definitions.

Overview
Updates the vendored Temporal Cloud proto bundle to v0.12.0, including new proto modules and OpenAPI generation tweaks.

Adds new CloudService capabilities for billing reports (CreateBillingReport, GetBillingReport) plus additional Cloud API expansions (audit log retrieval/sink CRUD, namespace capacity info, and current-identity), and wires the new billing RPCs into the Rust CloudService gRPC proxy.

Regenerates/adjusts API artifacts and build tooling: OpenAPI plugin bumped and configured (disable_service_tags), CI workflow permissions/token wiring updated, buf deps refreshed, and a couple of REST paths renamed (e.g., export-sink and audit-log-sink validation endpoints).

Written by Cursor Bugbot for commit db41c40. This will update automatically on new commits. Configure here.

@mksample
mksample requested a review from a team as a code owner March 19, 2026 21:54
@CLAassistant

CLAassistant commented Mar 19, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Comment thread crates/common/src/protos/mod.rs

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Comment thread crates/client/src/grpc.rs Outdated
(set_service_account_namespace_access, cloudreq::SetServiceAccountNamespaceAccessRequest, cloudreq::SetServiceAccountNamespaceAccessResponse);
(validate_account_audit_log_sink, cloudreq::ValidateAccountAuditLogSinkRequest, cloudreq::ValidateAccountAuditLogSinkResponse);
(create_billing_report, cloudreq::CreateBillingReportRequest, cloudreq:CreateBillingReportResponse);
(get_billing_report, cloudreq::GetBillingReportRequest, cloudreq:GetBillingReportResponse);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing proxier entries for new Cloud Service RPCs

High Severity

The diff adds 10 new RPCs to service.proto but only create_billing_report and get_billing_report are added to the proxier! macro for CloudService. The 8 missing RPCs (GetCurrentIdentity, GetAuditLogs, CreateAccountAuditLogSink, GetAccountAuditLogSink, GetAccountAuditLogSinks, UpdateAccountAuditLogSink, DeleteAccountAuditLogSink, GetNamespaceCapacityInfo) will cause the verify_all_cloud_service_methods_implemented test to panic, since it checks that every rpc in the proto is present in ALL_IMPLEMENTED_CLOUD_SERVICE_RPCS.

Additional Locations (1)
Fix in Cursor Fix in Web

@chris-olszewski

Copy link
Copy Markdown
Member

This looks like a dupe of #1172?

@mksample
mksample deleted the mksample/CLDGR-1484-v2 branch May 25, 2026 20:14
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.

4 participants